Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I know the scope of the question is too broad. But with the new Android Profiler tool in Android Studio 3.0, they say profiling has become easy. Am just a beginner level Android Developer and completely new to profiling. Can someone suggest some study material or tutorial videos to get started and get good expertise in both profiling and specifically Android Profiling through Android Profiler.

Looking for any of the veterans here to publish a blogpost covering Profiling, Android Profiler and how to use it with a program example. This will definitely benefit many budding Android Developers.

What I have tried:

Obviously I have searched the Google, and all I could find was videos and explanation which just explained the features of Android Profiler tool and not how to use those features or how to derive conclusions etc..,
Posted
Updated 29-Nov-17 3:12am
Comments
Afzaal Ahmad Zeeshan 29-Nov-17 9:27am    
Like any other profiler, storing the information about the process and providing you with the details of how your app is consuming the system resources.

What exactly is the question?

1 solution

See:

Measure App Performance with Android Profiler | Android Studio[^]

and

Profile Your App Performance | Android Studio[^]

I don't know that any one site is going to provide you with a specific answer. Each project and app are different and have different profiling needs. It's just going to be a matter of you learning to use the tool, and then applying it to your unique situation.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900