Android :: Documents To Go Full Version App Review
May 30, 2010Application Review of DocumentsToGo + Full Version Key.
View 24 RepliesApplication Review of DocumentsToGo + Full Version Key.
View 24 RepliesI just bought the full version of this app. I tested it by downloading an excel sheet from an email. But there is no option to save, and it doesn't appear that you can edit it. Is this just a viewer?
View 4 Replies View RelatedDoes anyone know the main differences between the full HTC version of 2.2 and the T-Mobile version that has just been rolled out? From what I have seen in some articles the camera and camcorder functions / look and feel haven't changed. anybody else know of differences other than the addition of crappy new apps i didn't ask for... thanks T-Mobile
View 7 Replies View RelatedI am thinking of updating maverick navigation to the full version. I have lots of data stored on the SD. the directory is created on installation. When I un install the lite version, will the directory stay behind on the SD so I can use the date I have stored with the full version?
View 2 Replies View RelatedI have been looking for an hour now. I have the lite version and would love to purchase the full version, but I cannot find it. I search on the market and come up with 481 hits, which I searched through and did not see it. Searched for Mappn, and got 31 hits, not there either. Went to their site on my phone, clicked on the like to download now from the market, it took me to a blank page?
View 1 Replies View RelatedWill the full version of android 2.2 remove the 30 fps cap?
View 2 Replies View RelatedIn Denmark we only can get the free android application on the android marked, but I want the Shazam in a full version, anyone who can help me?
View 3 Replies View RelatedTwo days ago, we uploaded a new version of the full version of our app (SpecTrek) to the market. Improvements include support for QVGA and WVGA screens.
We changed nothing in the "Developer Console" (Language: en_US, "All locations" selected).
Now we have received the first complaint of a Droid user who cannot find the full version on the market. The light version (that has not been upgraded yet) can be found ok. The good news is that the light version seems to work on the Droid, something we couldn't really test (except for some simulator runs on 2.0).
So presumably we did something stupid in the upgraded version. I can only assume it must be something in the manifest, as it seems unreasonably to assume the market software looks at anything else in the apk.
The only change in the manifest (besides versionCode/versionName) is the following:
CODE:.....................
There is also a "uses-sdk" entry, but that didn't change: <uses-sdk android:minSdkVersion="3" />
Is there anyone with a Droid that can verify the full version is not available to them (searching for 'SpecTrek' should find both the light and full versions)?
I have done a small app for the ADC2 and now i want to make a free light version for the Android market and one full version that will cost some cents.
My question now to all who have done something similar: How have you designed your application(s)? I have thought about a few solutions to this problem:
1.) Duplicate the code in two different android projects Not a very good idea, duplicate code is always bad.
2.) Create some sort of library to use in two different projects. With this i could share the business logic of my app, but not the activities (at least this is what i think) And using the activities from one project in another project would be great.
3.) Include all needed code (business logic, activities, ...) from one project (the full version) in my light version. This way i would achieve some sort of new "view" to the code basis. This would be the best solution i think, but i do not know how to achieve this.
So to everybody who has done a full and light version of one and the same app: How have you done this?
Phandroid's Extensive Droid Review with Video Review
View 1 Replies View RelatedDoes anyone have a solution to the issue when using the mobile paypal site?
When using ebay it directs you to the mobile site, which never works right and is utterly worthless and the app doesn't do much better, is the a way to get back the full version of paypal and avoid the mobile site?
I've noticed some websites automatically route to the mobile version, while others go to the full site. Is there rhyme or reason to how this works and is it user controllable? Which do most people prefer, mobile or full?
View 9 Replies View RelatedThere were a few posts on here and the net tech radar etc saying 2-3 weeks ansd that was early sept? just wondered if anyone had heard anything new really?
View 4 Replies View RelatedBeen using folder organizer since first getting my desire, top app. Going to get full version. Will I have to start from scratch setting up all folders again? Or will the full version upgrade the lite version?
View 6 Replies View RelatedDownload Angry Birds for HTC Droid Eris. I didn't see this posted so I thought I would share. The game works great w/ out any issues.
View 45 Replies View RelatedAnyone managed to get it working? or does the black screen still haunt the x10? I'm hoping the problem will be resolved very soon, or maybe when 2.1 is out.
View 2 Replies View RelatedIs there any real reason that I should have the full .99 version of advanced task manager as opposed to the free version?
View 11 Replies View RelatedIs it possible to use linux version flash player plug-in on x86 for android x86 version?
View 3 Replies View RelatedDoes anyone know of any app that would allow me to sign documents?
View 2 Replies View RelatedI am wondering if there is a way to print (documents, etc.) from my Android phone. I know there are some apps out there, but they seem to either A) require a PC to act as middleman B) work with only certain printers.I am looking for a way to print to a network laserjet printer.
View 14 Replies View RelatedDocuments to Go 3.0 was previewed a couples months back:
YouTube - DataViz Documents To Go 3.0 Android document app Live Demo [Google I/O]
I am probably doing something wrong here but I have Documents to go (free) and I can not view word documents sent to my work e-mail. I keep getting the message that it can not open it because it is a plain text file.
View 8 Replies View RelatedI used to be a C/C++ programmer before getting in to android. I am not sure how people maintain 2 versions of a program without using #ifdef preprocessor macros. Right now I am changing the package name in eclipse and changing the code manually, but this seems really inefficient. Can anybody suggest a good way of having 2 or more projects that share most of the code?
View 3 Replies View RelatedI'm planning on getting LockBot when I get my EVO and I was wondering, what's the difference between the free version and paid version. I basically want the Moto Droid lock screen on my EVO for the slide to toggle sound on/off feature due to the lack of an external switch on the EVO. Would I be best to get the paid version or will the free version do that?
View 1 Replies View RelatedHave noticed both these apps are down to around 9 now in the Market.Thinking of getting one of them at this bargain price but which one?
View 10 Replies View RelatedI have a situation where I allow the user to email a number of documents from my app. The problem is that one request may result in the sending of 3 or 4 emails. Ideally I would like to get all the SEND info at the beginning and at a minimum populate all the fields so that all the user has to do is hit SEND for the 2nd, 3rd, 4th etc email. All is fine except that the email client seems to accept the email address only when typed in manually: Below is a snippet of my email routine:
private boolean emailInfo(File filename, String subject, String body) { Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TITLE, "Extra Title"); sendIntent.putExtra(Intent.EXTRA_SUBJECT, "subject"); sendIntent.putExtra(Intent.EXTRA_EMAIL, "theem...@comcast.net"); sendIntent.putExtra(Intent.EXTRA_TEXT, "body"); sendIntent.setType("text/csv"); sendIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(filename)); sendIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); //startActivityForResult(Intent.createChooser(sendIntent, "Select Mail Client"),101); startActivityForResult(sendIntent,101); return true; }
The email address that I pass via: sendIntent.putExtra(Intent.EXTRA_EMAIL, "theem...@comcast.net"); is always ignored and so it has to be manually entered on each email.
Today you can get "Documents to go" for $5.55 (Normally $29.95) but I am not really sure what I would gain over the included Quickoffice ap. I could be wrong but I believe quick office is read only while documents to go allows editing.Anyone else know the difference?
Ignoring price, what one is better functionality wise? Quickoffice came preinstalled on my Dinc, don't know if thats a gimped version or not.
View 8 Replies View RelatedI have quite few books in .doc formats. All the ebook readers for android. I found don't really support .doc. The most of them don't support anything other than this new for me "epub" format. Now I can open the .docs, but would like to read them in a convenient way with the options and extras of an ebook reader software. I found something about online converter from .doc to epub, but would like to have my books accessible without pre-converting.
View 6 Replies View RelatedI am currently working to get notified when a new document is added/edited/deleted.But I dont find any way to do this.
View 3 Replies View Related