Skip to content

Latest commit

 

History

History

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. DataStore: is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. Official
  3. 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
  4. Epoxy: is an Android library for building complex screens in a RecyclerView. Official
  5. Pass data between components: demonstrate how to pass data from Activity to Activity/Fragment and from Fragment to Activity/Fragment.
  6. 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
  7. Photo Picker: provides a browsable interface that presents the user with their media library, sorted by date from newest to oldest. Official
  8. Progress in Notifications: display and update progressBar in notification.
  9. RegisterForActivityResult: call an activity and retrieve the result from it. Official