/instagramclone

Instagram Ui Clone made using Jetpack Compose.

Primary LanguageKotlin

instagramclone

Instagram UI Clone made using Jetpack Compose

home home home home


  • Future plan is to make this app functional by using clean Architecture.
  • Contributions are highly welcomed :)

TODO

- [X] Profile Screen
- [ ] Notification Screen
- [ ] Move hardcode data to ViewModel or Repository?
- [X] Improve better performance for ProfileUserScreen avoid nesting Lazy* (LazyColumn > LazyVerticalGrid)