android開發筆記--在這個不安的世界安心快樂的生活著
1、 //讀取簡訊授權
if(activitycompat.checkselfpermission(mainactivity.this,manifest.permission.read_sms) != packagemanager.permission_granted)else
@override
public void onrequestpermissionsresult(int requestcode, @nonnull string permissions, @nonnull int grantresults) else
break;}}
public class smsutils ;
cursor cursor = contentresolver.query(sms_data,projection,null,null,"date desc");
if(cursor != null)}}
}2、/*** @author wanlijun
* @time 2018/1/12 9:13
*/public class locationserviceutils
public void getcurrentlocation()
initlocation();
if(mmylocationlistener == null)
mlocationclient.registerlocationlistener(mmylocationlistener);
mlocationclient.start();
}private void initlocation()
public class mylocationlistener extends bdabstractlocationlistener
}break;
for(int i=0;ibreak;
for(int i=0;i//本來是系統程式,被使用者手動更新後,該系統程式也成為第三方應用程式了}}
break;
for(int i=0;ibreak;}}
}
Android 開發筆記
版本控制的注意事項 以下資料夾不要加入版本控制 bin bin是編譯的二進位制檔案的存放路徑 gen gen是android需要的資源檔案的原始檔存放的目錄 使用svn的時候要注意專案編譯的問題 在編譯的時候程式會把src資料夾裡面的檔案拷貝到bin裡面,但是svn是每個資料夾裡面都包含乙個隱藏的....
Android開發筆記
1.unable to resolve target android 4 fishjoy final未知android target problem 修改default properties 或者重啟 2.別人的開發筆記 3.真機除錯的時候,一定要下google的usb driver.或者省時省力,...
android開發筆記
1 androidmanifest.xml 解釋 3 meta data標籤使用 4 android.intent.action.main作用 6 頂部滑動導航實現 操作步驟 1 設定好布局檔案,在布局檔案中加入viewpager 2 新建號fragment的布局 3 將fm和viewlist傳入a...