Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 15 hours 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T17:16:49.000Z (over 2 years ago)
- Last Synced: 2023-03-06T03:02:10.844Z (over 1 year 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.
[![Test](https://github.com/developer-shivam/Klimatic/actions/workflows/test.yml/badge.svg)](https://github.com/developer-shivam/Klimatic/actions/workflows/test.yml)
[![Build](https://github.com/developer-shivam/Klimatic/actions/workflows/build.yml/badge.svg)](https://github.com/developer-shivam/Klimatic/actions/workflows/build.yml)[![GitHub stars](https://img.shields.io/github/stars/developer-shivam/Klimatic)](https://github.com/developer-shivam/Klimatic/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/developer-shivam/Klimatic)](https://github.com/developer-shivam/Klimatic/issues)
[![GitHub license](https://img.shields.io/github/license/developer-shivam/Klimatic)](https://github.com/developer-shivam/Klimatic/blob/master/LICENSE)![](media/feature_graphic_asset.png)
## 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)