Gallery Archives - Androhub

Gallery ImagePicker

Android Gallery Image Picker

Android supports seamless integration of applications and content providers. Lot many things are handy provided to developers, which helps in reducing the code and consumes less time to integrate different features to app. For example, if we have an application that allow user to change his profile picture. In this requirement user will be welling

Read More
ImageSwitcher Using Gallery

Android ImageSwitcher with Gallery

A ImageSwitcheris a specialized ViewSwitcher that contains only children of type ImageView. A ImageSwitcher is useful to animate an Image on screen. ImageSwitcher switches smoothly between two images and thus provides a way of transitioning from one Image to another through appropriate animations. Example In this example i will demonstrate you how to work on ImageSwitcher

Read More