A simple social media app which includes:
User registration and login: Users can create an account and log in to the app using their email address and a password.
Profile creation: Users can create a profile that includes their name, profile picture.
Feed: Users can view a feed of posts from their friends and followers, as well as posts that are popular within the app.
Post creation: Users can create and share text posts with their friends and followers.
Commenting and liking: Users can like and comment on posts made by their friends and followers.
Direct messaging: Users can send private messages to one another.
Search: Users can search for other users within the app.
-
Minimum SDK level 23
-
100% Kotlin based + Coroutines + Flow for asynchronous.
-
Hilt for dependency injection.
-
Firestore database for users data storage.
-
Firebase Email authentication
-
Google Sign in
-
Architecture
- MVVM Architecture (Declarative View - ViewModel - Model)