https://github.com/ritesh-singh/weatherapplication
A WeatherApplication with usage of different libraries of Android.
https://github.com/ritesh-singh/weatherapplication
expresso kotlin-android retrofit2 rxjava2 timber unittesting
Last synced: 7 months ago
JSON representation
A WeatherApplication with usage of different libraries of Android.
- Host: GitHub
- URL: https://github.com/ritesh-singh/weatherapplication
- Owner: ritesh-singh
- Created: 2017-10-13T09:45:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T11:50:21.000Z (over 8 years ago)
- Last Synced: 2025-08-16T20:46:06.017Z (10 months ago)
- Topics: expresso, kotlin-android, retrofit2, rxjava2, timber, unittesting
- Language: Kotlin
- Homepage:
- Size: 273 KB
- Stars: 74
- Watchers: 7
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeatherApplication
A basic weather application.
The aim is to make use of different components and libraries and frameworks in Android.
All different components are in their respective branch.
Tech/Language/Libraries/Framework used or to be used -
1.Koltin as language - In Use
2.Retrofit for networking - Implemented
3.Rxjava2 for computation and network scheduling - Implemented
4.Dagger2 for dependency injection - Implemented
5.Unit Testing - In progress
6.Expresso Testing - In Progress
7.MVP as architecture - Followed
8.Timber - In use
9.Google Architecture Components - In Progress