APP 開發者的養成之路與開源工具 - Rick, Richard Lee

由於場地問題,第二天我們移動到另一棟大樓啦!議程教室變動請見網站上的議程表

歡迎來到 https://hackmd.io/@coscup/2019 共筆

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。

請從這裡開始
Android 開發者的養成之路與開源工具
Rick

第三方

  • architecture
    • no architecture: try catch 包錯誤,建好要祈禱
    • MVC: 耦合很嚴重
    • MVP: 只能透過 presenter 溝通,隨著時間過去越加肥大
    • MVVM: Google 認證
      • 提供 livedata
      • 提供 data binding
  • database
    • sqlite
    • GreenDAO
    • realm
    • ORMLite
    • ROOM: Google 支援
      • 可搭配 rxjava
      • 可搭配 livedata
      • 可查詢多個 table
  • image process
    • universal image loader:後期不維護了
    • Picasso by Square
    • Fresco by Facebook
    • Glide
      • 支援生命週期
      • circle image
  • http connection
    • HttpClient
      • deprecation
    • HttpURLConnection
      • native
    • Volley
      • google推薦
    • OkHttp
      • Interceptor
    • Retrofit
      • API interface description
      • 可搭配 rxjava
      • 內建 okhttp
  • reactiveX
    • RxJava
      • 同步以及非同步都相同操作
      • 將回傳機制統一Interface
      • 切換執行緒容易
      • 解決 Callback hell
      • 超多 Operator 提供使用
      • 防止快速連點
      • 簡化程式碼

Richard Lee

started blogging

  • English to Chinese is valuable

started freelancing

  • 開始用開源專案
tags: COSCUP2019 開源與職涯 IB305
Select a repo