YAACC - UPNP Client and Server
|
Activity for browsing devices and folders. More...
Public Member Functions | |
void | onResume () |
void | onSaveInstanceState (@NonNull Bundle outState) |
void | onCreate (Bundle savedInstanceState) |
boolean | onBackPressed () |
If you return true the back press will not be taken into account, otherwise the activity will act naturally. | |
void | deviceAdded (Device<?, ?, ?> device) |
void | deviceRemoved (Device<?, ?, ?> device) |
void | deviceUpdated (Device<?, ?, ?> device) |
void | receiverDeviceRemoved (Device<?, ?, ?> device) |
void | receiverDeviceAdded (Device<?, ?, ?> device) |
View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
void | onViewCreated (View view, Bundle savedInstanceState) |
Protected Attributes | |
RecyclerView | contentList |
Activity for browsing devices and folders.
Represents the entrypoint for the whole application.
boolean de.yaacc.browser.PlayerListFragment.onBackPressed | ( | ) |
If you return true the back press will not be taken into account, otherwise the activity will act naturally.
Implements de.yaacc.browser.OnBackPressedListener.