|
YAACC - UPNP Client and Server
|
Activity for browsing devices and folders. More...


Public Member Functions | |
| void | onResume () |
| void | onSaveInstanceState (@NonNull Bundle outState) |
| void | onClick (View v) |
| void | onCreate (Bundle savedInstanceState) |
| boolean | onBackPressed () |
| Steps 'up' in the folder hierarchy or closes App if on device level. | |
| void | populateItemList (boolean clear) |
| Selects the place in the UI where the items are shown and renders the content directory. | |
| void | deviceAdded (Device<?, ?, ?> device) |
| Refreshes the shown devices when device is added. | |
| void | deviceRemoved (Device<?, ?, ?> device) |
| Refreshes the shown devices when device is removed. | |
| void | deviceUpdated (Device<?, ?, ?> device) |
| void | receiverDeviceRemoved (Device<?, ?, ?> device) |
| void | receiverDeviceAdded (Device<?, ?, ?> device) |
| Navigator | getNavigator () |
| Returns Object containing about the current navigation way. | |
| void | setNavigator (Navigator navigator) |
| View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
| void | onViewCreated (View view, Bundle savedInstanceState) |
| void | playItem (DIDLObject item) |
| void | playAllChildsOfParentFrom (DIDLObject item) |
| void | addToPlayList (DIDLObject currentObject) |
Static Public Attributes | |
| static final String | CONTENT_LIST_NAVIGATOR = "CONTENT_LIST_NAVIGATOR" |
Protected Attributes | |
| RecyclerView | contentList |
Activity for browsing devices and folders.
Represents the entrypoint for the whole application.
| Navigator de.yaacc.browser.ContentListFragment.getNavigator | ( | ) |
Returns Object containing about the current navigation way.
| boolean de.yaacc.browser.ContentListFragment.onBackPressed | ( | ) |
Steps 'up' in the folder hierarchy or closes App if on device level.
Implements de.yaacc.browser.OnBackPressedListener.