Normally I don't get into this back and forth Q&A loop as I know very
well
how busy most people are and what the real purpose of the mailing
lists
are, so I apologize for letting it get out of hand.
You are right, most likely I should be able to find a lot of these
fundamental
concepts either on the web site or the books and I did have good luck
finding most of them. However, since I am importing a large
application from an
existing standard java code to Android there are cases that I am not
finding whether
what exists in standard java is generally accepted under Android and
thus
the multiple questions. I guess I am learning by brute force in this
case.
I do know this is a mobile platform and its capabilities and API
should be
honored, but I am also trying to reuse segments that can work
equally well if they are imported unchanged. In any case, your point
is well
taken so thanks for bringing it up.

To clarify my last question, by "stalls" or "quits", I mean that I am
watching
the app execute in the DDMS console, and although I am catching
exceptions
around that particular code segment, the execution stops, no exception
is thrown and
nothing occurs thereafter. I am not sure if the execution of certain
methods imported
directly from J2SE cause the VM to have issues  - I will examine it
closer and see what
the story is there.

I will limit my questions to more substantial issues as they arise.
Thanks again.

On Jul 14, 3:51 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> On Wed, Jul 14, 2010 at 3:42 PM, kypriakos <demet...@ece.neu.edu> wrote:
> > When the app reaches the createNewFile() method it quits
>
> OK, then I have no idea what "quits" means in this context. I am going
> to guess you mean it had an unhandled exception. If so, use adb
> logcat, DDMS, or the DDMS perspective in Eclipse to examine the Java
> stack trace associated with the exception.
>
> > How would I go about creating/finding an SD card image for the
> > emulator?
>
> There's a field for that when you create your AVD in the AVD Manager.
>
> -----------
>
> You are asking an awful lot of questions. In the grand scheme of
> things, that is what this list is for. But I suspect you will have
> better luck if you either spend more time with the Android
> documentation:
>
> http://developer.android.com
>
> or pick up a book:
>
> http://wiki.andmob.org/books
>
> Now, I wrote some of those books, but I really don't care what book
> you get, so long as you get more Android knowledge in bulk form,
> rather than asking a whole bunch of questions that take time for us to
> answer.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
> Available!

-- 
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

Reply via email to