Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Select multiple thumbs

More
IP: 192.168.0.71 11 years 9 months ago #8178 by mshedeed
Hi,
Android.
1- I need to know how to select multiple thumbs in the thumb view (I don't want to change the page when I click on a thumb.
2- I need to know how to add for example a check box on the thumb page in the thumbs view.
More
IP: 192.168.0.71 11 years 9 months ago #8184 by radaee
Replied by radaee on topic Select multiple thumbs
u'd better create a listview.
each item is LinearLayout, include a check box and a custom View.
custom view to render each page in backing thread.
when item scroll off of screen, then release memory used for custom View, like Bitmap.
and start render page for custom View(a boolean value to control render thread).
More
IP: 192.168.0.71 11 years 9 months ago #8187 by mshedeed
Replied by mshedeed on topic Select multiple thumbs

radaee wrote: u'd better create a listview.
each item is LinearLayout, include a check box and a custom View.
custom view to render each page in backing thread.
when item scroll off of screen, then release memory used for custom View, like Bitmap.
and start render page for custom View(a boolean value to control render thread).


Could you let me know more details?
FYI, I bought a professional license.
Time to create page: 0.394 seconds
Powered by Kunena Forum