WhatsApp Clone — Jetpack Compose — Final Remark

Pradyot Prakash
1 min readAug 31, 2021

Below are all the links which were helpful for me as I was making this project,

  1. Design of the project: https://bootcamp.uxdesign.cc/whatsapp-ui-ux-redesign-case-study-ddc8085815df
  2. Code structure: https://medium.com/@int_32/android-project-code-style-using-spotless-and-ktlint-5422fd90976c
  3. Chat application: https://github.com/android/compose-samples/tree/main/Jetchat
  4. Snackbar: https://medium.com/the-devops-corner/design-snackbars-and-alert-dialogs-in-jetpack-compose-f6aa314c498d
  5. Authentication screen: https://dribbble.com/shots/10906640-Onboarding-Yle-UI-Kit
  6. Bottom navigation: https://johncodeos.com/how-to-create-bottom-navigation-bar-with-jetpack-compose/
  7. Convert timestamp to timeago string: https://github.com/marlonlom/timeago
  8. 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 😊.

--

--