Link to home
Start Free TrialLog in
Avatar of OFGemini
OFGemini

asked on

How to view files in android app

Hi,

How can I view files within an android application?  My application will get a filestream and then from the stream it will need to display the filestream?   the stream can be a PDF or any other image type.

thanks,
OFG
Avatar of Ess Kay
Ess Kay
Flag of United States of America image

what u mean view files?
like open them inside your application?

or view a 'my computer' type of thing
Avatar of OFGemini
OFGemini

ASKER

open them inside my application
what are you using to code it in?

eclipse?


you have a very vague question with not much data, much like, "how do i use transportation"


please add all the specifics that you think people may need to help you
if you dont want to code, use this

http://www.andromo.com/
I'm using Eclipse.  I need to view the contents of a file inside of my application.  My app will call a web service that will return a file stream of a PDF or other image type.  Once my app has the stream, I need to display the contents of the stream within my application.
ASKER CERTIFIED SOLUTION
Avatar of Ess Kay
Ess Kay
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial