How To View PPTX Files On Android
May 19, 2014i'm developing an android application that requires the user to view a presentation file.
code will do

i'm developing an android application that requires the user to view a presentation file.
code will do
My searches all bring back ways to transfer files using my Windows Explorer on my PC Interface via USB and on Android "Es file explorer" using wifi.
I use ES file Explorer to view shared folders on my PC via wifi. I want to do the same thing only faster through USB. Similar to how you connect the android to your pc and it shows the internal sd and external sd in windows explorer.
For example... I want to browse my vast collection of "Justin Bieber's Monkey confiscated by German customs for excessive spanking" pics on my pc to find one that looks good as my android wallpaper. I dont want to use wifi and cant load the 74GB of pics from my pc on my 8 GB SD card on my Android to go through them.
I have been spinning my wheels on HelloMapView for several days now. I have no idea what I am missing. The App launches to the browser but then either gives me a blank black screen or crashes with a ActivityThread.perform LaunchActivity(ActivityThread$ActivityRecord, Intent) in the debugger.Does anyone have a set of working files for HelloMapView that they would be willing to send me so I could disect and see what I am doing wrong? You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers +unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com /group/ android-developers?hl=en
View 5 Replies View RelatedI have a custom View that I'd like to specify the layout of in an XML file rather than through code, is there anyway I can take an Android XML layout file and use it to flush out my custom View's content? I know it can be done in an Activity via the setContentView method, but there doesn't seem to be a similar method for Views.
View 1 Replies View RelatedDoes anybody know of an app that can view Microsoft Access Snapshot (.snp) files? I think they're basic images, but a proprietary format. I haven't seen anything in the market that looks like it would do the trick. I get these emailed to me from work and would love to be able to open them on my phone!
View 1 Replies View RelatedAny news on someone making a program to view/edit sketchup files? I'd quite like to be able to have an engineering doodle when bored.
View 3 Replies View RelatedBesides emailing it to myself, what is the best way to view a PDF file?I already put the file on my SD Card - In its own subfolder too. But when I use PDF viewer, it says no files found on SD card.
View 1 Replies View RelatedAnybody else not able to find / view excel files on Eris? Dragged from my computer to SD card, and not finding it.
View 1 Replies View RelatedI know there has to be away, but I can't figure it out. When someone emails me a word doc, how do I view it?
View 4 Replies View RelatedI sent a pdf file from my corporate email to my personal email. On my Droid email it gives me the option to save or open. It opens and I know it saves on my sd card. How do I find it and view it after that?
View 1 Replies View RelatedKind of like filez for the palm OS? ive downloaded a few things I want to delete but I am unsure how to do so. I see a file manager program, anyone have an opinion on which is best?
View 9 Replies View RelatedI transfered some files/folders from pc to eris but i cant figure out how to open/view them
View 8 Replies View Relatedi just got my aria and i still don't know how i can do anything with it except make and receive calls. i know it's a real waste of an expensive piece of equipment. i copy files via usb to my phone and it shows in my computer that the files are in the phone. however, i can't locate the files in the phone itself, no matter.
View 5 Replies View RelatedWould be really useful if I could edit word files with my hero. Anyone know what apps are out there to use?
View 2 Replies View RelatedI AM WRITING FROM TURKEY,
I HOPE I CAN FIND ANSWERS FOR MY QUESTION.
I OWN A HTC HERO AND VERY MUCH LIKE IT,
BUT I CAN NOT OPEN E-MAIL MEDIA FILES, OR POWER POINT PRESENTATIONS. WHENEVER I RECEIVE AN E-MAIL WITH MEDIA FILES OR PPS I AM DOWNLOADING IT SOMEWHERE I DO NOT KNOW BUT COULD NOT OPEN IT. DO I NEED A PROGRAM FOR IT?
I was wondering if there is a program that i can use to view the files on my hero from my pc
View 3 Replies View RelatedWhat is a good program to view .tiff files? I get my faxes sent directly through to email and they come in as .tiff files.
View 1 Replies View RelatedPDF, docx, xls, ppt. Is there an application on the market that allows me to view all these types of files? I have seen a few, but they all get crappy reviews. Anyone have one that works for them? Also, is it free or paid?
View 3 Replies View RelatedJust got my new HTC Hero and I really like it. But I have one small issue. I'd like to open and view word, excel and pdf files in the browser but it doesn't allow me to. It starts to load but suddenly stops.
View 5 Replies View RelatedHow to view pdf files on my x10 mini pro? I copied a pdf to my sd card but the music and image files were visible but couldn't find the pdf file so I shifted it first 2 video folder than 2 album but I still cant find it on my mini pro? The specs say it has a document viewer but where? Is there a way 2 access 2 my sd card folder on mini pro rather on computer?
View 6 Replies View RelatedI've searched and cannot find anything regarding rtf files and the Droid.
Can anyone help me by directing me towards and app or setting that will allow me to view rtf files received as email attachments?
I have Documents to Go full version but the phone won't even download the file.
I must have changed a setting somewhere. I used to be able to connect my SGS3 to my computer and see the files of both my internal and external SD cards. For some reason now all I can see is my external SD card. I am running a CyanogenMod 10 ROM. I have USB storage activated.
View 1 Replies View RelatedI am trying to set up a ViewFlipper that changes a SlidingDrawers content each time a button is pressed. So far every view I set up worked fine, but now I am trying to create a ListView (including single_choice_mode) within a child view of the ViewFlipper, but my attempt only let to a NullPointerException. As I only discovered ViewFlipper today, I am not yet familiar with it and may not have understood it completely. if someone could give me a hand and help me find out what I have done wrong, that would be great. Here is what I have done:
The code for the onClick event of the ImageButtons:
public void onClick(View v){
if (v == btnExposure){
mFlipper.setDisplayedChild(0); }
else if (v == btnProperties){
mFlipper.setDisplayedChild(1);}
else if (v == btnSpecialEffects){
mFlipper.setDisplayedChild(2);.............
Can anybody advice what is the recommended directory to store files generated by your application: audio files, video files or some images.
If the phone contains SD card, it is clear that files should be saved there, but if there is no any external storage. where would you recommend to save to?
I wrote an app that downloads web sites and all their assets (images/stylesheets) to "disk" and therefore stores lots of small files on the SD card.
Sometimes it fails to delete large amounts of files and afterward the file system is r/o. To analyze that behavior I tried to do the removal of the files by hand and then go from there. But that already failed.
localhost:~ mkamp$ adb -d shell mount [.. some mounts ..] /dev/block/mmcblk0p1 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1000,fmask=0711,dmask=0700,codepage=cp437,iocharset=iso8859-1,utf8 0 0 --> R/W
Last login: Wed Mar 18 19:41:49 on ttys005 localhost:~ mkamp$ adb -d shell rm /sdcard/newsrob/a* [.. minutes of silent deletes ..] rm failed for /sdcard/newsrob/a2aade03616c28b30_113.png, Read-only file system localhost:~ mkamp$
localhost:~ mkamp$ adb -d shell mount [.. some mounts ..] /dev/block/mmcblk0p1 /sdcard vfat ro,dirsync,nosuid,nodev,noexec,uid=1000,gid=1000,fmask=0711,dmask=0700,codepage=cp437,iocharset=iso8859-1,utf8 0 0 --> R/O now
The log contained nothing but the usual gc output and random WiFi status changed mumbo jumbo.
Anybody else seeing this behavior?
There were 6.500 files in that directory. Might that be the problem? I don't access the files with queries, I always have the exact name.
I am working on an android app. Where i need to parse some plist files from assets folder. I do understand how to use assets in android but now problem is that file sizes are more than 1MB and so android gives error Data Exceeds UNCOMPRESS_DATA_MAX (2183588 vs 1048576). how to access such larger files from assets? Also I cant reduce a file into small buffers because i am just sending it to "DocumentBuilder.parse(in)" as a whole so can not use buffer. The error is on line: Document doc = db.parse(in).
View 1 Replies View RelatedI am trying to overlay route data in KML files on a MapView.
The following code works great:
CODE:................
The only problem I have with this is that I don't need to re download these KML files every time. I have about 10-15 KML files that will rarely change. Also since it has to connect, download, and parse these each time there is a delay in opening the maps.
It would make a lot more since for me to save these as a local resource and have the URI reference it there. Is there a way to construct a URI using the geo: scheme and have it point towards a local resource?
It looks like file:///sdcard support was included in 2.1. The only reference I could find to it was at the end of this bug report thread. I am currently at work and don't have time to play with this yet but I would like to figure it out later. I feel like there are a lot of people on stackoverflow and elsewhere who would really appreciate a reasonable way to do this.
To android working on eclipse with android 1.5 r2 version when i am running a basic program its showing a error .apk file not found.
View 2 Replies View RelatedI want to know how to get the ringtone,audio files in the device and I want set them as alarm. I am working in the code to set the alarm and I want to know how to retreive audio or ringtones from the device.
View 1 Replies View RelatedI want to build my own custom view which should look like the Crysis-GUI.At first I designed a XML-based Layout and made it visible via the setContentView(int resid)-Method. Worked pretty well.But now I wan't to go a step further and draw in my Layout. So I created a new Class, let it extend View and overrode the onDraw()-Method. So far so good.But how can I still use my XML-Layout? I can't do setContentView anymore, so how could the same effect be achieved?
View 1 Replies View Related