-
stpeter
kevin: can we help you?
-
kevin
stpeter: hi. I want to discuss something
-
kevin
I want to create an android app.
-
kevin
It is important to do it in java? Or?
-
Ashley
i think android basically presumes java
-
kevin
Hmm..so without java it won't work
-
Ashley
http://developer.android.com/sdk/index.html
-
Ashley
JDK 6 <http://www.oracle.com/technetwork/java/javase/downloads/index.html> (JRE alone is not sufficient)
-
Ashley
http://stackoverflow.com/questions/2419556/alternatives-to-java-for-android-development
-
Ashley
looks like you can use C or C++ as well via NDK
-
kevin
Hmm.. Thanks. After learning golang and haskell. I have to go back to java then. Wew
-
bear
you can code android apps in java, mono/c# or python now
-
bear
mono/c# has full support and even an IDE and emulator
-
kevin
bear: Python? Hmm. Python will be good. I have good experience of it
-
bear
it's python+qt
-
bear
but the python apps have their own complexity because your dealing with another full layer of abstraction to the java api
-
kevin
bear: my app will be based on Jabber/XMPP chat. What do you think now? Java? Or c#
-
bear
I would stick Java or c# -- because it's XMPP it all depends on if that language has support for the XMPP features you need (unless you like writing libraries ;)
-
bear
the advantage of Java is that their are already open source clients written that you can jump start from
-
kevin
Ah. Thanks dude. Have a great day ahead
-
bear
yw
-
Ashley
good luck!
-
kevin
Thanks guys.
-
Kev
Or C++, then you get to use Swiften :p
-
bear
also a very good point
-
kevin
Huh. I guess, java will be better because will be adding some new features to the app(including Jabber/XMPP chat)
-
bear
the best will be the one that you can code in to get the app done
-
bear
(said honestly)
-
kevin
k