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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,17 @@ Within each module, you will find detailed TODO comments that guide you through
6
6
7
7
Currently it contains codebases for:
8
8
9
+
-[App](https://github.com/AsemLab/Samples/tree/main/app): a general module contains and covers the various topics.
9
10
-[Activity Recognition](https://developer.android.com/develop/sensors-and-location/location/transitions): Detects changes in the user's activity( such as walking, running, or driving). By subscribes to a transition in activities of interest and the API notifies the app only when needed.
10
11
-[App Shortcuts](https://developer.android.com/develop/ui/views/launch/shortcuts): Shortcuts can be displayed in a supported launcher. They help users quickly start common or recommended tasks within apps.
11
12
-[Autofill](https://developers.google.com/identity/sms-retriever/request): Retrieve otp from SMS automatically using Google SMS Retriever API.
12
13
-[Broadcast Receiver](https://github.com/AsemLab/Samples/tree/main/broadcast_receiver): Create a custom broadcast receiver.
13
14
-[Chuncker](https://github.com/ChuckerTeam/chucker): an HTTP inspector for Android & OkHTTP. Apps using Chucker will display a notification showing a summary of ongoing HTTP activity.
14
15
-[Firebase](https://firebase.google.com/):
15
-
-[App Distribution](https://firebase.google.com/docs/app-distribution): makes distributing your apps to trusted testers painless. By getting your apps onto testers' devices quickly, you can get feedback early and often.
16
+
-[App Distribution](https://firebase.google.com/docs/app-distribution): makes distributing your apps to trusted testers painless. By getting your apps onto testers' devices quickly, you can get feedback early and often.
16
17
-[Firestore](https://firebase.google.com/docs/firestore): a flexible, scalable NoSQL cloud database, built on Google Cloud infrastructure, to store and sync data for client- and server-side development.
17
18
-[GraphQL](https://graphql.com/learn/what-is-graphql/): is a query language for APIs. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more.
19
+
-[Inventory](https://github.com/AsemLab/Samples/tree/main/inventory): a simple app demonstrates how to implement offline-first app
18
20
-[Koin](https://insert-koin.io/): a lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
19
21
-[Ktor](https://ktor.io/): a framework for quickly creating connected applications in Kotlin with minimal effort.
20
22
-[Leak](https://square.github.io/leakcanary/): using LeakCanary that is a memory leak detection library for Android.
0 commit comments