When saving a file to internal storage, you can acquire the appropriate directory as a File by calling one of two methods: getFilesDir...
Read more »
Tuesday
How can I check if the Android phone is in Landscape or Portrait?
How to know screen Orientation in android, and set screen orientation as your request. Overall orientation of the screen. May be one of ...
Read more »
Labels:
Beginners Tutorials
,
Layout
,
Problems
,
Tutorials
Sunday
How to validate email in Android
Validate is important aspect in any programming language. Here I describes how to validate in android. In your Input Field of email in Ed...
Read more »
Labels:
Android
,
Beginners Tutorials
,
Problems
,
Tutorials
,
Validate
How to post data from android to php
I have try to post data from androi to php, here simple example how to do HTTP Post. Http Client from Apache Commons is the way to g...
Read more »
Labels:
Android
,
android to php
,
Beginners Tutorials
Wednesday
Uncaught Error: SECURITY_ERR: DOM Exception 18 - Chrome's developer tools
I faced many times this problem, i get solution from stackoverflow, where Eli Grey gives, simple answers that solve my problem: if y...
Read more »
Saturday
Download Latest Free Android Books
Download Free Android Latest Android Books without pay any money. This is the best site for download android ebooks, which is the update...
Read more »
Error parsing XML: unbound prefix, Most relevant problems in android
During creating different layout in android using xml, may be sometimes miss small things, that is necessary to create layouts. Xml Layou...
Read more »
How to align bottom of the layout in Android
Sometimes developer lots of time expand during minor things, just like here.When try put button, images or any things in the bottom of the ...
Read more »
Labels:
Android
,
Beginners Tutorials
,
Layout
,
Tutorials
Wednesday
Android error - R cannot be resolved
Most common errors in Android Application and Game Development Many of the android developer faced as well as me many times faced thi...
Read more »
Saturday
Find the co-ordinate of layout in Android
If you really thinking how to starting game development, then it is useful for you.This is simple example of how to find the co-ordinate of...
Read more »
Labels:
Android
,
Beginners Tutorials
,
Layout
,
Tutorials