- Hands-On Android UI Development
- Jason Morris
- 130字
- 2021-07-02 23:26:08
Test your knowledge
- When designing a form screen, what is the first thing you should consider?
- The colors and icons you want to use
- The data you need from your user
- The standard guidelines for Android
- What is the standard spacing increment in Material design?
- 8 Pixels
- 8 Density Independent Pixels
- 8 Device Pixels
- The ConstraintLayout, ViewPager, and CardView are part of the support APIs. What does this mean?
- Their bytecode must be included with your application if you use them
- They are also used as part of the Android Studio code base
- They can only contain other widgets from the support APIs
- When building a new layout, your root widget should always be which of these?
- A ConstraintLayout
- A LinearLayout
- The simplest widget that makes sense for your layout
推薦閱讀
- Vue.js快速入門與深入實戰(zhàn)
- Animate CC二維動畫設(shè)計與制作(微課版)
- C語言程序設(shè)計
- FFmpeg入門詳解:音視頻原理及應(yīng)用
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- 大話Java:程序設(shè)計從入門到精通
- Android應(yīng)用開發(fā)深入學(xué)習(xí)實錄
- FFmpeg開發(fā)實戰(zhàn):從零基礎(chǔ)到短視頻上線
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- Mastering Bootstrap 4
- JavaEE架構(gòu)與程序設(shè)計
- 精益軟件開發(fā)管理之道
- 高性能MVVM框架的設(shè)計與實現(xiàn):San
- Game Development Patterns and Best Practices
- 三步學(xué)Python