简体   繁体   English

将Firebase数据从ListView传递到单独的活动editText

[英]Passing firebase data from ListView to seperate activity editText

I am attempting to click a specific item within a listView and opening its value in a separate activity the ListView is filled dynamically from firebase 我正在尝试单击listView中的特定项目,并在单独的活动中打开其值,该列表是从Firebase动态填充的

I have the following and it doesn't seem to work, this is the activity passing the data 我有以下内容,它似乎不起作用,这是传递数据的活动

Any help is appreciated 任何帮助表示赞赏

好吧,您要做的就是通过意图将数据(如果是对象,则为Parcelable)通过意图发送到详细信息活动。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将数据从列表视图传递到另一个活动的edittext - Passing data from listview to edittext of another activity 通过可点击的 ListView 将 Firebase 数据从一个活动传递到另一个活动 - Passing firebase data from one activity to another via clickable ListView 将sqlite数据从列表视图传递到其他活动 - Passing sqlite data from listview to other activity ListView到New Activity,然后使用Hashmap中的SQLite数据填充EditText - ListView to New Activity then Populate EditText's with SQLite data from Hashmap 在另一个活动中将数据从EditText传递到TextView并通过共享首选项进行使用 - Passing data from EditText to TextView in another activity and savaing it with Shared Preferences 从ListView获取Activity中EditText的值 - Getting value of EditText in Activity from ListView 将多个 editText 字段数据传递给另一个活动 - Passing multiple editText field data to another activity Android内部将数据从ListView异步传递到活动 - Android internal passing of data from ListView to activity asynchronously 将数据从listview中的单击项传递到另一个活动时出错 - Error while passing data from clicked item in listview to another activity 使用意图传递来自其他活动的数据并显示在列表视图中 - Passing data from other activity using intents and displaying in listview
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM