Android Menu Example
This tutorial explains how to create menu in android with example. Menus are a common user interface component in many types of...
Android Radio Button Example
In this tutorial, we show you how to use radio button in android using example. RadioButton is a two-states button that can be...
Login Application using Struts2 Tutorial
This example explains step by step tutorials for building Login Application using Struts2 Java Framework. The login workflow...
How to Convert POJO to XML in Android
POJO is an acronym for Plain Old Java Object, basically a class with attributes and it’s getters and setters. The name is used to...
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...

