Pages
(Move to ...)
Home
Contact Me
▼
Sunday, 8 December 2013
Android Json Parsing + Sqlite Database Example
›
Hello ALL, Today i created one example for Parsing JSON and store response in sqlite database and display, update and delete operations ...
15 comments:
Sunday, 27 October 2013
How to call HTTPS webservices in android
›
For Example : ==> First call following method. public static void trustAllHosts() { X509TrustManager easyTrustManager = ...
19 comments:
Sunday, 11 August 2013
Using multiple text colors in Android's textview
›
I had faced on issue in my past project. How to set multiple colors in single textview ? For that I have solve it using following way. ...
Wednesday, 1 May 2013
What does “xmlns” in Android XML mean?
›
Generally we write following line in android xml file. xmlns:android="http://schemas.android.com/apk/res/android" It defines ...
1 comment:
Wednesday, 17 April 2013
Select + copy text in a TextView?
›
Generally we can copy / paste the value from EditText by long click. It is in-build functionality of Android. Now lets say you have requir...
4 comments:
›
Home
View web version