Enabled move Sdcard button for android app 20:35 0 comments In this blog we will explain how to enable Move to Sdcard Button and allow android application move to Sdcard , you... Read more
Add Stylish Text Fonts in android 19:20 0 comments In this blog we will add external Stylish Text Fonts in android. 1.First you have to download text fonts. 2.Create fonts... Read more
Implement Hindi Font in android 18:01 0 comments In this blog we will explain how to used hindi fonts in android. Explain below 1.Download an external hindi font that you like... Read more
How to Handle Back button in android 17:24 0 comments In this example we will explain how to handle/detect android Mobile Back Button in android programmatically. /*This allows the... Read more
Set Back Arrow Button on ActionBar In Android 16:58 0 comments In this blog explain How to display and set back arrow button on ActionBar in android. Explain Below.... Basically, we are used... Read more
Send Email in android using Intent 16:00 0 comments In this blog explain how to send email in android. the email send via Intent ,the intent carry data one component to another means... Read more
Android XmlPullParser 15:15 0 comments Generally,used four constants defined in the XMLPullParser interface. START_TAG :An XML start tag was read. TEXT :Text content... Read more
DOM XML Parsing 13:15 0 comments Android XML parsing Using DOM Parser? In this blog parse the xml used by DOM parser. The DOM parser better then SAX parser... Read more
SAX XML Parsing 12:44 0 comments Android XML Parsing using SAX Parser ? In this blog we will explain how to parse xml file.Android SAX Parser provide the facility... Read more
CustomNumberPicker 17:37 0 comments In this blog we will implement custom Number Picker step by step. 1. first create activity_main.xml class. 2. second create view... Read more
ListView Header with parallax effect 18:45 0 comments ListView Header with parallax effect in android? In this blog we will implement Parallax effect ListView header step by step... Read more