Snappy
Snappy story app is a project I developed as part of the requirements for the Intermediate Android Course on the Dicoding platform. This application allows users to upload a story and display stories from other users.
Features
Login: Implemented login and register account using an API.
Upload Story: Upload stories to the server.
Display Stories: Display all stories from other users using Paging 3.
Testing: Implemented testing for data retrieval using Paging 3.
Maps Integration: Integrated Google Maps API to display the location of uploaded stories.
MVVM Architecture: The application is built using the MVVM architecture.
Technologies Used
Language: Kotlin
IDE: Android Studio
Libraries:
Retrofit2
Paging3
Glide
Google Maps API
And others