https://github.com/raflizocky/storyapp
Story App is an Android app that implements CameraX, Paging, and additional features.
https://github.com/raflizocky/storyapp
android android-studio kotlin
Last synced: 2 months ago
JSON representation
Story App is an Android app that implements CameraX, Paging, and additional features.
- Host: GitHub
- URL: https://github.com/raflizocky/storyapp
- Owner: raflizocky
- License: apache-2.0
- Created: 2023-11-04T14:22:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T13:45:43.000Z (over 1 year ago)
- Last Synced: 2024-02-03T14:39:09.701Z (over 1 year ago)
- Topics: android, android-studio, kotlin
- Language: Kotlin
- Homepage:
- Size: 42.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Demo
## Features
- User login and registration
- Add and view personal stories
- Animations and infinite scrolling
- Explore story locations on Google Maps shared by other users## Download
- Min. Android version: Android 5.0 Lollipop (API level 21)
- Download: [APK](https://github.com/raflizocky/StoryApp/releases)## Resources Used
- API: [Dicoding Story API](https://story-api.dicoding.dev/v1/), [Google Maps API](https://console.developers.google.com/flows/enableapi?apiid=maps-android-backend.googleapis.com&keyType=CLIENT_SIDE_ANDROID)
## Building
To build this project, you need at least [Android Studio](https://developer.android.com/studio) Iguana or a later stable version.
1. Clone the project and open it in Android Studio.
2. Use your own `API_KEY` for Google Maps.
2. Sync the project with Gradle, then run the app.## Contributing
If you encounter any issues or would like to contribute to the project, feel free to:
- Report any [issues](https://github.com/raflizocky/StoryApp/issues)
- Submit a [pull request](https://github.com/raflizocky/StoryApp/pulls)
- Participate in [discussions](https://github.com/raflizocky/StoryApp/discussions) for any questions, feedback, or suggestions## License
Code released under the [MIT License](https://github.com/raflizocky/StoryApp/blob/main/LICENSE).