Android Convert DP, SP, Pixel Programmatically
In this tutorial i will show you how to convert a value from DP to pixel, SP to Pixel and vica versa. These are the methods used by all the Android developers every day. You…
In this tutorial i will show you how to convert a value from DP to pixel, SP to Pixel and vica versa. These are the methods used by all the Android developers every day. You…
In the this tutorial we will explain how to send a notification using Notification.Builder class. And how to schedule it after a certain interval. Here we show how to schedule the notification after 5 seconds….
One of the most common use in mobile application is to perform tasks through internet. There is no guarantee that user has always active internet connection when they operate on our application. So it is…
This tutorial will explain you how to change the language locale of your application at runtime or dynamically. The code explained here will show you how to convert text written in English to French language…
In this tutorial i’m going to explain about how to track the location of the device using a background service with Google LocationServices API Client and share the location to the Activity using a broadcast…
Zipping folder is very useful when you large number of files are there to send. If you have ‘n’ number of files to send to server through internet then it is good to put all…
In this article i will explain about taking the screenshot of the current screen with few lines of codes. It is a very handy and useful code if you play with screenshots of your app….
API development is the primary area where JSON is most widely used. Irrespective of which language (ie, JAVA, PHP, C etc) you use to develop or which platform are you in (i.e, Computer, Mobile etc)…
What is JSON? JavaScript Object Notation, It is the data-interchange language independent format and it is easier to understand for both machines and humans. So it is widely used in the area of communication between…