Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 606 Bytes

File metadata and controls

9 lines (6 loc) · 606 Bytes

Android Documentation

KDAB's Android gems

Build your UI layout Android Studio includes a layout editor that allows you to build and preview your app UI by dragging elements into a visual design editor instead of writing layout XML by hand.

Profile your app performance Poor app performance can ruin the user experience and destroy your app's reputation. If it ever responds slowly, shows choppy animations, freezes, crashes, or consumes a lot of power, your users will notice. To avoid these performance problems, use the Android Profiler to measure your app's memory, CPU, and network usage.