Explicit intents and data transfer between activities The following demonstrates how you can transfer data between two ...
Read more »
Android Development Books
Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts
Monday

Intent tutorials Part 1 with implicit in android
Objects of type "android.content.Intent" are used to send asynchronous messages within your ...
Read more »
Thursday

Multidimensional array in java with android
An array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array ...
Read more »
Saturday

Android Layout Tutorial
FrameLayout FrameLayout is designed to display a single item at a time. You can have multiple elements within a FrameLayout but each eleme...
Read more »
Thursday

Android Facebook API example using FBRocket
This post is posted as per the request of many comments on Android JTwitter Example. Now let proceed ahead with Facebook using FBrocket. U...
Read more »

Hello World- First Program of Android
Hello, World In this document Install a Platform Create an AVD Create the Project Construct the UI Run the Code Upgrade the UI to an XM...
Read more »