Quantcast
Channel: Apache – CoderzHeaven
Browsing all 11 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Android phpMysql connection

First create a database  named “mydatabase” in MySql. Then create a table “tbl_user” with three fields (id, username and password). The next step is to create a php page which will communicate between...

View Article



Image may be NSFW.
Clik here to view.

ANDROID – Upload an image to a server

Hi ANDROIDians in today’s tutorial I will show you how to send an image to server using POST method in ANDROID. Uploading an image to server is a basic requirement in many of our application. Sending...

View Article

Image may be NSFW.
Clik here to view.

How to Download an image in ANDROID programatically?

Hello everyone.. In one of my tutorials I have shown you how to upload an image in android.. In todays tutorial I will show you how to download an image into your phone programatically. I am just...

View Article

Image may be NSFW.
Clik here to view.

How to read webpage contents as a string in Android?

This is a simple example to read a webpage content as a string in android. This example can also be used to get the response as a string when you make a call to a webpage. For example a php script. You...

View Article

Android phpmySQL connection redone.

Hi all.. Most of our visitors had problem with one of our previous post on Android-php connection. So here I am posting another simple example to connect with a php file. Here I am simply putting an...

View Article


Image may be NSFW.
Clik here to view.

How to Upload Multiple files in one request along with other string...

Hello everyone, I have shown two methods to upload files in android. In today’s tutorial I will show another simple method to upload files. With this method you can upload multiple files in one request...

View Article

Image may be NSFW.
Clik here to view.

How to download a file to your android device from a remote server with a...

Actually this is really simple. I have already posted an example for how to download a file in this post. How to Download an image in ANDROID programatically? This is another one little different with...

View Article

Image may be NSFW.
Clik here to view.

How to download a file from a remote site in android? – Another simple...

Hello all ……. I have shown many examples on how to download and upload files in android through this site. These are other methods for downloadign a file in android. 1. How to Download an image in...

View Article


Image may be NSFW.
Clik here to view.

How to make a http call repeatedly from a service in android?

We may have applications in which we may have to make repeated calls to a webservice. At that time services may be useful. This is such an example in which we will be creating a Service in android to...

View Article


Image may be NSFW.
Clik here to view.

How to read and write files to SDCARD and application SandBox in Android – A...

Here is a complete example of How to read and write files to SDCARD and application SandBox in Android. First create a new project and inside the mainActivity paste this code. package...

View Article

Image may be NSFW.
Clik here to view.

Uploading Image to Server – Android Eclipse Version.

Hi all, In today’s tutorial I will show you how to send an image to server using POST method in ANDROID. If you are working in Android studio, then checkout the article here. Uploading an image to...

View Article
Browsing all 11 articles
Browse latest View live




Latest Images