Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any photo gallery library for Android? [closed]

Tags:

android

Since the built-in photo gallery widget in Android is not good enough (easily crashes), I am looking for a 3rd party photo gallery library ?

Please recommend if you have some good choices.

Thank you.

like image 948
user403015 Avatar asked Sep 29 '11 03:09

user403015


People also ask

Is there a gallery app for Android?

Google Photos is the default gallery app on Android, and it shines with media backup, useful editing tools, seamless sharing, and several other tricks.

Where is the photo gallery on Android?

Start the Gallery app by locating its icon. It might be on the Home screen directly or in a folder. And it can always be found in the apps drawer. How the Gallery looks varies from phone to phone, but generally the images are organized by albums.

Why can't I see my pictures in my gallery?

Clear the Caches Files of Gallery. Follow the below steps to clear cache. Go to Settings >> Application Management >> Gallery. Tap on Clear cache and Clear data to remove the useless data from your device.


2 Answers

There are a few libraries available such as:

  • https://github.com/pakerfeldt/android-viewflow
  • https://github.com/fry15/uk.co.jasonfry.android.tools

To see more download the following app from the Google play store: "Android UI Patterns" this app has a lot of examples and you can see them first before implementing.

Also take a look at the GreenDroid also they have a showcase app in Google Play

like image 52
QVDev Avatar answered Sep 28 '22 07:09

QVDev


3 years late, but here's a really good library called AndroidImageSlider. Uses Picasso along with NineOldAndroids.

Preview:

Preview

like image 38
Abhishek Avatar answered Sep 28 '22 08:09

Abhishek