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

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

Types

ChatListFragment

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 ChatListFragment : Fragment, AppConstants, OnRecyclerViewInteractedListener<ChatViewHolder!>

ChatListViewModel

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

open class ChatListViewModel : ViewModel