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

https://github.com/arrazyfathan/kbbi

(Unofficial) Aplikasi kamus besar bahasa indonesia
https://github.com/arrazyfathan/kbbi

android clean-architecture coroutines github-actions java kbbi koin koin-android kotlin kotlin-coroutines livedata lottie material-design mvvm mvvm-architecture retrofit2 room viewmodel

Last synced: about 2 months ago
JSON representation

(Unofficial) Aplikasi kamus besar bahasa indonesia

Awesome Lists containing this project

README

          

KBBI


KBBI, aplikasi unofficial kamus besar bahasa indonesia.


License
API



## Download
Go to the [Releases](https://github.com/arrazyfathan/kbbi/releases/download/1.0/app-release.apk) to download the latest APK.

## Tech stack & Open-source libraries
- Minimum SDK level 21
- [Kotlin](https://kotlinlang.org/) based, [Coroutines](https://github.com/Kotlin/kotlinx.coroutines)
- Jetpack
- Lifecycle - dispose of observing data when lifecycle state changes.
- ViewModel - UI related data holder, lifecycle aware.
- Room Persistence - construct the database using the abstract layer.
- Architecture
- MVVM Architecture
- Repository pattern
- [Material-Components](https://github.com/material-components/material-components-android) - Material design components for building ripple animation, and CardView.
- Koin Dependencies Injection
- Kotlin Flow

## API
```
https://kbbi-api-green.vercel.app/
```

Repository:
https://github.com/arrazyfathan/kbbi-api

## MAD Score
![summary](media/summary.png "Summary")
![kotlin](media/kotlin.png "Kotlin")
![jetpack](media/jetpack.png "Jetpack")

# License
```xml
Designed and developed by 2022 arrazyfathan (Ar Razy Fathan Rabbani)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```