You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
### This general module contains and covers the following topics:
2
2
3
3
1.[Biometric Dialog](https://github.com/AsemLab/Samples/blob/main/app/src/main/java/com/asemlab/samples/ui/BiometricActivity.kt): show biometric dialog using the Biometric library. [Official](https://developer.android.com/identity/sign-in/biometric-auth)
4
-
2.[DownloadManager](https://github.com/AsemLab/Samples/blob/main/app/src/main/java/com/asemlab/samples/download/FileDownloaderImp.kt): is a system service that handles long-running HTTP downloads. Clients may request that a URI be downloaded to a particular destination file. [Official](https://developer.android.com/reference/android/app/DownloadManager)
4
+
2.[DataStore](https://github.com/AsemLab/Samples/blob/main/app/src/main/java/com/asemlab/samples/ui/DataStoreActivity.kt): is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. [Official](https://developer.android.com/topic/libraries/architecture/datastore)
5
+
3.[DownloadManager](https://github.com/AsemLab/Samples/blob/main/app/src/main/java/com/asemlab/samples/download/FileDownloaderImp.kt): is a system service that handles long-running HTTP downloads. Clients may request that a URI be downloaded to a particular destination file. [Official](https://developer.android.com/reference/android/app/DownloadManager)
5
6
3.[Epoxy](https://github.com/AsemLab/Samples/blob/main/app/src/main/java/com/asemlab/samples/epoxy/EpoxyActivity.kt): is an Android library for building complex screens in a RecyclerView. [Official](https://github.com/airbnb/epoxy)
6
7
4.[Pass data between components](https://github.com/AsemLab/Samples/tree/main/app/src/main/java/com/asemlab/samples/passdata): demonstrate how to pass data from Activity to Activity/Fragment and from Fragment to Activity/Fragment.
7
8
5.[Per-app language preferences](https://github.com/AsemLab/Samples/blob/main/app/src/main/java/com/asemlab/samples/utils/LanguageHelper.kt): 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](https://developer.android.com/guide/topics/resources/app-languages)
0 commit comments