How to open and pick file by click load button? I want to show a sd card location when I click on load button and pick any file from there and display on main screen selected files.
Can anyone help me on how to show selected files from SD card display on screen?
Button loadButton = (Button) findViewById(R.id.loadButton);
loadButton.setOnClickListener(new OnClickListener() {
public void onClick(View v) {
}
});