10-12-2012 07:37 AM
Hi All,
I am implementing lazy loading. In that if i scroll screen vertically, in that stoped position value i need to access and i need to download the images for that. how to find the current scrolled details(i mean stoped position).
Thanks
10-12-2012 07:56 AM
10-12-2012 08:07 AM
Hi simon_hain,
Thank you for quick reply. Actually i want to implement lazy loading. for eg: in a row i need to display image and their details. i have somany rows is their, so first i need to display the data after that i need to display the image. so if i scroll in vertically the screen data will be display but how to get that details for download the image for that perticular datas. Is their any method to access these details in blackberry?
Thanks
10-12-2012 08:15 AM
10-12-2012 08:24 AM
Hi Simon_hain,
Thanks for your response, I need to add all the data but i don't want to download all the images at time. After scrolling which position i stoped in that image i need to display according to that perticular data. iam using labelfield only.
Thanks
10-12-2012 08:51 AM
10-12-2012 09:37 AM
Hi simon_hain,
Thanks for your response, but i need to load the image with out selecting any data.
Thanks
10-12-2012 09:42 AM
10-12-2012 11:38 AM
Hi Simon_hain,
Thanks for your response, I will try what you explaind.