Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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