WhatsApp Clone — Jetpack Compose — Final Remark
1 min readAug 31, 2021
Below are all the links which were helpful for me as I was making this project,
- Design of the project: https://bootcamp.uxdesign.cc/whatsapp-ui-ux-redesign-case-study-ddc8085815df
- Code structure: https://medium.com/@int_32/android-project-code-style-using-spotless-and-ktlint-5422fd90976c
- Chat application: https://github.com/android/compose-samples/tree/main/Jetchat
- Snackbar: https://medium.com/the-devops-corner/design-snackbars-and-alert-dialogs-in-jetpack-compose-f6aa314c498d
- Authentication screen: https://dribbble.com/shots/10906640-Onboarding-Yle-UI-Kit
- Bottom navigation: https://johncodeos.com/how-to-create-bottom-navigation-bar-with-jetpack-compose/
- Convert timestamp to timeago string: https://github.com/marlonlom/timeago
- Country code picker: https://github.com/farhanroy/ComposeCountryCodePicker
Above are basically the links which helped me to achieve some of the major functionality in this application.
And for the project repository you can go to
https://github.com/pradyotprksh/development_learning/tree/main/jetpack_compose/WhatsAppCompose.
Hope this article helps you understand all the basic things needed to make a chat application. If any doubts or issues please leave a response I will try to clear those.
Follow me on Twitter and Medium.
Thanks and take care 😊.