Do you want to learn about Android Handler Thread for multi threading ? We have multiple ways to accomplish the problem at hand. But here
Category: Tutorials
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).
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