An open API service indexing awesome lists of open source software.

https://github.com/daniyalahmedkhan/androidtakehomeproject

Android simple App written in Kotlin using latest jetpack libraries and MVVM arch pattern. App also has Unit and UI testing
https://github.com/daniyalahmedkhan/androidtakehomeproject

android android-testing android-ui-testing android-unit-testing coroutines dagger-hilt databinding mvvm-android uitest unit-testing

Last synced: 27 days ago
JSON representation

Android simple App written in Kotlin using latest jetpack libraries and MVVM arch pattern. App also has Unit and UI testing

Awesome Lists containing this project

README

          

# AndroidTakeHomeProject

### Developed on Kotlin and using latest jetpack libraries and including test cases.

* Kotlin
* Java
* Shared ViewModel Between Kotlin Activity and Java Fragment
* NDK Implemented to Secure Api Url
* Kotlin Extension Function
* Dagger-Hilt
* Coroutines
* Data Binding
* Android Unit Test
* Android UI Test with Screen Switching to test Integration between flow

supportLibraryVersion = '1.1.0-alpha03'
gson_version = "2.8.6"
multidex_version = "1.0.0"
material_version = "1.3.0-alpha01"
retrofit_version = "2.9.0"
lifecycle_version = '2.2.0'
lifecycle_rc_version = '2.3.0-alpha05'
dagger_version = "2.25.4"
rxandroid_version = "2.1.1"
rxjava_version = "2.1.10"
rxcalladapter_version = "2.5.0"
reactivestreams_version = "1.1.1"
glide_version = "4.11.0"
recycler_version = "1.1.0"
anko_version = "0.10.8"
coroutines_version = "1.3.9"
androix_annotaion = "1.0.1"
fragment_ktx = "1.2.5"
arch_lifecycle = "2.2.0"
dagger_hilt = "2.28-alpha"
hilt_lifecycle = "1.0.0-alpha01"

![WhatsApp Image 2021-03-20 at 7 56 44 PM](https://user-images.githubusercontent.com/16830594/111875927-0a07b180-89be-11eb-8d4c-3909af71900d.jpeg)
![WhatsApp Image 2021-03-20 at 7 56 44 PM (1)](https://user-images.githubusercontent.com/16830594/111875933-11c75600-89be-11eb-9d35-3ff4fbbc9ea9.jpeg)
![WhatsApp Image 2021-03-20 at 7 56 44 PM (2)](https://user-images.githubusercontent.com/16830594/111875938-15f37380-89be-11eb-8c20-8ddbb7c708db.jpeg)
![WhatsApp Image 2021-03-20 at 7 56 44 PM (3)](https://user-images.githubusercontent.com/16830594/111875940-1855cd80-89be-11eb-922d-df33ce5ba63d.jpeg)
![WhatsApp Image 2021-03-20 at 7 56 44 PM (4)](https://user-images.githubusercontent.com/16830594/111875942-1ab82780-89be-11eb-9163-9081681d0694.jpeg)
![WhatsApp Image 2021-03-20 at 7 56 44 PM (5)](https://user-images.githubusercontent.com/16830594/111875943-1c81eb00-89be-11eb-88db-6cf513438bd9.jpeg)