android 上完hank課程的心得筆記


四大基本元件:
Activity
Content Provider(從其他app讀取資料)
service
broadcast


各種快捷鍵:

ctrl+p 看function需要變數
ctrl+alt+f 區域變數變全域變數
ctrl+alt+m 將選取程式碼變成一個方法
alt+enter 看到底線紅,實作各種方法。
logd sout 快捷
ctrl+d 複製這一行 alt+shift+down or up 換行
xxx.nn  +tab 判斷xxx是不是null

一些layout的使用法:

ConstraintLayout
 約束值
 guideLine

RecyclerView
RecyclerView.ViewHolder
RecyclerView.Adapter

Action Bar
onCreateOptionsMenu
onOptionsItemSelected

Fragmnet


Firebase連線
json分析

AsyncTask類的實作

留言

這個網誌中的熱門文章

android app之間使用socket做溝通

android service作法

html css & bootstrap心得