Published inNerd For TechUsing WorkManager — AndroidWorkManager is intended for work that is not required to run immediately and required to run reliably even if the app exits or the device…Oct 22, 20211Oct 22, 20211
Published inNerd For TechMVVM Architecture in Android(Using Retrofit, LiveData)What is Architecture and why do we need one?Oct 22, 20211Oct 22, 20211
Published inNerd For TechCoroutinesWorking with Coroutine and Retrofit and other background tasksSep 2, 20211Sep 2, 20211
Published inNerd For TechAndroid SearchView-Using RxJavaEver noticed that as we start typing some characters in SearchBar we see a list of results automatically and it updates as you type…Sep 2, 20211Sep 2, 20211
Published inNerd For TechUsing Retrofit-2 for API CallsRetrofit is a type-safe network library that makes android applications easy to consume RESTful web services. It is built by Square and…May 19, 2021May 19, 2021
Using Room Database- AndroidRoom library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.Apr 6, 20211Apr 6, 20211
Published inNerd For TechDatabase Inspector — View SQLite dataView your data stored in the database directly from your android studio using Database inspector. Much awaited feature is finally here.Mar 30, 2021Mar 30, 2021
RecyclerView Multiple View TypeRecyclerView is a very flexible and powerful widget and you might have used only one layout to display the list but you can use more than…Mar 21, 2021Mar 21, 2021
Published inNerd For TechAndroid View BindingAndroid View binding makes it easy to write a code that interacts with layouts i.e you can easily access the layout in xml from java file…Mar 13, 2021Mar 13, 2021
RecyclerView LayoutManagersRecyclerView listing can be defined in more than one way using different LayoutManager i.e items can be arranged in different ways…Mar 13, 2021Mar 13, 2021
Recursion vs Iteration — Are you writing efficient code?The basic concept of iteration and recursion are the same i.e execution of the same set of instructions again and again. Let’s have a look…Mar 13, 2021Mar 13, 2021