Android學習 - 入門
@(Mobile Study)[Android]
[TOC]
Android學習 - 入門
12月10日開始看公開課
https://www.udacity.com/course/viewer#!/c-ud837/l-4027328704/m-4329550789
19:40結束閱讀Android開發詞彙文件(竟然看得完-_-!)
https://developers.google.com/android/for-all/vocab-words/
Per Material design guidelines, any touch target on the screen should be at least 48dp wide by 48dp tall. That way, a button in an app on one device will be approximately the same physical size as that button in the same app running on a device with a different screen density.
The Android convention is to give a global variable a name starting with lowercase m for member, which is an alternative term for “field”.
To respect the user’s preferences, you should specify all font sizes in scale-independent pixels. All other measurements should be given in device-independent pixels (dp’s).
TODO
- [ ] Android Convention
- [ ] IDE Setup
- [ ] First Test Program
21:30分看完Lesson1A
12月11日開始看Lesson1B,搭介面(太他媽簡單)
RecyclerView...
12月12日,開始看Lesson2,搭介面的第二個app,View套View,就是Html裡面的div套div
12月13日,Lesson 3
Lesson 3講的是物件導向程式設計,因為我有物件了,直接跳過,過了一遍Android API, 看了其中一些Android相關的東西,例如Common Intent。
接觸到例如Volley和Glide等巨強大的網路庫
至此,Android開發已入門。
繼續進入Android開發進階階段
相關文章
- android基礎學習-android篇day12-android的UI基礎入門AndroidUI
- android基礎學習-android篇day11-android的入門工具安裝流程Android
- android驅動學習入門-android應用怎麼呼叫驅動2Android
- ROS入門學習ROS
- nuxt 入門學習UX
- Nginx入門學習Nginx
- mybatis入門學習MyBatis
- Linux入門學習Linux
- GORM學習入門GoORM
- Vue入門學習Vue
- MyBatisPlus入門學習MyBatis
- spring入門學習Spring
- Android RxJava:這是一份RxJava使用入門學習指南AndroidRxJava
- Egg入門學習(一)
- leaflet學習一 入門
- Mybatis框架 入門學習MyBatis框架
- RPC學習入門(轉)RPC
- Nacos整合學習入門
- Nestjs入門學習教程JS
- JavaScript入門學習學習筆記(上)JavaScript筆記
- Android入門教程 | RecyclerView使用入門AndroidView
- 如何學習Python?Python學習入門路線Python
- 機器學習和深度學習概念入門機器學習深度學習
- git入門學習筆記Git筆記
- iOS入門學習計劃iOS
- Docker入門學習筆記Docker筆記
- gRPC入門學習之旅(六)RPC
- gRPC入門學習之旅(四)RPC
- gRPC入門學習之旅(三)RPC
- gRPC入門學習之旅(一)RPC
- Unity學習筆記--入門Unity筆記
- gRPC入門學習之旅(五)RPC
- gRPC入門學習之旅(二)RPC
- TS入門學習筆記筆記
- 學習.NET 8 MiniApis入門API
- gRPC入門學習之旅(九)RPC
- gRPC入門學習之旅(十)RPC
- Java學習路線·入門Java
- 學習Java怎麼入門?Java