/ZulfChat

A simple chat app built with Jetpack Compose and Kotlin!

Primary LanguageKotlinApache License 2.0Apache-2.0

ZulfChat

A really simple chat app made with Jetpack Compose. This project's code and structure will change quite a bit as I am using this project to learn Android development, Kotlin and Gradle.

Using the awesome Compose Destinations library by raamcosta for navigation!

Learning mainly using Philip Lackner's really useful tutorials. Here are some of the code / repos I have referenced to make this:

https://github.com/raamcosta/compose-destinations/tree/main/sample

Screenshots

Coming soon!

TODO:

  • Implement a couple of basic modules to interface with an API using Dagger Hilt.
  • Create a shared ViewModel that contains information about UI state.