10 2013 档案
摘要:1.个人对onBind(Intent intent)的理解 多个client可以同时连接到同一个service,但是只有第一次连接的时候会调用onBind(),其他的client调用BindService时,不再调用onBind(),只会返回IBinder,onServiceConnected仍然会被多次调用。当所有的clientunbind,service 将会被destroyed。Multiple clients can connect to the service at once. However, the system calls your service's onBind()
阅读全文
摘要:1、通过Android SDK Tools/SDK Manager.exe打开Android SDK Manager2、在SDK Manager窗口中,Tools-->Options...-->打开Settings 1) 在Others下选中Force https://...sources to be fetched using http://...(原来默认使用https,现在强制使用http)3、打开hosts文件:Windows在C:\WINDOWS\system32\drivers\etc目录下,Linux用户打开/etc/hosts文件在文件末尾默认添加星号行内代码:**
阅读全文

浙公网安备 33010602011771号