Android待整理資料統整
- 將Android Studio上的程式下載到手機
-整理:http://www.winwu.cc/2016/01/android-app-app.html
-ASUS手機開啟開發人員選項:https://www.asus.com/tw/support/FAQ/1009474/
- 接收GPS訊號
-整理:CodeData/Android Tutorial 第四堂(3)讀取裝置目前的位置 - Google Services Location、資訊園/[Android]用戶定位、可丁丹尼-讀取Android內建GPS的NMEA資訊
-GPS的提供者:壹讀/Android 位置服務—用戶定位User Location、壹讀/Android筆記三十二.Android位置服務及核心API、ICOOLS/Android定位Provider的Passive是什麼 ?
-https://www.moke.tw/wordpress/computer/advanced/279:
當LocationListener是直接在MainActivity實作,則可加也可不加"locationMgr.requestLocationUpdates(LocationManager.GPS_PROVIDER, 5000, 10, this);"此行。
-http://stackoverflow.com/questions/18396503/android-location-getting-null-need-solution:
當定位剛開啟,初次執行OnCreate的locationInit時,可能沒有LastKnownLocation,所以當你呼叫getLastKnownLocation,傳回的是NULL值,實屬正常。
- GPS Permission
-若要在Android執行GPS相關功能,就必須打開相應的許可(Permission)
-整理:Android GPS Permission筆記
- 獲取即刻時間
-雜技本-Android程式開發/Android上日期與時間的處理
- AlertDialog
-整理:軟貓玩具/Android AlertDialog 教學(上)、慕課網/AlertDialog直接用builder.show()和老师这样写有什么不同?、亂七八糟/Android 的7種Dialogs
- 日期與時間的處理
-雜技本-Android上日期與時間的處理-Calendar
- UI Thread
-Android Developers-Communicating with the UI Thread
-Lucifer-Heosphoros-Android Tips 開發小技巧-Activity.runOnUiThread
-Codota-Activity runOnUiThread-top ranked examples from Open Source projects
- String.split(delimiter)使用方法
-Free學習札記-[java] String.split()用法
-TShopping-[教學]字符串分割--java中String.split()用法
- 教學網站
-Java SE8 Documents
-Android Developers
-Gitbook-Java 基礎教程
-Gitbook-Android開發基礎教程
-小賴的實戰紀錄-Android標籤
-CodeData
- Android佈局-TableView
-StackOverflow-Whats difference between removeAllViews() and removeAllViewsInLayout()
-百度知道-关于Android动态布局添加和删除View的问题……
-StackOverflow-Android: array of textviews
-Felix's Second Life 電腦數碼世界-佈局管理器 動態產生佈局 Layout
-StackOverflow-Dynamically adding views into a specific fragment layout
-CodeData-Android Tutorial 第二堂(2)設計應用程式使用者介面
- Camera2
-InduceSmile-ANDROID CAMERA2 API EXAMPLE TUTORIAL
-AProgrammer-Android Camera2 API Explained
-Youtube-Mobile Application Tutorials/Camera 2 API
-Willowtree-Camera2 and You: Leveraging Android Lollipop’s New Camera
-StackOverflow-What is the Android Camera2 API equivalent of Camera.Parameters.getHorizontalViewAngle() and Camera.Parameters.getVerticalViewAngle()?
-Wiki-Angle of view
-StackOverflow-What can I do when the BufferQueue has been abandoned?
- Stop Thread
-StackOverflow-How to properly stop the Thread in Java?
-Java-Why Are Thread.stop, Thread.suspend, Thread.resume and Runtime.runFinalizersOnExit Deprecated?
- Android Life Cycle
-StackOverflow-Android-Performing stop of activity that is not resumed
- Sensor
-數位生活-[Android]11種感應器介紹
- Matrix
-风之谷-Matrix使用解析
- Android Studio Debug
-每日頭條-Android Studio你不能不會的Debug調試技巧
-Android Developers-Debug Your App
- SurfaceView
-Android-【Android】SurfaceView設置透明背景
-安卓吧-android surfaceView的简单使用画图,拖动效果
-StackOverflow-How to draw text on canvas?
-程序园-TextureView VS SurfaceView-android
-Android Developer-Canvas and Drawables
-StackOverflow-Android Null Pointer Exception on drawColor [duplicate]
-Android Developer-Graphics architecture
- 其他
-Hackernoon-Android: draw a custom view - Intent Google Map URI
-Google Maps API-Google 地圖意圖
-
- - Android 轉場動畫
-簡書-Activity和Fragment的转场动画
-yoyo的雜記-Activity與Fragment間的轉場效果(transition animation)
-CodeData-Android 6 Tutorial 第六堂(1)Material Design - Theme 與 Transition
-Android Developers-定義自訂動畫
-Android新技术-你所不知道的Activity转场动画——ActivityOptions
-Youtube/Android Developers-DevBytes: Custom Activity Animations
- - Input & Output
-Android Tech-Android 平台的檔案讀寫方式 - Activity v.s. Fragment
-倾听雨落-android fragment和activity的区别
-小鰻的Android學習筆記-Fragment筆記
-
-
留言
張貼留言