core
-
Core Java
Logical Operators in Java
In this article, we’re going to see the logical operators in Java, which are they, and how to use them…
Read More » -
camera
HTTP Camera live preview example
With this example we are going to demonstrate how to create Live Camera preview in Android. The Android SDK includes a Camera class…
Read More » -
google maps
Google Maps example
With this example we are going to demonstrate how to use Google maps on Android. Note that in order to…
Read More » -
animation
Animations examples
In this example we shall show you how to programmatically set animations to a layout . To achieve this one…
Read More » -
json
JSON parsing with Gson
This is an example of JSON parsing on Android with Gson. Google Gson is a Java library that can be…
Read More » -
preference
Prefernces and PreferenceActivity example
In this example we shall show you how to use Preferences with Android. This functionality is used for storing user’s…
Read More » -
view
Gallery View without pictures
This is an example of Galery view on Android without any pictures. Gallery View is one of Android’s widgets. It…
Read More » -
view
Creating an AppWidget for the home screen
In this tutorial we are going to see how can you create an AppWidget of your Android Application for the…
Read More » -
view
Customized dialog
In this tutorial we are going to see how can we use Customized dialogs for user interaction in Android. The…
Read More » -
view
Using options menus
In this example we shall show you how to create and display option menus in your Android Application. It is…
Read More »
- 1
- 2