文件名称:Android代码-一个onActivityForResult handlers的方便注解
文件大小:102KB
文件格式:ZIP
更新时间:2022-08-26 02:37:13
Android代码
Aftermath Aftermath handles the consequences of your startActivityForResult calls. // Make some call to startActivityForResult public void startPicker(View view) { Intent pickContactIntent = new Intent(Intent.ACTION_PICK, Uri.parse("content://contacts")); pickContactIntent.setType(ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE); startActivityForResult(pickContactIntent, PICK_CONTACT_REQUEST); } @Override protected void onActivityResult(int requestCode, int resultCode, Intent
【文件预览】:
Aftermath-master
----gradlew(5KB)
----settings.gradle(82B)
----aftermath()
--------src()
--------consumer-proguard-rules.pro(242B)
--------gradle.properties(63B)
--------.gitignore(7B)
--------build.gradle(714B)
--------proguard-rules.pro(649B)
----LICENSE.txt(11KB)
----aftermath-processor()
--------src()
--------gradle.properties(83B)
--------.gitignore(7B)
--------build.gradle(882B)
----.travis.yml(583B)
----aftermath-annotations()
--------src()
--------gradle.properties(87B)
--------.gitignore(7B)
--------build.gradle(387B)
----checkstyle.xml(5KB)
----gradle()
--------wrapper()
--------gradle-mvn-push.gradle(7KB)
----README.md(2KB)
----sample()
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(649B)
----gradlew.bat(2KB)
----gradle.properties(615B)
----.gitignore(107B)
----build.gradle(394B)