Author: Velmurugan
-
Best way to mock Retrofit Response In Android
An easier way is to ask the backend developer to create the API service and just send fake content for the sake of it.
-
How to implement a material progress indicator in android?
Progress indicators express an unspecified wait time or display the length of a process. Material design provides an implementation of linear and circular progress indicators,
-
Ultimate Guide to Android Material Design Components
Material design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. Google announced Material Design on June 25, 2014, at the 2014 Google I/O conference.
-
Android Chips – Material Component For Android
Android Chips are one of the components of the Material Design library. A Material Chip is a component that can represent the input, filter, choice, or action of a user.
-
Ultimate Guide To Material Cardview with Recyclerview In Android
Cardview Android is a new widget for Android, which can be used to display a card sort of layout in android. Cardview was introduced in Material Design in API level 21 (Android 5.0 i.e Lollipop).
-
Make REST API request with Kotlin ktor client in android
Ktor is a framework to easily build connected applications, web applications, HTTP services, and mobile and browser applications.
-
Kotlin Coroutines – Exception Handling and Cancellation
It’s very important to handle the exception that occurs during the networking operation or any IO operations in kotlin coroutines.
-
Kotlin Coroutines for Android Development
If you want to get started with Kotlin Coroutines for Android Development and want to master it, then this article is for you.
-
Easy guide to kotlin Koin – The Dependency Injection Framework
In this tutorial, I have explained another dependency injection framework that I recently adopted and how it has really simplified the process for me. That is Koin.