Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to override Default Gallery widget provided by Android to get an infinite rolling effect. I mean I can scroll circularly, as if the data in the gallery is provided by a circular linked list type, instead of the present Linear Linked List, which has an ending.

I have looked into the source of gallery, and found some points of entry like:

  1. trackMotionScroll(), which tell when to stop the scrolling, and is all about motion events.
  2. detachOffScreenChildren(), which detaches views which are not being shown in the gallery at present.

I would like to have some inputs to create such a gallery, which upon scroll can give me the effect of an infinity item gallery. Please shed some light on these.

share|improve this question
ppl, i am waiting for a reply here, if possible try to give me an answer rather than an edit :D. that would be a much better option. – Sri Krishna Mar 23 at 5:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.