Appyx sample apps¶
Where to find the sample apps¶
- Go to the GitHub project
- Fork and check out the code locally
- Import the project to Android Studio
You can find the pre-built sample app apks here:
Showcase app¶
The :app
module showcases Appyx itself with multiple levels of navigation, NavModel demos, etc. See it in action, then check the related code how it works.
Appyx + Jetpack Compose Navigation example¶
The :samples:navigation-compose
module demonstrates how to use Appyx within Google's Jetpack Compose Navigation library.
This example may be useful if you need to migrate to Appyx gradually.
Appyx + Hilt example¶
Coming soon!
Meanwhile:
- Our draft PR: #115 (Feel free to provide feedback!)
- https://github.com/jbreitfeller-sfix/appyx-playground another approach on this topic