Skip to content

rllyhz/bfaa-final-submission

Repository files navigation

Dicoding Submission: Belajar Fundamental Aplikasi Android (Final Submission)

Platform Kotlin Gradle

This repository is the result of my submission project in Dicoding Academy class, Learn Fundamental Android Application that implements MVVM(Model View ViewModel) architecture using the components ViewModel, LiveData, Dagger2, Room, Retrofit, etc.

This project got 5 stars 🎉🎉

You can clone this repo and import to your Android Studio

    https://github.com/rllyhz/bfaa-final-submission.git

Demo

Home

Home Screen

User Detail

User Detail Screen

Explore

Explore Screen Empty Explore Screen Searhing Mode

Profile

Profile Screen

Features:

  • Using MVVM (Model-View-ViewModel) Architecture
  • Using Dagger Hilt for dependency injection
  • Using Navigation Components for Navigation UI
  • Using Localization for support Indonesian and English languages
  • Using Room Persistence for local database
  • Using ViewBinding
  • Using Kotlin StateFlow to handle state flow of data
  • Using Retrofit to request API network
  • Using Glide for loading and caching image from URL

Dependencies :

Author

Rully Ihza Mahendra - Reach me on LinkedIn here
My Personal Web - https://rllyhz.github.io
My Email - rullyihza00@gmail.com

You can support me

Just star or fork this repository, and follow my github. You have supported me!

LICENSE


   Copyright © 2021 Rully Ihza Mahendra

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.