Month: April 2013

  • Who are the Developers of Android?

    Android powered devices like mobile phones, tablet computers and home appliances are everywhere nowadays. It is a delight for us to experience a high technology which is less expensive, more powerful and efficient. You know what Android is, you might be grateful, and now you are asking… “Who are the developers of Android?” Android growth […]

  • How to Send Data From Android to PHP Server? Android Post Request Help

    Hi guys! Today we are going to code on how to send data from Android to PHP server. This is an example app that can post a file and text data to a web server with PHP file as a receiver. Having the ability to (do HTTP Post Request) post data from android app to […]

  • Show ListView as Dropdown in Android – a Spinner Alternative

    Our code for today will give us an alternative to using the Android spinner. We will show ListView as dropdown in Android. This ListView dropdown works just like a spinner but: I love how it looks and response to user touch, it feels smoother and faster than a spinner. It can also be easily customized, […]

  • Copy or Move File From One Directory to Another on Android

    Today we are going to take a look at how to programmatically “copy” or “move” a file from one directory to another on Android. In case you want to be clarified about the difference, copying a file means the file will be seen on another directory (target location) without deleting the original file from the […]