Visit Sponsor

Android Views: 4

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

Read More

Springboot Views: 5

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

Read More

Android Views: 2

How to create Bitmap blur effect in Android using RenderScript

Android RenderScript framework API can be used for performing computationally intensive tasks at high...

Read More

Android Views: 2

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

Read More

Android Views: 2

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

Read More

Android Views: 5

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

Read More

Android Views: 2

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

Read More

Android Views: 2

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

Read More

Android Views: 5

Android CardView Example

The recent release of Android support library (v7:21.0.+) has introduced two new user interface...

Read More

Android Views: 4

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

Read More
Close