Author: Velmurugan
-
Easy Steps To Setup Room Database In Android
Room Database is a part of the Android Architecture components which provides an abstraction layer over SQLite which allows for more robust database access while still providing the full power of SQLite.
-
Easy Guide To Setup Retrofit In Android With example
I am going to explain how to use the Retrofit REST client to consume the Rest Web services. Basically, Retrofit was developed by Square and It’s a type-safe REST client for Android.
-
Easy Setup To Retrofit In Android With Example
I am going to explain how to use the Retrofit REST client to consume the Rest Web services. Basically, Retrofit was developed by square and It’s a type-safe REST client for Android.
-
How To Setup Recyclerview With Search Filter In Android ?
SearchView can be used to filter the data displayed in the RecyclerView. While using Toolbar’s search widget to input the search query.
-
Simple Setup to Recyclerview In Android With Example
Recyclerview Android in the advanced version of the listview. Recyclerview simplifies the display and handle of a large set of data.
-
Android RecyclerView Item Animations in Kotlin [Example]
It’s very useful to know about recyclerviews. in this post, I have explained all about animating recyclerview using the simple anim XML file.
-
Update Android Recyclerview Using Diffutil
If you are an Android Developer, I am sure you’ve used RecyclerView in your android application. In this tutorial, I am going to explain how to update the RecyclerView with DiffUtils.
-
Implementing Pull To Refresh In Android With Example
Do you want to refresh the layout or screen easily? Then, use this Swipe to Refresh Layout to refresh the layout by pulling the screen from the top.
-
How to display popupwindow in android with example
Popupwindow is a floating view that is displayed on top of an activity. Android provides a PopupWindow class for creating a popup window with a custom design.