BuddyListFragment |
The fragment display list of buddies (favoured user) of current user it allow user to view profile information, start chat and un-favour of user open class BuddyListFragment : Fragment, AppConstants, OnRecyclerViewInteractedListener<ViewHolder!> |
BuddyListViewModel |
View Model object for the BuddyList Fragment Note: This is not really being used for the BuddyList Fragment, but its here due the MVVM model that Jetpack is being based off on open class BuddyListViewModel : ViewModel |