Betterme is an social network application focused on healthy life style topics.
This project is the android mobile version of Betterme. There are three versions in total:
All versions consume the same API based on microservices architecture. In this specific version you can create a profile, log in the app, share posts and keep track of your health.
You can find the coding style for this project here.
- The application needs the BetterMe API running for its correct operation.
- The API URLs are harcoded in the build.gradle.kts file. You need to change it depending on the device where the API container stays.
- Kotlin - Programming language
- Jetpack Compose - UI tool
- Retrofit - API communication
- Gradle - Build configuration
- MVVM - Code structure
- @Pale04 - Initial work
This is a project developed in a educational enviroment