Java String Complete Tutorial
Strings are sequence of characters. In the Java programming language, strings are objects. The Java platform provides the String class to...
Java enum Programming Tutorial
What is enum in java? An enumeration is a special class, which provides a type-safe implementation of constant data in a java program. Java...
Android Gridview Example- Building Image Gallery in android
1. Introduction GridView is a ViewGroup that displays items in a two-dimensional, scrollable grid. In this tutorial, we’ll build an Image...
Struts2 Localization and Internationalization Example
This tutorial will explain Struts2 Localization, internationalization (i18n) with Example. We will build a sample internationalized web...
How to pass a data from one Activity to another in Android
In Android user interface is displayed through an activity. Activity is used to represent the data to user and allows user interaction. In...
Starting an activity for a result
In Android user interface is displayed through an activity. Activity is used to represent the data to user and allows user interaction. In...
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...

