Dicoding Submission: Belajar Fundamental Aplikasi Android
This repository is the result of my submission in Dicoding class Learn Fundamental Android Application that implements MVVM(Model View ViewModel) architecture using the components ViewModel, LiveData, Dagger2, Room, RxJava, etc.
Hopefully my repository can be useful to be used as a reference all friends.
Installation
Clone this repository and import into Android Studio
https://github.com/dimas-nur/dicoding-bfaa.git
NOTE : This repository have 4 branch
- Master - consists of a combination of branches 1, 2 and 3
- Submission1 - contains tasks from submission 1 ( Get 5 Star )
- Submission2 - contains tasks from submission 2 ( Get 5 Star )
- Submission3 - contains tasks from submission 3 ( Get 5 Star )
Demo
Search Screen
Notification Reminder
Profile Screen
Favorite Screen
Setting Screen
Widget
Consumer App
Feature :
- Using MVVM (Model-View-ViewModel) Architecture
- Using Dagger2 as dependency injection
- Using Single activity and using navigation component to manage fragment operations
- Using localization for support Indonesian and English Language
- Using Room Persistence for local database
- Using ViewBinding & DataBinding
- Using RxJava2 to handle data flow
- Using Retrofit to request api network
- Using Glide for load and caching image from url
- There is an explanatory comment on each function, making it easier to understand the flow of the application
Dependencies :
- Lifecycle & Livedata
- Navigation Component
- Dagger 2
- Retrofit 2
- OkHttp 3
- RxJava2
- RxKotlin2
- RxAndroid
- Glide
- AndroidX
- Sweet Alert
- Fancy Toast
Pull Requests
I encourage all the developers out there to contribute to the repository and help me to expand it. To contribute just think up of an example which could be a feature or some demo to how to use a library. Develop the demo and create a pull request and you are in.
Support me
Just star or fork this repository, and follow my github. You have supported me!
Author
Dimas Nur Alif Rochmadtulloh - dimasnur.dev@gmail.com
License
Copyright � 2020 Dimas Nur Alif Rochmadtulloh
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.