Skip to content

Files

Latest commit

 

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

This general module contains and covers the following topics:

  1. Biometric Dialog: show biometric dialog using the Biometric library. Official
  2. DownloadManager: is a system service that handles long-running HTTP downloads. Clients may request that a URI be downloaded to a particular destination file. Official
  3. Epoxy: is an Android library for building complex screens in a RecyclerView. Official
  4. Pass data between components: demonstrate how to pass data from Activity to Activity/Fragment and from Fragment to Activity/Fragment.
  5. Per-app language preferences: allow users to set their preferred language for each app. The app specific preferred language will override the system language for that particular application. Official
  6. Photo Picker: provides a browsable interface that presents the user with their media library, sorted by date from newest to oldest. Official
  7. Progress in Notifications: display and update progressBar in notification.
  8. RegisterForActivityResult: call an activity and retrieve the result from it. Official