Re: [android-beginners] Error when adding gdata jar library to Android

2010-07-13 Thread Mark Murphy
On Mon, Jul 12, 2010 at 9:13 PM, Jennifer Francois
jennalexfranc...@gmail.com wrote:
 I am trying to display word
 documents in the app.

Uh, OK.

 Maybe upload is not a good word. create an app that
 reproduces a Word document and help me interact with the pages, reading the
 word document, zooming and all. The word document is on my computer and I
 need a way to reproduce the word document in the app.

The right answer: use an existing program, like DocumentsToGo or QuickOffice.

The wrong answer: try to do this yourself, unless you have a large
development team, a decade, or both.

The possibly-tolerable answer: on some server, convert the Word
document to HTML, and try rendering the HTML in WebView.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 2.2 Programming Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Error when adding gdata jar library to Android

2010-07-12 Thread Mark Murphy
On Mon, Jul 12, 2010 at 9:03 PM, Jennifer Francois
jennalexfranc...@gmail.com wrote:
 I am building an app that lets me upload a .doc document

Upload it...where?

 I was hoping to do this with gdoc but
 when i tried to add the gdata jar library and I get this message:
 Warning: Ignoring InnerClasses attribute for an anonymous inner class that
 doesn't come with an associated EnclosingMethod attribute. (This class was
 probably produced by a broken compiler.)
 What am I doing wrong?

Get the source code and recompile the JAR with your own compiler, or
integrate the source code into your project.

 Is there another way to upload and display a .doc
 document in Android?

Upload it...where?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Error when adding gdata jar library to Android

2010-07-12 Thread Jennifer Francois
Upload it in the app that I am creating. I am trying to display word
documents in the app. Maybe upload is not a good word. create an app that
reproduces a Word document and help me interact with the pages, reading the
word document, zooming and all. The word document is on my computer and I
need a way to reproduce the word document in the app.


Sincerely,
Jenny :)

On Mon, Jul 12, 2010 at 9:07 PM, Mark Murphy mmur...@commonsware.comwrote:

 On Mon, Jul 12, 2010 at 9:03 PM, Jennifer Francois
 jennalexfranc...@gmail.com wrote:
  I am building an app that lets me upload a .doc document

 Upload it...where?

  I was hoping to do this with gdoc but
  when i tried to add the gdata jar library and I get this message:
  Warning: Ignoring InnerClasses attribute for an anonymous inner class
 that
  doesn't come with an associated EnclosingMethod attribute. (This class
 was
  probably produced by a broken compiler.)
  What am I doing wrong?

 Get the source code and recompile the JAR with your own compiler, or
 integrate the source code into your project.

  Is there another way to upload and display a .doc
  document in Android?

 Upload it...where?

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 Android App Developer Books: http://commonsware.com/books

 --
 You received this message because you are subscribed to the Google
 Groups Android Beginners group.

 NEW! Try asking and tagging your question on Stack Overflow at
 http://stackoverflow.com/questions/tagged/android

 To unsubscribe from this group, send email to
 android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en




-- 
Sincerely,
Jenny :)

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en