android-controls

Which control would be a better fit to this problem?

Requirement: I have a GridView of thumbnails; the user can click on a thumbnail to view the larger, full sized image. This "full sized" image is to be fetched from a remote server. When the user is viewing a particular image he should be able to cycle through all of them by swiping his fingers on the screen(like leafing through pages of ...

Resize android datepicker control.

How can one resize the initial size of android datepicker control to be smaller or bigger. Is there only way to reimplement it? ...

Android: Adding another button to time picker dialog

Is there a way to add a third button to a time picker dialog which would allow an empty string to be sent to the edit text which instantiated the time picker? thanks, MP ...