android - Using view with separate thread than UI thread. -
i have own view draw few bitmaps in ondraw() function slows down getting touch events(miss of them) why want separate drawing bitmaps' thread , getting touch events' thread(ui thread) don't know how because both seems must in ui thread.
you need go @ sample applications google provides part of sdk. give detailed examples of how stuff this.
i start lunarlander.
Comments
Post a Comment