News

Google has delivered updates for developers that improve adaptive UI design, AI‑assisted creativity, and faster iteration ...
Crypto currency market prices in INR , get top 50 crypto coins prices in realtime from Coin Market Cap , this application is using Coin Market Cap public API to fetch the latest crypto prices in INR.
Implementing endless recycler view the easy way with this library. This library extends RecyclerView so any functions from recycler view can be called. Implemented fully with Kotlin.
The recycler view is one of the most versatile and useful views in Android development. It can essentially form the backbone of an entire UI. Recycler view is similar to a list, but rather than ...
Step 2: A recycler view for managing the list items using <android.support.v7.widget.RecyclerView> tag. The <data> tag is to let us add the reference of model class we use in our XML file ...
Retrofit is a library which is very easy to use an apply. it helps to convert the http api into a kotlin interface. though many of us must have used retrofit in android but now as google has announced ...