Android – 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...
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...
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...
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...
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...
Problem: Re-installation failed due to different application signatures. Description: While developing an android application, I tried to run the application and got the below error: Solution: After searching and checking the...
Problem: How do we get/access file from SD-card? Solution: Output:Output of Environment.getExternalStorageDirectory() can be either /sdcard or /mnt/sdcard. As i have tested it, it returns the below output on different...