ft_hangouts

🧠 Work in Progress

More info + instruction + screenshots on the way!

github ft_hangouts

About

My very first exploration into Android development!

Using AndroidStudio and Kotlin to develop a mobile application.

A simple messaging app project, part of the advanced curriculum at Codam (42).

How to Run

  • Android Studio 2025+
  • Android SDK path set

Features

  • UI (screens) → Activities / Fragments + XML layouts
  • Data (contacts & messages) → a local database SQLite
  • Logic → connecting buttons, lists, and database together