社区
茶馆
帖子详情
用bcb写的应用程序在,下一代“Longhorn”的操作系统中,可以运行吗
ccwwbb
2004-02-21 01:26:13
如题
...全文
169
9
打赏
收藏
用bcb写的应用程序在,下一代“Longhorn”的操作系统中,可以运行吗
如题
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
9 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
android 开发 intent传值,Android——Intent传值
1、使用putExtra()和getIntent()方式传值。一般只能传基本类型数据。private static final String EXTRA_NAME= "name";//键private String name = "Tom";Intent intent = new Intent(MainActivity.this,SecondActivity.class);//1.将所传值以键值对...
android activity Intent 传值 传对象
4.实体类Bean MyInfoBean.java。3.传递对象 实体类 o。话不多说,直接上代码,简单粗暴。2.传值接收 B.java。
Android
中
基本Intent传值详解
Android
中
基本Intent传值详解缘由使用Intent传值在目标Acitivity里取值进阶:使用startAcitivityForResult()获取返回值1. 在A
中
设置请求:2. 在B
中
设置要传回的数据:3. 在A
中
接受从B传回的数据:结尾 缘由 在项目
中
,需要将一个Activity
中
设置好的提醒时间返回给上一个页面并显示,因此需要用到Intent传值,而此前我的思路一直停留在:如何在...
Intent跳转传值
//首先创建一个Intent的对象 Intent intent = new Intent(当前文件的上下文(Context),要跳转的Activity名.class): //需要传值 //键值对 intent.putExtra(“name”,value); //有两种跳转方式 //第一种 直接跳转,没有回传值 startActivity(intent); 关闭(结束)Activity的方式: ...
Intent传值和Bundle传值
Android 为我们提供了两个比较常用的传值对象:Intent 和 Bundle ; 用途:一般情况下,我们在 Activity
中
传值用 Intent ,而在 Fragment
中
传值用 Bundle; 1. Intent 传值(Activity
中
使用) 下面就来先看 Intent 在 Activity
中
传值的示例(ActivityA 传值到 ActivityB): Activit...
茶馆
551
社区成员
20,045
社区内容
发帖
与我相关
我的任务
茶馆
C++ Builder 茶馆
复制链接
扫一扫
分享
社区描述
C++ Builder 茶馆
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章