Skip to content

Latest commit

History

History
31 lines (19 loc) 路 1.02 KB

README.md

File metadata and controls

31 lines (19 loc) 路 1.02 KB

Android Jetpack Compose Template 馃殌馃殌馃殌馃殌

Jetpack Compose starter project template with MVVM,Hilt,Paging3 with offline cache.Conditional bottom bar and top app bar added.

Description

Core classes:

Destination(app/src/main/java/com/monstarlab/core/navigation/Destination.kt):

All the destionation/screen will be added in this enum. Assingn the corresponding property value for each destination i.e isTopBarTab,isBottomBarTab,isTopLevelDestination etc.

Demo:

some demo screen have been added in the project to show how to create screen and navigation files related to that screen.Follwing screen have been added:

Login screen

Home screen

Resource screen

Authors

Muhammad Bin Farook(Rafi) (https://www.linkedin.com/in/muhammadbinfarook/)

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the [Android-compose-template] License - see the LICENSE.md file for details