中文版 Compose wall is a wallpaper app built fully with Jetpack Compose.
or Releases
Both Android beginners and experienced developers could learn this repo.
You should also checkout Compose samples, but IMO they are more difficult to learn than this repo. If you have any questions, please create an issue, I will help to the best of my ability.
data
is for model class and parsers used to parse image source url from web pages.net
is for net request apis and services.component
is the encapsulation of Compose ui components.theme
is for colors, font styles, and themes.AppMenu
defines all menus of app.ComposeNavGraph
defines destinations of app (like Jetpack navigation).ComposeDestinations
is holding navigating methods for different status.