使用TensorFlow Android Inference Interface在Android上进行图像物体检测
不支持Camera2 API的手机也可以物体检测:https://github.com/lijiancheng0614/android-TFDetect
Continue reading使用TensorFlow Android Inference Interface在Android上进行图像物体检测
不支持Camera2 API的手机也可以物体检测:https://github.com/lijiancheng0614/android-TFDetect
Continue reading主要使用DownloadManager.Request进行下载。
完整的项目:https://github.com/lijiancheng0614/android-NetworkConnect
参考:http://developer.android.com/reference/android/app/DownloadManager.html
Continue readingAndroid作为客户端(client)对服务器(server)进行request操作,并从服务器中得到response。
这里主要使用HTTP来进行数据传输,request有GET和POST两种方式。
完整的项目:https://github.com/lijiancheng0614/android-NetworkConnect
Continue reading在写Android App时,一些逻辑不能放在UI线程中,于是可能会用到Handler。
Continue reading