A discussion-based Android app built with Room Database, ViewModel, and LiveData.
ThreadsPro is an Android application that allows users to create, view, edit, delete, and manage discussion threads. It follows the MVVM architecture and leverages Room Database for local data persistence.
- π Create new discussion threads
- π Read and display threads using RecyclerView
- βοΈ Update existing threads with edits
- π Delete threads when no longer needed
- π Store threads locally using Room Database
- π Live updates with ViewModel and LiveData
- β Floating Action Button (FAB) for adding new threads
- π Navigate to detailed views of each thread
- Kotlin for development
- Android Jetpack Components (ViewModel, LiveData, Room)
- RecyclerView for displaying threads
- Kotlin Coroutines for background operations