This project aims to create an open-source social media application.
-
Architecture: MVVM (Model-View-ViewModel)
-
Programming Language: Kotlin
-
Testing: Non-instrumented (unit and integration testing) and instrumented (integration and user interface testing) using Mockito and MockK
-
Navigation: Android Jetpack's Navigation
-
Dependency Injection: Kodein
-
User Authenticator: Firebase Authentication
git clone git@github.com:MurilloComino/android-kotlin-blabla-social-media.git
in File > New > Project from Version Control... > git
in URL put: https://github.com/MurilloComino/android-kotlin-blabla-social-media.git
and then clone
- Connect via usb your android phone.
- After cloning the project, open the terminal and navigate to the root folder.
gradlew installDebug
./gradlew installDebug
- Android Studio 3.5 - The IDE used