Android – Develop android application for Tablets only
Problem: How do we develop Honeycomb Android application for the Tablets only? Description: After Android has released Honeycomb 3.0 SDK for the development of android application for Android tablets, most of android developers are confused on “how do i develop android application targets for both or for specificly for Tablets or Mobile only”. But today […]
Read MoreAndroid – Place Market link inside the App
Problem: How to place a Market link inside the Android application? Description: While answering on StackOverflow, I came across one question on placing market link inside the application and I thought it’s very useful and I thought to document it. You might came across the same problem. There are many ways to put link but […]
Read MoreAndroid – GridView example
Problem: Simple GridView example Description: What do you say, is this simple GridView example?, I think it is not 🙂 :). The main purpose of this post is to give demo for creating nicely laid GridView and also to make GridView more fancy. Same as previous Android – ListView articles, we are going to create […]
Read MoreAndroid – ToggleButton example
Problem: ToggleBar Example Description: This is just the simple example for implementing ToggleButton in android application. Below are some methods which we have used in this example: setOnClickListener – Used to register a callback whenever view is clicked setChecked() – used to mark toggle button as checked/unchecked setTextOn() – used to display text on toggle […]
Read MoreAndroid – Show error in EditText
Problem: How to show error/alert for some cases in EditText? Description: Consider a case that we are supposed to collect information from users by filling EditText box and user leaves EditText blank, at that we display alert/error message “Please enter string”. But here is a best way to display alert/error message in EditText for the […]
Read MoreAndroid JSON Parsing tutorial
Android JSON Parsing Example I have found many newbie android programmers are facing issues in implementing JSON Parsing, this article is for them with step by step demo. Now a days, almost all the web APIs are REST based and it returns JSON response. We have to parse the JSON string either into array, objects […]
Read MoreAndroid – Secret codes
Hi, Today Let me discuss about some secret codes that we developer and android users are not knowing mostly but it can be helpful to us in some way. Around 2 days ago, i got one article describing iPhone secret codes those i have posted here: http://fb.me/16v9zEEdK. So i thought same as iPhone secret codes there […]
Read More