https://github.com/developer-shivam/klimatic
Klimatic is an android app built using Kotlin. It try to showcase all the latest technologies used in android.
https://github.com/developer-shivam/klimatic
android clean-architecture coroutines custom-view kotlin material-design ui-testing unit-testing
Last synced: 3 months ago
JSON representation
Klimatic is an android app built using Kotlin. It try to showcase all the latest technologies used in android.
- Host: GitHub
- URL: https://github.com/developer-shivam/klimatic
- Owner: developer-shivam
- License: apache-2.0
- Created: 2021-06-06T11:26:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T17:16:49.000Z (about 3 years ago)
- Last Synced: 2025-03-24T13:11:21.250Z (3 months ago)
- Topics: android, clean-architecture, coroutines, custom-view, kotlin, material-design, ui-testing, unit-testing
- Language: Kotlin
- Homepage:
- Size: 5.45 MB
- Stars: 34
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Klimatic
**Klimatic** is an android app built using **Kotlin**. It try to showcase all the latest technologies used in android.
[](https://github.com/developer-shivam/Klimatic/actions/workflows/test.yml)
[](https://github.com/developer-shivam/Klimatic/actions/workflows/build.yml)[](https://github.com/developer-shivam/Klimatic/stargazers)
[](https://github.com/developer-shivam/Klimatic/issues)
[](https://github.com/developer-shivam/Klimatic/blob/master/LICENSE)
## Built using
- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.
- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - Data objects that notify views when the underlying database changes.
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes.
- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.
- [Dependency Injection](https://developer.android.com/training/dependency-injection)
- [Koin](https://insert-koin.io/) - A smart dependency injection library.
- [WaveView](https://github.com/developer-shivam/WaveView) - A custom view for wave animation.## Architecture
App uses [MVVM (Model View View-Model)](https://developer.android.com/jetpack/docs/guide#recommended-app-arch) architecture.## API
Klimatic uses WeatherAPI.com. Create a API Key and update **apikey.properties**API_KEY="your-api-key"
## Contributors
[Shivam Satija](https://github.com/developer-shivam) and [Anshul Garg](https://github.com/garganshu)