There are no reviews yet. Be the first to send feedback to the community and the maintainers!
MVVMarchitecturewithKotlinDagger2AndroidViewModelRetrofit
Application which retrieves data from Webserver (via Retrofit), saves it into cache and get from it if user is offline. There are applying MVVM architecture pattern and Dagger 2 example.Weather-app
kotlin----RoomDatabase
SQliteDatabaseApp
RxDataBinding-------RxJava
Question_Quiz_App
MVVMFiresStore
Easy_Transition
Buttom--Navigration--kotlin
Splash-Screen-Animation-MVVM-System
PagingRoomDatabaseRetRofitLiveDataViewModelDataBinding
How-to-implement-Retrofit-in-an-Android-app
ContactBookApp
RoomDatabase-------Retrofit----ViewModel---LiveData
Features-MVVM-Retrofit-DataBinding-Dagger2-LiveData-ViewModel-RoomDB-
Update_BioData
Personal-Information
SQLite-Data-Insert-Update-Delete-
Android-Paging-Components-Retrofit-MVVM-
Android Paging Components : Learn Paging LibraryMujib-100
Kotlin-for-Android
MVVM--Retrofit--Recyclerview--Java
ComponentTabLayoutwithCustomTransitionAnimationandNavigationListener
TabLayoutMemory---Game--App
#Memory_Game #Java_Programming #UI_XMLCollapsing-profile-screen
FoodDeliveryApp-----Kotlin
RxSearch-------------RxJava
RxApiCell-------Rxjava
ETLCampus
AndroidViewAnimations
Dagger2---------------RxJava
InternetCheek
group_expense
jossViewPager-with-FragmentPagerAdapter
Health_Tips
Restful-WebServices-PathParam-QueryParam-MatrixParam-Formparam-and-HeaderParam
Youtube-Api-Implement
Login--Registration--Kotlin
RxAndroid-Example
MVVM--Retrofit
Features: Generating Kotlin class from any legal JSON string/JSONSchema or any URLs that returns a JSON string/JSONSchema as response Generating Kotlin class from any legal JSON text when right click on directory and select New -> Kotlin class File from JSON Supporting (almostly) all kinds of JSON libs' annotation(Gson, Jackson, Fastjson, MoShi and LoganSquare, kotlinx.serialization(default custom value))FirebaseChatApp
One to OneRetrofitWithDagger
RetrofitWithDagger Retrofit Implementation with Dagger2 This project is demonstration on Dagger2 (Dependency Injection) using Retrofit, DataBinding and RxJava to execute network request. Retrofit is a REST Client library (Helper Library) used in Android and Java to create an HTTP request and also to process the HTTP response from a REST API. It was created by Square, you can also use retrofit to receive data structures other than JSON, for example SimpleXML and Jackson. Before we continue, letโs briefly define REST Client and REST API in our context. REST Client in our case is the Retrofit library that is used on the client side (Android) to make HTTP request to REST API. A REST API defines a set of functions which developers can perform requests and receive responses via HTTP protocol such as GET and POST. Dagger is a fully static, compile-time dependency injection framework for both Java and Android. It is an adaptation of an earlier version created by Square and now maintained by Google. RxJava is used to manage network request and response. For more references : Retrofit - https://android.jlelse.eu/consuming-rest-api-using-retrofit-library-in-android-ed47aef01ecb Dagger2 - https://www.journaldev.com/16758/android-dependeny-injection-dagger RxJava - https://proandroiddev.com/exploring-rxjava-in-android-e52ed7ef32e2Kotlin--Android--ViewModel--Factory
Love Open Source and this site? Check out how you can help us