Do you rely on external libraries to draw shapes on your ImageView ? Well now there is ShapableImageView in Android to facilitate just that. But
Category: Tutorials

Do you want to learn about Android Handler Thread for multi threading ? We have multiple ways to accomplish the problem at hand. But here

JavaScript for loop is one of many available loops to repeat any given sequence of code. Here we will look how we can use the

In you android programming road map it’s inevitable to skip this topic. So, let us look at what is intent in Android ? What is

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).