Git Product home page Git Product logo

android-3d-carousel-view's Introduction

android-3d-carousel-view

Data controls take various forms, one of the mostly used being the listview. With the emerging "finger friendly" technologies, various controls have been developed to take advantage of easier data browsing. Android natively supports the Gallery view, but that looks a bit "unfinished" at least. It is, however, possible to extend the Gallery view, and handle the way each item is created and shown, as Neil Davies did, in his excellent CoverFlow Example tutorial (http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html) .

I pushed things a bit further to offer the following:

  • circular list: we'll never get to the end, as the last item is linked to the first, as in a circular list. Browsing the items will let the content coming, continuously and regardless of the number of actual items.
  • nice shadow effect: each item's image is prolonged with a little shadow gradient at the bottom
  • memory optimizations: we only create the shadow effect for the items in view, and not for the entire carousel structure, which can get very big. I had no issues in loading close to 2500 items in my view, and the animation, movement and memory status were all ok!
  • scalable items, that will look ok , regardless of Android device screen size
  • custom items, composed of an image and a text label
  • filtering , as part of the attached carousel adapter structure, optimized for fast searches in large data sets All in one a whole new concept that behaves with the same fluency regardless of the number of data items.

Project page: http://www.pocketmagic.net/2013/06/a-3d-carousel-view-for-android

Wiki page on https://github.com/radhoo/android-3d-carousel-view/wiki

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.