Skip to content

Follows Android design and development best practices.

License

Notifications You must be signed in to change notification settings

cnwutianhao/android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android

⚡ Follows Android design and development best practices. ⚡

In this branch you'll find:

  • User Interface built with Jetpack Compose.
  • A single-activity architecture, using Navigation Compose.
  • A presentation layer that contains a Compose screen (View) and a ViewModel per screen (or feature).
  • Reactive UIs using coroutines for asynchronous operations.
  • Dependency injection using Hilt.

Screenshots

Architecture

  1. MVVM(Model-View-ViewModel)

    Sample - A sample app illustrating Android development best practices with MVVM Architecture.

  2. Jetpack Compose

    Sample - A fully functional Android app built entirely with Kotlin and Jetpack Compose.

Acknowledgement

This project was based on or inspired by these projects and so on:

Repo Activity

Repo Activity

Releases

No releases published

Packages

No packages published

Languages