-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not really an issue, but a question #15
Comments
By horizontal scrolling do you mean GridView or Gallery? |
I apologize for not being clearer, I meant a Gallery. Steven A Saxton -----Original Message----- By horizontal scrolling do you mean GridView or Gallery? Reply to this email directly or view it on GitHub: |
Can this be done? |
Gallery is deprecated in the meanwhile.... http://developer.android.com/reference/android/widget/Gallery.html |
OK, Thank You for your reply but my question was not about Gallery. It was about how do I best go about utilizing this lazylist inside of a horizontal scrolling environment instead of the examples where iot is always scrolling vertically. I was simply using the word Gallery as an example of wht the end result is that I am looking for. This lazy list is amazing at managing memory usage and display of many images, but I need to be able to scroll though them horizontally NOT in a ListView which is vertical like the example code does. I hope that makes things much clearer, so I can figure how to proceed as quickly as possible. |
Of course it can be done. Just place ImageViews into any scroll environment you wish and display images using ImageLoader. Can try to make a sample. Are you interested in HorizontalScrollView sample? |
Yes, I am interested and would be very appreciative if you could do that and make a HorizontalScrollView example that displays just images and no text. Steven A Saxton -----Original Message----- Of course it can be done. Just place ImageViews into any scroll environment you wish and display images using ImageLoader. Can try to make a sample. Are you interested in HorizontalScrollView sample? Reply to this email directly or view it on GitHub: |
I would like to communicate off of here with you if at all possible. My regular email is steven@thesaxtons.com Drop me an email and let's talk about this in more detail. |
I did indeed get this to work by myself. I just wasn't grasping the process until your last post. THANKS SO MUCH FOR POINTING ME IN THE RIGHT DIRECTION. Steven A Saxton |
I am somewhat new to git hib and was trying to figure out how to just post a question. Your read me file says "Can also be used for GridView and just to display images into an ImageView." I am curious as to whether or not you have some example code of the. I am trying to do what your code does but with horizontal scrolling instead of vertical scrolling. Is that possiible and is that what the portion of your read me file means?
The text was updated successfully, but these errors were encountered: