MyDicodingEvent is a project developed as part of the submission for the Dicoding: Belajar Fundamentals Aplikasi Android class. This app is designed to help users manage and explore available events.
- Event List: Displays a list of available events with detailed information.
- Event Details: Provides detailed information about a specific event.
- Search Events: Allows users to search for events by keywords.
- Favorites: Users can mark events as favorites for quick access later.
- Programming Language: Kotlin
- Architecture: MVVM (Model-View-ViewModel)
- Key Libraries:
- Jetpack Components (LiveData, ViewModel, Navigation)
- Retrofit for API communication
- Glide for image loading
- Room for local data storage
- Clone the Repository:
git clone https://github.com/V60Code/MyDicodingEvent.git cd MyDicodingEvent
- Open with Android Studio:
- Make sure you are using the latest version of Android Studio.
- Build the Project:
- Allow Android Studio to download all required dependencies and build the project.
- Run the Application:
- Connect your Android device or use an emulator, then click "Run" in Android Studio.
- Contribution Currently, this project is not open for external contributions as it is part of a submission task.
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ For more details, see the LICENSE file.