Drawing custom view on SurfaceView in Android -
i have develop simple game in android. draw multiple views image , text on surfaceview in background thread. how can achive best performance? image , text changed dynamically each view , rendered in each frame. have read options:
inflate view xml, fill fields data, convert bitmap , draw on surfaceview.
use vectordrawable. don't know how access inner field change text.
any advice?
Comments
Post a Comment