Android Tutorials
Get android tutorials and clear your fundamentals !
Showing posts with label
android application
.
Show all posts
Showing posts with label
android application
.
Show all posts
Monday, September 9, 2013
ShakeListener Example
›
Android device has advance function,It has hardware to detect shake event.It can also detect the direction of shaking device.This advance f...
Accelerometer full source code
›
Accelerometer in android, the value would show acceleration in X, Y and Z direction.Sample code is available in SDK manager.If you can...
2 comments:
Friday, September 6, 2013
Send Mail Automatically without Intent Tutorial
›
You can use intent to send mail.It uses inbuilt Email application to send mail.You can also send mail without using inbuilt email applicati...
25 comments:
Monday, September 2, 2013
How to play saved video in android?
›
Create android project named "savedVideoView". Now create 'raw' folder in 'res' directory. Note: Do not cha...
how to play youtube video in videoview android ?
›
You can play youtube video in your application.There is no need to add third party library or other API. First of all create one androi...
19 comments:
VideoView Part2
›
Part 1 MainActivity.Java package com.example.videoview; import java.net.HttpURLConnection; import java.net.MalformedURLEx...
›
Home
View web version