Android Examples
Login / Register
Android Examples
  • Home
  • Android
  • NEWS
  • Java
  • Faq
  • Algorithms
  1. Home
  2. ANDROID
  3. Android Basics
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

Create Listview With ListActivity - Android Example Create Listview With ListActivity - Android Example

Feb 07 2013 631941 by admin Download Source Code

In this android example creating a simple listview with ListActivity to display a array values.

 

 

Read More

Create A Simple Listview - Android Example Create A Simple Listview - Android Example

Feb 07 2013 632246 by admin Download Source Code

In this android example creating a simple listview to display a array values.

 

 

Read More

How To Make HTTP POST Request To Server - Android Example How To Make HTTP POST Request To Server - Android Example

Feb 06 2013 632305 by admin Download Source Code

 

In this example we will learn how to make POST method request to server in android.
 
 
 

Read More

How To Make HTTP Get Request To Server - Android Example How To Make HTTP Get Request To Server - Android Example

Feb 06 2013 631983 by admin Download Source Code

In this example we will learn how to make Get request to server in android.

Read More

Incomming SMS Broadcast Receiver - Android Example Incomming SMS Broadcast Receiver - Android Example

Feb 04 2013 632410 by admin Download Source Code

In this android example we are showing ,when any new SMS event brodcasted ( When new SMS received ) then how to create receiver to read Incomming SMS data.

 

 

Read More

Incomming Phone Call Broadcast Receiver - Android Example Incomming Phone Call Broadcast Receiver - Android Example

Feb 02 2013 632105 by admin Download Source Code

In this android example we are showing ,when any new call event brodcasted ( When new call come ) then how to create receiver to read phone call states.

Read More

Introduction To Broadcast Receiver Basics Introduction To Broadcast Receiver Basics

Feb 01 2013 631917 by admin Download Source Code

1.  A broadcast receiver is an Android component which allows to register and listen for device orientation changes like sms messsage recieved , phone call recieved/pick/cut ,battery status changed, the Wi-Fi came on.

2.  Android operating system and even other applications time to time broadcast messages about things that are happening like sms messsage recieved , phone call recieved/pick/cut ,battery status changed, the Wi-Fi came on.

3.  With the help of broadcast receiver you will catch Android operating system specific events and then you can code your application for that event.

Read More

AsyncroTask Example To Get Server Data - Android Example AsyncroTask Example To Get Server Data - Android Example

Jan 31 2013 631930 by admin Download Source Code

1.  AsyncTask provide easy way to use of the UI thread.
 

 2.  Perform background operations and publish results on the UI thread without having to     manipulate threads and/or handlers.

  3.  AsyncTask is designed to be a helper class around Thread and Handler and does not use a generic threading framework.

Read More

Thread With Handlers - Android Example Thread With Handlers - Android Example

Jan 31 2013 632012 by admin Download Source Code

When we install an application in android then it create a thread  for that application called MAIN UI Thread, All activities run inside that thread , By the android single thread model rule we can not access UI elements (bitmap , textview etc..) directly for another thread defined inside that activity.
 
 So if want to access Main UI Thread elements by another thread then we will use  handlers.

Read More

Thread Basics Thread Basics

Jan 29 2013 631897 by admin Download Source Code

Java defines two way to create thread
  1.  You can extends the Thread class
  2.  You can implement the Runnable interface.

Read More
Sqlite example

SQLite Database Manipulation Class - Android Example SQLite Database Manipulation Class - Android Example

Jan 25 2013 631908 by admin Download Source Code

In this Android Example we will learn how to create sqllite database manipulation class. How to open SQLite Database in Syncronize way to Insert, Update, Delete database records.

I am taking an example of storing user data in SQLite database. I am using a table called User to store user data. This table contains three columns id (INT), name (TEXT), email(TEXT).

Read More

SQLite Basic Commands SQLite Basic Commands

Jan 24 2013 631938 by admin Download Source Code

SQLite Basic Commands,  SQLite Data Types,  SQLite sql creation

Read More
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

Categories

  • Android Basics (71)
  • Android Advanced (8)
  • Projects (1)

Tags

ANDROID
  • INSTALLATION
  • BEGINNER
  • SQLite
  • LAYOUTS
  • GUI
  • THREAD
  • BROADCAST RECEIVER
  • LISTVIEW
  • GPS
  • CONTACTS
  • XML / JSON
  • WEBVIEW
  • SHARED PREFERENCES
  • CONTENT PROVIDER
  • SERVICE
  • CAMERA
  • FILE UPLOAD
  • CUSTOM
  • WIFI
  • CALL
  • SMS
  • WEBSERVICE
  • ANIMATION
  • AUTOCOMPLETE
  • ACCELEROMETER
  • NOISE
  • MVC
  • GCM
  • FACEBOOK

Top Downloads

Open File Chooser With Camera Option In Webview File Option Open File Chooser With Camera Option In Webview File Option
Feb 03, 2014 671496
Facebook Integration - Android Example Facebook Integration - Android Example
Jan 13, 2016 670839
Android Session Management Using SharedPreferences - Android Example Android Session Management Using SharedPreferences - Android Example
Jan 19, 2014 670638
Show Loader To Open Url In WebView - Android Example Show Loader To Open Url In WebView - Android Example
Dec 24, 2013 670544
Android SharedPreferences Basics Android SharedPreferences Basics
Dec 28, 2013 670477
Play Video File - Android Example Play Video File - Android Example
Nov 09, 2013 669918
Android Push Notifications using Google Cloud Messaging GCM Android Push Notifications using Google Cloud Messaging GCM
Oct 05, 2013 633194
Upload File To Server - Android Example Upload File To Server - Android Example
Feb 28, 2013 632483
Incomming SMS Broadcast Receiver - Android Example Incomming SMS Broadcast Receiver - Android Example
Feb 04, 2013 632410
How To Make HTTP POST Request To Server - Android Example How To Make HTTP POST Request To Server - Android Example
Feb 06, 2013 632305
Android Examples

Founder of Android Example.com, love Java and open source stuff. Follow him on Twitter, or befriend him on Facebook.

Email: info@androidexample.com

Follow Us

Information

  • About Us
  • Terms & Conditions
  • Privacy Policy
  • Contact Us

My Account

  • My Account
  • My Questions

Sign Up to Our Newsletter

Sign up our newsletter and get exclusive deals you will not find anywhere else straight to your inbox!

Features

  • Java Blogs
  • News
  • Faqs

© 2025 AndroidExample All Rights Reserved.

This website uses cookies to ensure you get the best experience on our website. For more information Learn about cookies