Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

Select multiple thumbs 9 years 4 months ago #8178

  • mshedeed
  • mshedeed's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
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.

Please Log in or Create an account to join the conversation.

Select multiple thumbs 9 years 4 months ago #8184

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
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).

Please Log in or Create an account to join the conversation.

Select multiple thumbs 9 years 4 months ago #8187

  • mshedeed
  • mshedeed's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0

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.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum