How do I attach the out side file data to my application and show in list view?

A

AC Question

how to attach the out side file data to my application and show in list view

hi i have a file with data in my phone. i want to get that file data to my application and show it in list view.
is it possible give me some guidance im new to android
thanks in advance
 

spagman

Well-known member
Jul 29, 2012
252
1
0
Visit site
Re: how to attach the out side file data to my application and show in list view

What phone model do you have?
Is your phone rooted?
Try searching for an app like root file
Explorer on Google play.

Sent from my SAMSUNG-SGH-I317
 

Rukbat

Retired Moderator
Feb 12, 2012
44,529
26
0
Visit site
Re: how to attach the out side file data to my application and show in list view

Are you writing an application? (You said "my application, so I assume so. You can't make someone else's application display some arbitrary data.) Read the file into a variable or variables (depending on the nature of the data) and display it the way you want it. Or read the file and insert it into a database, then select from the database and display.