Android App Development: Gallery Control

In Android the Gallery control is a selection control that displays items in a horizontal gallery. the items in the gallery appear beside each other. they can appear separated by a pre-defined space. we can use the gallery to display String items using a simple ArrayAdapter. so let’s see how to create a gallery that … Continue reading Android App Development: Gallery Control