Working with two spinners Kalidoss 6:47 PM 1 Comment Kalidoss Introduction This article explains how to create a Spinner in Android. A Spinner is similar to a drop down list. It provides a quick way...
Simple Spinner Kalidoss 3:10 PM 1 Comment Kalidoss Introduction An Android Spinner is used for quick way to selecting values to fill data from the list. A spinner by default shows its c...
Android Emulator Shortcuts Kalidoss 2:39 PM 1 Comment Kalidoss SHORTCUTS The Android mobile device emulator is included in the Android SDK that is used to runs on the computer.The Android...
Custom Listview with search bar also passing string[] and image values to another activity Kalidoss 2:12 PM 1 Comment Kalidoss Introduction In my previous post , we implemented a Custom listview with search bar . Now,we'll see how to implement a search ...