How can i achive file upload dialog box in android through java or xml layout -


I am new to Android, developing a social networking application for which user images need to be uploaded but I It is not known how to obtain a file How can we get it using the upload dialog box Java file or XML layout file?

Upload file can be viewed by

  • Browse for file < / Li>
  • Choose the file to upload
  • Upload the file
  • So you need to combine these 3 steps to upload the file.

    If you are curious about the actual upload - here's the example


    Comments