Android Tutorials
Get android tutorials and clear your fundamentals !
Monday, September 2, 2013
VideoView Part2
›
Part 1 MainActivity.Java package com.example.videoview; import java.net.HttpURLConnection; import java.net.MalformedURLEx...
Play sound in android example
›
You can play sound file in your android application.You need MP3 file which you want to play. Here is full description and only one method...
Sunday, September 1, 2013
GridView Example
›
GridView is a 2 - Dimensional display of your content. It is mainly useful to show icons or images. Take a look of GridView. Exa...
Monday, August 26, 2013
Custom ListView Example
›
This is a tutorial about customizing listview with and image and text. Download Source Code for FREE: Here Creating New Project C...
1 comment:
Wednesday, August 21, 2013
Rating Bar Full Example
›
activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://sche...
1 comment:
Drag and Drop Example
›
Drag and Drop is useful in canvas or drawing application.Here is full description,just follow it. Modify the code in activity_main.xml ...
44 comments:
Friday, August 16, 2013
Shared Preference Example
›
Shared preference is used to store data globally and use it to anywhere in application. Two way we can use it.One is define global variabl...
1 comment:
‹
›
Home
View web version