Push Notifications in Android can be quite tricky if you create everything from back-end to mobile application. So there exist a ready made solution called

Android’s API is very confusing when it comes to handling Android soft keyboard, to hide or show. But here I have compiled the ways to

JavaScript is an awesome programming language. It is the dominant language for front end web development. Also, it is used for back end with NodeJS.

Are you new to the Android Programming world ? Or are you looking to complete that one assignment from your college. Regardless of your circumstance

forEach() in JavaScript is one of many ways we can iterate through the array. But out of all the loops this one is my favorite.

Git is a very powerful tool for managing your source code. There are a lot of advantages of using Git as Version Control System (VCS).

Recently, I have written a post about RecyclerView: Android RecyclerView: How to Insert, Update and Delete Item. It is rather long and includes the basics

Well, this is yet another Android Development guide written just for you. If you are starting out with Android development. Or, even if you are

We used to use findViewById() to map our views to the Java/Kotlin code. But there is something better than simply doing findViewById(). And this concept

Let us look at how we can create use the Android Notification Manager class to create a simple Notification in Android. In this tutorial I