Loading...
Loading...
Twitter Clone App
Banter is a Twitter clone application built using Jetpack Compose and MVVM architecture. It supports core social features like tweeting, commenting, and liking, implemented with Clean Architecture principles. It uses Firebase Auth (OAuth 2.0) for authentication and Firestore for real-time updates. RoomDB provides offline persistence, and Coil is used for efficient image caching.
Tweet, comment, and like functionality
Clean Architecture with MVVM
Firebase Auth (OAuth 2.0) & Firestore
Real-time updates
Offline persistence with RoomDB
Image caching with Coil
Structuring Clean Architecture for scalability
Handling real-time data synchronization with Firebase
Implementing robust offline capabilities