Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.08 KB

Banking App UI with Jetpack Compose

This repository contains a practice project for building a banking app user interface using Jetpack Compose, a declarative native UI library for Android. Throughout the development of this project, I explored various aspects of Jetpack Compose, including composables, preview annotations, modifiers, basic animations, and complex UI development.

Topics Explored:

  • Composables
  • Preview Annotations
  • Modifiers
  • Basic Animations
  • Complex UI Development

Screenshots:

Dark Mode

Light Mode

List of Composables Explored:

  • Text
  • Column
  • Row
  • Box
  • ConstrainedBox
  • BottomNavigation
  • Icons
  • Basic Animations
  • Complex UI Development