my android application performance is low. from logcat i found that the time consuming factor is garbage collection. it consumes atleast 110ms in every gc. gc is showing frequently. Is there anyway to determine the collected objects??
my android application performance is low. from logcat i found that the time consuming
Share
Check out the videos in the http://developer.android.com/videos/index.html
Especially the one talking on “Make your UI faster”, there are a lot of design best practices shown in the videos.
It will definitely help your application to run faster.