文件名称:Android代码-不要再一遍 一遍的写那些 Intents 了。
文件大小:447KB
文件格式:ZIP
更新时间:2022-08-26 21:00:23
Android代码
Android Intents A small library which will save you from writing the same intent creation code again and again for the most simple tasks. I found myself writing my own library to create some common intents I was using across projects, so we decided to push that code to a project everyone could contribute to. You can find a comprehensive list of all intents that can be used in the sample application. Here are some sample methods to show you how to do some simple things: Email intents: EmailIn
【文件预览】:
android-intents-master
----.gitignore(419B)
----gradle()
--------wrapper()
--------sonatype.gradle(3KB)
--------version.gradle(946B)
--------signing.gradle(219B)
----README.md(4KB)
----build.gradle(359B)
----library()
--------.gitignore(7B)
--------build.gradle(627B)
--------proguard-rules.txt(668B)
--------src()
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(9KB)
----gradle.properties(897B)
----settings.gradle(764B)
----demo()
--------.gitignore(7B)
--------build.gradle(921B)
--------proguard-rules.txt(61B)
--------src()
--------assets()