Android Studio Parsing Json Using Retrofit
Json is lightweight data-interchange format that is widely use in the mobile app when interchange data with the server. Before we have Retrofit, the network library. We have to write our own parser class...
Json is lightweight data-interchange format that is widely use in the mobile app when interchange data with the server. Before we have Retrofit, the network library. We have to write our own parser class...
We have an offline CRUD apps, Android SQLiteDB , which can work without internet, In this tutorial, we will show you how to perform CRUD by passing data through network to server and store...