Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icapps/android-template-compose
A template project that can be used to develop Android applications.
https://github.com/icapps/android-template-compose
android coroutines jetpack jetpack-android jetpack-compose kotlin kotlin-android navigation-component template
Last synced: about 2 months ago
JSON representation
A template project that can be used to develop Android applications.
- Host: GitHub
- URL: https://github.com/icapps/android-template-compose
- Owner: icapps
- Created: 2022-08-24T13:52:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T14:21:12.000Z (5 months ago)
- Last Synced: 2024-08-16T15:35:22.658Z (5 months ago)
- Topics: android, coroutines, jetpack, jetpack-android, jetpack-compose, kotlin, kotlin-android, navigation-component, template
- Language: Kotlin
- Homepage:
- Size: 2.12 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Jetpack Compose Template
A template project that can be used to develop Android applications.
The template provides a base structure and some simple examples on how to implement screens, viewmodels & network requests.## Features
#### Structure
- Kotlin
- Jetpack Compose
- ViewModels
- Kotlin Coroutines
- Hilt
- Navigation Component
- Custom theming system (can be removed)
#### Storage
- (Proto) DataStore
#### Networking
- OkHTTP
- Retrofit
- KotlinX Serialization
- Niddler
#### Image loading
- Coil
#### Environments
- Debug
- Alpha
- Beta
- Release