码迷,mamicode.com
首页 >  
搜索关键字:implicit intent    ( 3874个结果
Customize User Interfaces and Pass User Input to Installer Classes
In this article I am going to demonstrate how to customize your MSI install to prompt the user for some information and then pass this information to ...
分类:其他好文   时间:2019-05-17 12:06:16    阅读次数:118
安卓日志猫的使用
1 package com.lidaochen.phonecall; 2 3 import android.content.Intent; 4 import android.net.Uri; 5 import android.support.v7.app.AppCompatActivity; 6 i... ...
分类:移动开发   时间:2019-05-16 15:09:40    阅读次数:170
冲刺7
昨天做了什么:做出来了调用相册和选择图片后的显示。(抄的代码,基本上能看懂了) 今天做什么:完成选择图片后再选中图片跳回上传商品信息的界面并且在该界面上把图片也显示出来。 遇到的问题:选中图片后,需要把图片的路径传回商品信息的上传界面,但是在选中图片后,其路径先要传到显示图片的界面,代码里用到的是回 ...
分类:其他好文   时间:2019-05-11 19:35:51    阅读次数:97
android动态替换Fragment向下传递数据
以前传递数据都是使用Intent进行传递,但是intent是跳转,我们这个是动态替换 所以刚开始也是一脸懵逼,百度也百度不到,就自己慢慢摸索出来了: 话不多说,直接上代码:(主要核心代码加粗) ...
分类:移动开发   时间:2019-05-06 11:51:05    阅读次数:173
Dockers 部署 MongoDB + mongo-express
1. 拉取 Mongo 镜像 2. 运行镜像 3. 创建root用户 进入 mongo 进入 admin 库并创建root用户 4. 安装并与行mongo-express 5. 检查 6. 附加 或许你用 ie 无法打开 ...
分类:数据库   时间:2019-05-05 23:38:01    阅读次数:400
Welcome! This is the documentation for Python 3.6.8
The Zen of Python, by Tim Peters Beautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is better than c ...
分类:编程语言   时间:2019-04-30 18:34:15    阅读次数:116
Android-----Intent中通过startActivity(Intent intent )隐式启动新的Activity
显式Intent我已经简单使用过了,也介绍过概念,现在来说一说隐式Intent: 隐式Intent:就是只在Intent中设置要进行的动作,可以用setAction()和setData()来填入要执行的动作和数据,然后再用startActivity()启动合适的程序。 此外:如果手机中有多个适合的程 ...
分类:移动开发   时间:2019-04-28 18:57:49    阅读次数:198
Android-----Intent中通过startActivity(Intent intent )显式启动新的Activity
Intent:即意图,一般是用来启动新的Activity,按照启动方式分为两类:显式Intent 和 隐式Intent 显示Intent就是直接以“类名称”来指定要启动哪一个Activity:Intent intent = new Intent(this , activity.class); 其中a ...
分类:移动开发   时间:2019-04-28 18:53:07    阅读次数:183
Android高级技巧-intent传递对象
一、使用intent传递对象 (1)使用serializable接口 persion类 MainActivity中使用Intent传值 Mian2Activity中接受 (2)使用parcelable方式 persion类 Main2Activity.java ...
分类:移动开发   时间:2019-04-26 00:30:14    阅读次数:161
关于如何知道一个安装的apk的主activity
关于如何查找知道一个安装的apk的主activity关于如何查找知道一个安装的apk的主activity,从而命令行进行amstart的方法:$adbinstall/media/neil/neil/temp/com-futuremark-dmandroid-application.apk7059KB/s(28784923bytesin3.982s)Success$$adbshelldumpsys|
分类:其他好文   时间:2019-04-25 18:57:02    阅读次数:307
3874条   上一页 1 ... 20 21 22 23 24 ... 388 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!