demoadda.com

300,000+ members

our android apps in store

demoAdda.com is a community of 3.00 lakh programmers and students, just like you, helping each other. Join them; it only takes a minute: Sign Up

Best favorited Android Programming Tutorial and Example Download With Source Code.


Here Best favorited Android Programming Tutorial Demo with source code and database. Android demo for learning with source code for your project development tutorials. We have good collection of Android simple demos codes and document. We hope this Android demo with source code and database would be useful for quick glance before going for any Android project submission. Android demo useful website,game,desktop,mobile application with source code. This Android demo helpful for be,btech,me,mca,bca,it,computer science student use in projects.



Android is a mobile operating system based on the Linux kernel and currently developed and maintained by Google Inc. Android is currently most widely used mobile OS and, as of 2013, the highest selling Operating System overall in world .Right now android devices sell more than Windows, iOS, and Mac OS X devices combined. Currently android available for Mobile, Tablets And Android wears. They are planning to implement it into a TV also. Android provides access to a wide range of useful libraries and tools that can be used to build rich applications. For example, Android enables developers to obtain the location of the device, and allows android devices to communicate with one another enabling rich peer–to–peer social applications.


Android Tutorial video for beginners. How to begin with Android mobile development tutorials? Android apps project source code download examples demo simple zip.

Demo Category


Android

Download

Asp .net

Download

C# .net

Download

IPhone

Download

Java Servlet

Download

Javascript jquery

Download

Python

Download

Vb .net

Download

Best favorited Android demo source code list.



upload your demo





Canvasview (Draw in canvas) in Android

4.5

Here is the demo for canvas drawing in android you can do this following things by canvas. APIUndo / Redo / Clearthis.canvas.undo(); // Undo this.canvas.redo(); // Redo this.canvas.clear(); // Clear canvasModeThe application that use this l... view more

android , demo , canvas , canvasview , drawimage in canvas , draw circle in canvas , set background

Android demo   kishan 2015-04-09

Login and Register with Sqlite in Android

4.5

Hello Programmers,This is the simple sqlite implementation for login and register in simple android. By using this demo you can register your self in android device and you can use that credential for login after some time. So demo is giving the same... view more

android ,demo, login example, login demo , register page , register example , sqlite demo , sqlite i

Android demo   kishan 2015-04-13

Android ListView With ArrayAdapter in Android

4.5

This demo will let you add string items in listview in android.  it will let you know that how add item in listview and use of that items. there is no anything else you need to do.... view more

android listview , how to implement list view in android , how set string value in listview android

Android demo   kishan 2014-09-25

Android Broadcast Reciever in Android

4.5

ANDROID BROADCAST RECIEVERThis demo of reciever will let you under stand how to call receiver in android programatically. this demo includes both internal and external broadcast reciever. ... view more

android, demo, broadcastreciever, internal broadcast receiver, external broadcast reciever

Android demo   kishan 2014-09-30

BackgroundService (Service) in Android

4.5

This demo will let you understand how to create service in android. This demo will include start and stop that service programatically using music file as a source.... view more

android,service,backgroundmusic,backgroundservice

Android demo   kishan 2014-10-01

Async TaskLoader in Android

4.5

This demo will let you under stand the use of Asynctask over threads. this demo includes getting installed application from your device using async task loader.... view more

android,loader,asynctaskloader,listview

Android demo   kishan 2014-10-07

AudioRecorder in Android

4.5

This demo will include the recording of sound in two format like .3gp ang MPEG4 usinf mediaplayer. It will also include how to start and stop the media recording. There are two buttons for that.... view more

android, recording,mediaplayer, audio, audioplayer

Android demo   kishan 2014-10-08

Taking ScreenCapture (Take ScreenShot) Android in Android

4.5

This demo will use for Taking screen shot of your screen using android programming. In this demo include taking screen capture and it will store that image into gallery.... view more

Android, screen, capture, screenshot, demo, take scrrenshot,imageview,

Android demo   kishan 2014-12-05

Customgridview in Android

4.5

Android gridview implementation in native sourcecode, this demo will let you understand imlementation of custom gridview. ... view more

android, gridview, customgridview

Android demo   kishan 2014-12-19

Working with Camera API (Image And Video) in Android

4.5

Android camera implementation can be done in two ways. One is to use android inbuilt camera application which is very easy process provided by default api. This method won’t give you much control over camera as everything is taken care by inbu... view more

android,demo,camera,api,video,images,camerademo

Android demo   kishan 2014-12-29

Android Graphics And Animations in Android

4.5

This demo includes # viewpager animation# progressbar animation # listview animations# card flip# screen slider... view more

android, demo, animation,viewpager, graphics, slider,

Android demo   kishan 2014-12-29

Html5 Prologue in Android

4.5

Internet Cafe Monitoring System =================================== Readme File for Internet Cafe Monitoring System =================================== ========= CONTENTS ========= 1: Features 2: Installation and System Requirements ... view more

HTML5, responsive. Mobile

Android demo   jeremy 2014-12-30

File Read-Wirte operation in Android

4.5

This demo will let you understand file read and write operation in android. This demo will include three buttons for storing ,retrieving and clearing data into a file. For Reading writing data into file you must give read write permission to manifest... view more

android,file,readwrite, demo, github

Android demo   kishan 2015-01-08

Contact Operations (Insert & Get) in Android

4.5

This demo includes inserting and getting contact details in android. In this you can add name and phone number to your contact list. This Demo will required minimum version of android SDK is 3.... view more

android, demo, contact, getcontact, insertcontact

Android demo   kishan 2015-01-08

Background Location Update Service in Android

4.5

Here is demo for location update in android in back ground. If your application needs updating your location at particular interval then you can use this demo for your implementation. In this demo you will get your location at every 10 seconds. you c... view more

android, demo, location, update, latitude, longitude, background service

Android demo   kishan 2015-03-16

Drag And Drop items in listview in Android

4.5

This demo includes list view with Many items there. you can pick one item and drag to your desired position according to your need. This will be dragged with beautiful animation.This demo will need to run in android minimum API level 11. So take care... view more

android,demo,listview,draganddrop,items,

Android demo   kishan 2015-03-16

Tab Layout With Swipeable Views in Android

4.5

This demo includes android tab view with swipe gestures integration. In this demo you will be introduce with tabs in android. In this tutorial we will learn on how to make tab views using ViewPager and ActionBar. Currently TabHost has been deprecated... view more

android, demo, tabs, actionbar, supportv7, swipe, swipetabs

Android demo   kishan 2015-03-17

WifiDataAccess (Information) in Android

4.5

This demo will show you how to get nearby WIFI device's information.In this demo You will get information about WIFI SSID, Strength, Channel, Frequency, And Capability. You can also get near by Router's Range and BSSID.... view more

android, demo, wifidata, wifi, access, SSID, WifiRange

Android demo   kishan 2015-03-18

How to create Local Notification (Notification Manager) in Android

4.5

This demo will let you provide information about Local Notification in android. In this demo You will be guided how to create simple notification, Big notification, How to cancel notification and many more. All notification can be generated by notifi... view more

android, demo, local, notification, androidnotification, notificationmanager

Android demo   kishan 2015-03-20

How to add multiple language support (localization) in Android

4.5

Hello Folks, This is the latest demo for android localization support. In this demo you can get information about how add multiple language in one application. You can add multiple language using various string.xml files. Just download demo and ... view more

android, demo, localization, multiple, language, support, string, XML

Android demo   kishan 2015-03-21