Android UI

Create Custom Spinner In Android

Custom Spinner means a spinner with different look and feel other than it’s default look. It is a part of adding our own branding to an Android Application. Spinner is a common UI element in…

Read more
Android UI

Create Simple Listview In Android

Here i explain to you how to create a simple listview which uses built-in Arrayadapter. 1. Add listview container to layout 2. Create an listview adapter with items 3. Set adapter to listview 4. Catch…

Read more