Intro Live Templates are a compose-related tool added to Android Studio that allows you to enter code snippets for fast insertion by typing an abbreviation corresponding to a template abbreviation. Live Templates can help you optimize everyday tasks and speed up your work. For example, when working with Compose, youRead More →

While working on android apps we use a number of utility classes to encapsulate certain logic that we need on multiple places in the application. We use this android utility classes to display or hide UI elements, to check the network connection etc. We are using Kotlin in this example,Read More →