Android

20 篇文章

Android解析Intent协议并打开程序

我现在写的程序是基于webview的,程序中又遇到了网页版支付宝支付,里面就有这么一个链接,这个链接在访问之后,会打开支付宝程序: intent://platformapi/startapp?appId=20000013&pwdType=ordinaryPassword&_t=14563017716

(转)Intent scheme URL attack

0x01 Android Intents with Chrome Android有一个很少人知道的特性可以通过web页面发送intent来启动apps。以前通过网页启动app是通过设置iframe的src属性,例如: <iframe src="paulsawesomeapp://page1"> </

Android库集合

AndroidViewAnimations——动画库 描述 一个方便使用的Animation动画集合,很方便的给一个view创建一个好看的动画 github [gb href=\'https://github.com/daimajia/AndroidViewAnimations\']GitHub地址