开发者

How to create Browse File Button functionality in Android

开发者 https://www.devze.com 2023-01-20 05:10 出处:网络
I have a RadioButton that is when clicked, it will bring to a popup window. Currently, I am planning to make the popup window to contain a browse Button with TextEdit left of it.

I have a RadioButton that is when clicked, it will bring to a popup window. Currently, I am planning to make the popup window to contain a browse Button with TextEdit left of it.

What it does is,开发者_如何学C when a user click on browse Button, a window explorer (something like that) will appear and let the user to traverse the phone's primary/secondary memory. When a file has been selected (clicked twice), the TextEdit will contain the whole directory address for the specified file.

I am not sure how to do this implementation, and I have google it and can't find any answer. Do you guys by any chance know any tutorial or information about this?

Thank you so much in advance

0

精彩评论

暂无评论...
验证码 换一张
取 消