How to Get List of Installed Apps in Android
Android PackageManager class is used to retrieve information on the application packages that are currently installed on the...
Support JSONP in Spring MVC 4.2 Using @ResponseBody and ResponseEntity
One of the current trends in web applications is communicating with the content and functionality from two different sources. For example,...
How to create Bitmap blur effect in Android using RenderScript
Android RenderScript framework API can be used for performing computationally intensive tasks at high...
Custom Calendar View Library in Android
The CustomCalendarView provides an easy and customizable option to create a Calendar. It displays the days of a month in a grid...
How to customize Android keyboard actions and other hacks
Most of the form-based applications often need to customize the default behavior of Android soft keyboard. Often it is required to...
How to Create Custom Layout in Android by Extending ViewGroup Class
1. Introduction to ViewGroup 2. Creating Custom ViewGroup 3. Add Custom ViewGroup on Activity Layout 4. Define Child View Layout 5. Adding...
How to Monitor TextView Changes in Android
In this tutorial we will see how to monitor the text changes in Android TextView or EditText. Some form based applications needs to...
Performing Stress Test in Android Using Monkey Application Exerciser
The Monkey is a tool you run on your device to generate a random system level userr events. It generates the specified number of events...
Android CardView Example
The recent release of Android support library (v7:21.0.+) has introduced two new user interface...
Using Custom Activity Transition in GridView Image Gallery
In this example, we will see how to create custom window animation that makes sense to user. We will extend our previous GridView...

