A.創(chuàng)建 B.就緒 C.運行 D.暫停
A.優(yōu)化邏輯,釋放不必要的對象盡量使用局部變量 B.減少循環(huán)邏輯里的對象的創(chuàng)建 C.使用stringBuffer和stringBuilder替代多次String對象 D.多使用單例模式
A.getChildScrollX B.getScrollX C.getScrollY D.getChildScrollY