84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
小组实验,编写安卓手机程序,自动收集手机传感器信息,例如,wifi、GPS、音量、重力加速度等信息。
这个要怎么学最快呢?我去网上找安卓教程,都是从UI布局,按钮触发事件开始讲的,我不需要UI,只要能采集传感器的数据就行了。
我习惯用C++,遇到java的程序,基本能看懂,看不懂的查资料。
求问我一定需要下一个安卓模拟器还是直接用我的小米手机测试(有一个闲置的手机)?或者哪里有源代码可以直接研究?感激不尽。
业精于勤,荒于嬉;行成于思,毁于随。
传感器部分可以用SensorManager参考:http://developer.android.com/reference/android/hardware/SensorManager.htmlhttp://developer.android.com/guide/topics/sensors/sensors_overview.htmlWIFI信息有WifiManager参考:http://developer.android.com/reference/android/net/wifi/WifiManager.html
google官方文档都有的。
参考:https://github.com/emotionsense/SensorManager轮子已经有人造好了。
传感器部分可以用SensorManager
参考:
http://developer.android.com/reference/android/hardware/SensorManager.html
http://developer.android.com/guide/topics/sensors/sensors_overview.html
WIFI信息有WifiManager
参考:
http://developer.android.com/reference/android/net/wifi/WifiManager.html
google官方文档都有的。
参考:https://github.com/emotionsense/SensorManager
轮子已经有人造好了。