Hello, I have a problem. I want to have several dynamicaly created 'pictures'. e.g. a cricle with some specific text in it (the text is created before, by the app and can't be predicted) ( That is the problem, as I figured out I cannot write on a bmp or drawable) I may have several of those circles, so that I need to scroll on the display and additionally I want to 'click' on any of those circles (I dont to have buttons) and know on what I clicked. (some sort of adapterview)
I tried with a Canvas where I put those circles and text in, which looks realy nice, but I can't scroll there...... (maybe getting the scroll to work here would be helpful as well) Anyone has another idea? Thanks a lot cheers -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

