https://github.com/kasem-sm/slimekt
An article sharing platform where you can personalize, subscribe to your favorite topics, get daily-read reminders, etc. App built using Kotlin, Dagger Hilt, Room Database, Coroutines, Flow, AndroidX Glance, WorkManager, Coil etc.
https://github.com/kasem-sm/slimekt
android-app hacktoberfest hacktoberfest2022 jetpack-compose kotlin ktor-client modularization mvvm-architecture room-database
Last synced: about 1 month ago
JSON representation
An article sharing platform where you can personalize, subscribe to your favorite topics, get daily-read reminders, etc. App built using Kotlin, Dagger Hilt, Room Database, Coroutines, Flow, AndroidX Glance, WorkManager, Coil etc.
- Host: GitHub
- URL: https://github.com/kasem-sm/slimekt
- Owner: kasem-sm
- License: apache-2.0
- Created: 2022-02-07T13:05:30.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-21T19:00:40.000Z (about 2 years ago)
- Last Synced: 2025-04-04T17:10:02.668Z (about 1 month ago)
- Topics: android-app, hacktoberfest, hacktoberfest2022, jetpack-compose, kotlin, ktor-client, modularization, mvvm-architecture, room-database
- Language: Kotlin
- Homepage: https://kasem-sm.github.io/SlimeKT
- Size: 27.3 MB
- Stars: 609
- Watchers: 8
- Forks: 53
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

[](https://github.com/kasem-sm/SlimeKT/actions/workflows/android_action.yml)
[](https://github.com/kasem-sm/SlimeKT/actions/workflows/api_action.yml)[](https://github.com/kasem-sm/SlimeKT/stargazers)
[](https://github.com/kasem-sm/SlimeKT/watchers)[](https://androidweekly.net/issues/issue-515)
[](https://devlibrary.withgoogle.com/products/android/repos/kasem-sm-SlimeKT)# Disclaimer
This is an over-engineered project.## Introduction πββοΈ
An article sharing platform where you can _**personalize, subscribe to your favorite topics, get
daily-read reminders, explore new authors, and share your articles**_. App built using Kotlin, Dagger Hilt, Room Database, Coroutines, Flow, AndroidX Glance, WorkManager, Coil etc.## Documentation π
[](https://kasem-sm.github.io/SlimeKT)
We have prepared a detailed guide on every feature, API route, and project structure. Please
visit [here](https://kasem-sm.github.io/SlimeKT) to know more about the same. Additionally, every
major folder, such as [`/api`](/api) and [`/features`](/features), contains short documentation in
the Github repository itself.## Repository overview π
SlimeKT has its backend built with Ktor. The folder [`/api`](/api) consists of our backend deployed at [Railway](https://railway.app). SlimeKT Android application resides inside of the [`/app`](/app) folder.
## App Architecture Diagram
It follows the recommended app architecture as stated in
official [Android documentation](https://developer.android.com/jetpack/guide)
## Sample, Screenshots and Demo π±
[](https://github.com/kasem-sm/SlimeKT/releases)


For more screenshots and screen-recording
demo, [please visit our documentation](https://kasem-sm.github.io/SlimeKT).## What's next β¨
SlimeKT is a _Work In Progress_ project and there are several features/ideas which are yet to be
implemented. You can help us on our journey by contributing your skills. Please checkout
our [Contribution Guide](https://github.com/kasem-sm/SlimeKT#contribution-guide-and-contributors-%EF%B8%8F)
for more.## Tech stack / Miscellaneous Features π
- Kotlin, Jetpack Compose, Work Manager, Glance API, Material You, Coroutines, Flow, Accompanist, Ktor, Room Database, Coil, Dagger Hilt, Mockk etc.
- **[Compose Destinations:](https://github.com/raamcosta/compose-destinations)** Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
- **Observer Pattern:** Data from the cache would be shown while new data is fetched from the
server. Newly retrieved data gets updated immediately on the screen.
- **WorkManager:** App uses WorkManager API to update user's subscriptions and to fetch Daily Read
articles.
- **AndroidX Glance:** Daily Read Widget with the power of Jetpack Compose.
- **Material You:** On Android 12 and above, you can have custom theme based on your device
wallpaper.Please visit [the documentation of this project](https://kasem-sm.github.io/SlimeKT) for detailed
information.## Project Setup Guide β
#### Android App
You need to have [Android Studio](https://developer.android.com/studio) Bumblebee or Dolphin to set
up this project locally. After downloading all the requirements, please import the project into
Android Studio, build the project, and click Run.#### Backend (API)
You need to have [IntelliJ IDEA](https://www.jetbrains.com/idea/download/#section=windows)
and [MongoDB Compass](https://www.mongodb.com/products/compass) installed. After downloading all the
requirements, please import the [`/api`](/api) module into IntelliJ IDEA, build the project and
click the Run icon beside `main` function in `Application.kt` file.## Test Cases (Android app)
Current Testing status - https://kasem-sm.github.io/SlimeKT/tests/status/
## Contribution Guide and Contributors π·ββοΈ
There are no special rules for contributing your expertise and making the open-source community more
powerful. Just don't forget to file an issue or start a discussion so that I may not be surprised
when you create a pull request. Running `spotlessApply` before creating a pull request would be
_cherry on the cake_.* Special thanks to our contributors:
- [List of Contributors](https://github.com/kasem-sm/SlimeKT/graphs/contributors)## Medium Articles related to this project π
1. [SlimeKT - Kotlin Powered open source project. (Android app with Ktor backend)](https://medium.com/@kasem.sm/slimekt-136a56864e57)
2. Androidβs IME Actions: Donβt ignore them. [Read here](https://proandroiddev.com/androids-ime-actions-don-t-ignore-them-36554da892ac)
3. Create Animated PlaceHolder for your Jetpack Compose text fields [Read here](https://medium.com/@kasem.sm/animated-placeholder-with-jetpack-compose-60c85547b47a)
4. When Jetpack's Glance met his fellow worker, WorkManager [Read Here](https://medium.com/@kasem.sm/when-jetpacks-glance-met-his-fellow-worker-work-manager-18cf19eff983)More articles by [_kasem-sm_](https://medium.com/@kasem.sm) on Medium.
## Find this project useful? π
Support it by starring this repository. Join our [Stargazers](https://github.com/kasem-sm/SlimeKT/stargazers) team!
## Contact π€
Direct Messages on [My Twitter](https://twitter.com/KasemSM_) are always open. If you have any
questions related to SlimeKT or Android development, ping me anytime!## Credits π
- [**Tivi**](https://github.com/chrisbanes/tivi) by [chrisbanes](https://github.com/chrisbanes) - A
divine project for me to explore. I refer to this project as Gold π₯.
- [**Gabor Varadi**](https://twitter.com/Zhuinden) - He is always willing to answer my questions. A
great man and a blessing to the Android community (AKA, the `SavedStateHandle` preacher).
- [**Doris Liu**](https://twitter.com/doris4lt) and [**Manuel
Vivo**](https://twitter.com/manuelvicnt) - They always help review my code snippets and add their
value to them.
- [**Hadi**](https://twitter.com/hadilq) - Assisted me in improving the modularized structure of this project.
- [**Marcel**](https://twitter.com/marxallski) - His [suggestions](https://github.com/kasem-sm/SlimeKT/pull/148) helped me to improve the Glance widget.## License
```
Copyright 2022 Kasem S.MLicensed 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 athttp://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.
```