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 →

In this post, we will give a short review of the tips for software developers from the book “The Pragmatic Programmer: From Journeyman to Master” by authors  Andrew Hunt and David Thomas, published by Addison-Wesley, 2000. This is not a new book but the guidelines for developers given in this book areRead More →

What is XML? Pronunciation: /ˌeksemˈel/ noun COMPUTING a metalanguage which allows users to define their own customized markup languages, especially in order to display documents on the Internet. Basically XML doesn’t do anything. Its markup language – eXtensible Markup Language. It is similar to HTML but not quite so. View itRead More →