DanteAndroid / ComposeWall

A wallpaper app fully built with Compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComposeWall

中文版 Compose wall is a wallpaper app built fully with Jetpack Compose.

Download

Get it on Google Play

or Releases

Screenshots

Who could learn this repo?

Both Android beginners and experienced developers could learn this repo.

Why choose 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.

Structure of this repo?

  • 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.

About

A wallpaper app fully built with Compose.


Languages

Language:Kotlin 100.0%