An Android SMS and contact management application.
ft_hangouts is a mobile application for Android that provides SMS messaging and contact management functionality. Built as part of the 42 curriculum to learn Android development fundamentals.
- Contact management (add, edit, delete contacts)
- SMS messaging functionality
- Contact list display
- Message history
- Persistent data storage
- Material Design UI
- Kotlin: Primary programming language
- Android SDK: Mobile development framework
- SQLite: Local database for contacts and messages
- Material Design: UI/UX design system
- Android Studio
- Android SDK (minimum API level as specified in project)
- Android device or emulator
- Open the project in Android Studio
- Build and run on an Android device or emulator
- Grant necessary permissions (SMS, Contacts)
- Start managing contacts and sending messages
The application follows standard Android project architecture with activities, fragments, and data persistence layers.