Skip to content

Exercise Jetpack Compose project implementing state hoisting.

Notifications You must be signed in to change notification settings

rawhasan/compose-exercise-state-hoisting

Repository files navigation

Compose Exercise: State Hoisting

  • Implementing state hoisting to manage a list of people and their age.
  • Row click handling by removing the item from a LazyColumn.
  • Input validation (name & age).
  • Replace multiple spaces from an input.
  • Capitalize first character of each word in a sentence.
  • Hide keyboard on completing input successfully.
  • Generating unique ID as model field.

About

Exercise Jetpack Compose project implementing state hoisting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages