wht do u mean by "files in localhost" ? if the files are under asstes folder of ur application and u want to open it from there . you can use AssetManager<http://developer.android.com/reference/android/content/res/AssetManager.html>, through this class we can easily access any files lying inside the Assets directory of android application. (or any sub-folders inside the Assets directory).
Regards, jovi On Wed, Nov 21, 2012 at 9:47 PM, Firman Charles <[email protected]>wrote: > hi mates... please help me > > How to read/open files .doc .ppt .pdf without downloading. > > my files in localhost, so i have to caled the files first and then chose > one and than read/open the file. > > sorry for my bad english > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

