@(Mobile Study)[Android]
[TOC]
Android學(xué)習(xí) - 入門
12月10日開(kāi)始看公開(kāi)課
https://www.udacity.com/course/viewer#!/c-ud837/l-4027328704/m-4329550789
19:40結(jié)束閱讀Android開(kāi)發(fā)詞匯文檔(竟然看得完-_-!)
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日開(kāi)始看Lesson1B,搭界面(太他媽簡(jiǎn)單)
RecyclerView...
12月12日,開(kāi)始看Lesson2,搭界面的第二個(gè)app,View套View,就是Html里面的div套div
12月13日,Lesson 3
Lesson 3講的是面向?qū)ο缶幊?,因?yàn)槲矣袑?duì)象了,直接跳過(guò),過(guò)了一遍Android API, 看了其中一些Android相關(guān)的東西,例如Common Intent。
接觸到例如Volley和Glide等巨強(qiáng)大的網(wǎng)絡(luò)庫(kù)
至此,Android開(kāi)發(fā)已入門。
繼續(xù)進(jìn)入Android開(kāi)發(fā)進(jìn)階階段