Tag Archives: Android

Check Internet connectivity with your own jar file in Android

Hi Android lovers… 🙂 After a long time. You can remember our last posts. Those are about connecting Internet and handling HTTP GET and POST methods. But have you ever consider to check whether your device is connected to Internet … Continue reading

Posted in Android Examples | Tagged , | 3 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

Handling HTTP GET method in Android

Hi… Android amigos… 🙂 Today we are going to communicate with a server page but  insecure way. Why I’m saying “insecure” is we are using HTTP GET method for the communication. All the values that user sends to the server, embedded … Continue reading

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

How to Update and Delete data from SQLite database in Android

Hello Android friends… This is going to be my first blog post for the Dooms Year (2012) 😉 By the way, I have to keep a promise although I wanted to write a new topic. Therefore I am continuing with … Continue reading

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

How to retrieve data from a SQLite database in Android

Hello Android fellows… let us Retrieve today 😉 I mean lets learn how to retrieve data from a SQLite database in Android. This is the second part of the SQLite blog series. In my previous post I have shown you how to … Continue reading

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