Skip to content
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

Open
notxas opened this issue Jul 31, 2012 · 9 comments
Open

Not really an issue, but a question #15

notxas opened this issue Jul 31, 2012 · 9 comments

Comments

@notxas
Copy link

notxas commented Jul 31, 2012

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?

@thest1
Copy link
Owner

thest1 commented Aug 1, 2012

By horizontal scrolling do you mean GridView or Gallery?

@notxas
Copy link
Author

notxas commented Aug 1, 2012

I apologize for not being clearer, I meant a Gallery.

Steven A Saxton

-----Original Message-----
From: Fedor Vlasov [mailto:reply@reply.github.com]
Sent: Tuesday, July 31, 2012 10:21 PM
To: notxas
Subject: Re: [LazyList] Not really an issue, but a question (#15)

By horizontal scrolling do you mean GridView or Gallery?


Reply to this email directly or view it on GitHub:
#15 (comment)

@notxas
Copy link
Author

notxas commented Aug 2, 2012

Can this be done?

@ramdroid
Copy link

ramdroid commented Aug 2, 2012

Gallery is deprecated in the meanwhile.... http://developer.android.com/reference/android/widget/Gallery.html

@notxas
Copy link
Author

notxas commented Aug 2, 2012

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.

@thest1
Copy link
Owner

thest1 commented Aug 6, 2012

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?

@notxas
Copy link
Author

notxas commented Aug 6, 2012

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-----
From: Fedor Vlasov [mailto:reply@reply.github.com]
Sent: Monday, August 06, 2012 11:49 AM
To: notxas
Subject: Re: [LazyList] Not really an issue, but a question (#15)

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:
#15 (comment)

@notxas
Copy link
Author

notxas commented Aug 6, 2012

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.

@notxas
Copy link
Author

notxas commented Aug 6, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants