Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirdora/android-example-projects
A curated list of Open Source example android apps developed in Kotlin for people who are beginners and learning android development and for android developers who need any example app or feature.
https://github.com/amirdora/android-example-projects
android android-studio apps basic basic-example example-project examples kotlin
Last synced: 1 day ago
JSON representation
A curated list of Open Source example android apps developed in Kotlin for people who are beginners and learning android development and for android developers who need any example app or feature.
- Host: GitHub
- URL: https://github.com/amirdora/android-example-projects
- Owner: amirdora
- Created: 2021-05-22T23:00:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T20:38:12.000Z (about 3 years ago)
- Last Synced: 2023-08-30T18:01:26.741Z (about 1 year ago)
- Topics: android, android-studio, apps, basic, basic-example, example-project, examples, kotlin
- Language: Kotlin
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## About Repository:
- This repository contains a set of individual Android Studio projects for convenience of android developers, Each project contains a `ReadMe` file for project related instructions. Each standalone app demonstrates different use cases.### Example apps:
1. [data-binding-data](https://github.com/amirdora/android-example-projects/tree/master/data-binding-data)
2. [data-binding-view](https://github.com/amirdora/android-example-projects/tree/master/data-binding-view)
3. [Espresso Ui Testing](https://github.com/amirdora/android-example-projects/tree/master/EspressoUiTest)
4. [Web to App](https://github.com/amirdora/android-example-projects/tree/master/webtoapp)
5. [QR Code Scanner](https://github.com/amirdora/android-example-projects/tree/master/qrcodescanner)
6. [Dependency Injection using Hilt](https://github.com/amirdora/android-example-projects/tree/master/daggerhiltdependencyinjection)