app / sg.edu.ntu.scse.cz2006.gymbuddies.ui.home

Package sg.edu.ntu.scse.cz2006.gymbuddies.ui.home

Types

HomeFragment

Fragment being used to display the Home activity of the application. Including nearby gyms, gym details, favourited gyms etc

open class HomeFragment : Fragment, OnMapReadyCallback, ISwipeCallback

HomeViewModel

View Model object for the Home Fragment Note: This is not really being used for the Home Fragment, but its here due the MVVM model that Jetpack is being based off on

open class HomeViewModel : AndroidViewModel