Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Android and Java solution programming Blog  > 

Android And Java Solution Blog


fireandroids.blogspot.in
Fireandroids free tutorial for android and java. Provide all tutorial for android and java and easy learn and understand.
2014-02-25 04:09
What is an Event ?JavaScript's interaction with HTML is handled through events that occur when the user or browser manipulates a page.When the page loads, that is an event. When the user cli… Read More
2014-02-21 04:10
Form validation used to occur at the server, after the client had entered all necessary data and then pressed the Submit button. If some of the data that had been entered by the client had b… Read More
2014-02-18 03:57
This example shows how you can play sound using sound pool.Algorithm:1.) Create a new project by File-> New -> Android Project name it SoundPoolExample.2.) Add a sound file to res/raw… Read More
2014-02-16 04:47
This example shows how to create and set switches in android.Algorithm:1.) Create a new project by File-> New -> Android Project name it SwitchesExample.2.) Write following into main.x… Read More
Android Fragments Example
2014-02-13 03:45
A Fragment represents a portion of a user interface or an operation that runs within an Activity. A single activity can contain multiple fragments and many fragments can be re… Read More
Publishing Android Application
2014-02-11 03:30
Android application publishing is a process that makes your Android applications available to users. Infact, publishing is the last phase of the Android application development process.Once… Read More
2014-02-10 04:30
Emoji.java :-package com.android.emoji;import android.app.Activity;import android.content.Intent;import android.content.SharedPreferences;import android.graphics.drawable.Drawable;import and… Read More
2014-02-09 04:37
import java.io.BufferedReader;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.net.MalformedURLException;import java.net.URL;import org.w3c… Read More
Android Example Of Using PreferenceFragment
2014-02-09 04:22
In my old post "Preferences and SharedPreferences" describe how to implement PreferenceActivity calling deprecated addPreferencesFromResource() method. PreferenceActivity is the base class f… Read More
2014-02-08 05:13
Why we use handlers with thread :When we install an application in android then it create a thread  for that application called MAIN UI Thread, All activities run inside that threa… Read More
2014-02-07 04:05
Step 1:Create Broadcast receiver class for incoming callpackage com.javaorigin.android.sample;import java.lang.reflect.Method;import com.android.internal.telephony.ITelephony;import android… Read More
2006-06-07 11:16
SeekBar:            Android SeekBar is the extension of ProgressBar. SeekBar allows the user to change the value using touch event/draggable thumb/left rig… Read More
2006-06-07 11:16
Note : You should lock(screen) the phone before run this project(via android IDE) , because notification LED will be highlighted only when screen is offSource SVN:LEDNotificationZipped Sourc… Read More
2006-06-07 11:16
Today I’m going to share a working code to make a very simple compass application for your android device. Some android device (like Huawei Y300 and Lenovo P700i) does not have fu… Read More
2006-06-07 11:16
Java provides a data structure, the array, which stores a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often… Read More
2006-06-07 11:16
Android allows you to manipulate images by adding different kinds of effects on the images. You can easily apply image processing techniques to add certain kinds of effects on images. The ef… Read More

Share the post

Android and Java solution

×

Subscribe to Android And Java Solution

Get updates delivered right to your inbox!

Thank you for your subscription

×