Skip to content Skip to sidebar Skip to footer
Showing posts with the label Get

Provide Own Root-certificate For Https-connection?

currently my app connects to a (special) webserver via HTTP to retrieve some data from there via GE… Read more Provide Own Root-certificate For Https-connection?

How To Use Httpget Request In Android?

I am using this code, but it catches an error in a try-catch. Where is a mistake? When I print a er… Read more How To Use Httpget Request In Android?

How To Send Url Paremeters To Php Server And Get Back Response To Android

I'm trying to create a basic application where I want to send a request from android to php ser… Read more How To Send Url Paremeters To Php Server And Get Back Response To Android

Problem With Android Http Post

I am using the below code to execute a HTTP POST request. The PostData is in the form of a String S… Read more Problem With Android Http Post

Android Get And Post Request

Can anyone point me to a good implementation of a way to send GET and POST Requests. They are alot … Read more Android Get And Post Request