James Lai wrote:
> It works, thanks, I'm a c++ developer before, I'm studying java at the
> same time :)

Yeah, that is going to be rough. Most of the Java sample code you will
find online will not run directly on Android, since it will assume you
can write to the console, or ignores the timeout limit on the Android UI
thread, or thinks it can update the UI without releasing the UI thread,
or something.

Even if it is only a week or two, you might want to focus on the Java
side (syntax, class/instance model, interfaces, statics, generics,
collection classes, threading/concurrency) working in ordinary Java,
then move back into Android. It may save some frustration. :-)

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

Need Android talent? Ask on HADO! http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to