Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 960 Bytes

README.MD

File metadata and controls

24 lines (14 loc) · 960 Bytes

ComposeWeChatUI

This repository contains a sample Android app that mimics the UI of WeChat. It's built using Jetpack Compose and is intended for educational purposes to showcase the usage of Compose in building modern Android UIs.

Features

  • Theme switching: Light and dark modes to demonstrate dynamic theming.
  • List handling: Display a list of messages or contacts with Compose.
  • Page transitions: Smooth animations between different screens.
  • WeChat UI mimicry: A close representation of the renowned messaging app's interface.

Preview

Getting Started

Learn More About Compose To learn more about Jetpack Compose, check out the following resources:

Jetpack Compose Tutorial

Compose Pathways