- Expert Android Programming
- Prajyot Mainkar
- 126字
- 2021-07-08 10:29:06
Exploring Android Studio Developer Tools
According to Statista, one of the leading statistical analysis agencies, designing a smartphone is ultimately a game of trade-offs: screen size vs. portability; battery life vs. data speeds; appearance vs. sturdiness; to name just a few. To make these trade-offs, it's important to know what the consumer wants.
Now that we know how to use Gradle, in this chapter we will discuss some of the tools that provide help in building apps and also help in debugging and performance tooling. We will discuss three important tools:
- APK Analyzer: the tool to analyze the Android Application Package (APK) file
- Battery Historian: shows the details of how the battery is used in the phone
- Memory Analyzer: understanding memory patterns while using the app
推薦閱讀
- TypeScript入門與實戰
- Computer Vision for the Web
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Unity 2020 Mobile Game Development
- Internet of Things with the Arduino Yún
- Java深入解析:透析Java本質的36個話題
- PostgreSQL Replication(Second Edition)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- C程序設計實踐教程
- Android開發:從0到1 (清華開發者書庫)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據
- HTML5游戲開發實戰
- Web前端開發最佳實踐