Thank You that helped immensly (I THINK) 8^)...I think i understand. If you don't mind i'm going to word this another way and see if I REALLY UNDERSTAND.
If i were to send a drawable object..i.e. PNG icon like all the examples the Overlay will accumulate them (add item)...However...My Draw is done on a clean Slate ontop of the overlay...Basically the overlay is cleaned out and refreshed with each item(icon) added So the draw is cleaned on each additem...So If that is correct or close to correct? Then am I to understand that itemized Overlays are just for icons, or can i move my Draw to another location in this class, Like before the populate to make the circles accumulate and just send a darn icon into additem whether I want an icon or not? IN OTHER WORDS Can i collect anything other than icons in an itemized overlay? Unfortunately I need to do this project to solve a work related problem...otherwise i'd have tackled something much different. PS everything else in Java has been a breeze except understanding some of the class @OVERRIDE stuff...Besides for it being work related...I Can't help taking on learning projects like this..Thanks for the advice and help thus far. PSS i didn't expect you to go line by line through my code..I've been in my share of forums and user groups..trust me I understand...I was half tempted to break protocol allot earlier when i saw you on allot of pages re: itemized Overlays, but couldn't do it. -- 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

