Tag Archives: HttpPost

How to send HTTP requests from iOS

Hey pals, today we talk about how to send HTTP GET and POST requests to a server from your iOS application. This post I am implementing server side also. Therefore we will use localhost as our server. Next speciality is, … Continue reading

Posted in iOS, PHP examples | Tagged , , , , | 2 Comments

Handling HTTP POST method in Android

Hello Androidies… 🙂 Today I am going to talk about handling HTTP POST method in an Android program. This is little bit relate to my previous post which I have explained the same scenario for GET method. POST method is … Continue reading

Posted in Android Examples | Tagged , , , , | 27 Comments