Android has introduced Architecture Component that has Room Library for managing SQLite database. Here I will provide a step by step guide to implement the

In this blog post we are going to look at how we can pick file in Android without messing with Content URI. If you are

When working with NodeJS, sometimes there will be version specific issues. Even if there are none you might want to experiment with certain node versions.

Today we will be looking on how we can hide important texts in an Image file. This method of concealing texts inside an Image is

Splash Screen is the first thing you see when you open an application. It makes your application feel pretty professional if you do it right.

We are well aware of the data breaches of Foodmandu and Vianet in the past. Yet another data breach has surfaced out of the blue.

RecyclerView is possibly most used View in Android development for showing list of items. There was something called ListView the use of which is now

ArrayList is undoubtedly of the most essential data structure in Java. You might be just starting out with the ArrayList in Java after learning about

The most used command for the CLIphile users in Linux. You might be a heavy user of the ‘ls‘ command. Or you might be just

Learning Kotlin is not as hard as you have thought. But the concepts in coroutine might be a little tough in the beginning. There is