hi i am very new to android and eclipse
so i actually want to develop a new application something like skype may be on android and actually if possible i would like to do including python as well
...just wanted to know is it possible to do using eclipse and id so please help me
just dnno how to start and how to even get .apk file created...
Comments
sorry, but I guess this is a wrong place to ask for creating skype on android using python.
Gideros is a lua based SDK mostly for game development.
But as far as I know, it сould be possible to do that in python but not with Gideros.
Quora is a good place to ask (and there are already some answers):
http://www.quora.com/Can-I-build-Android-apps-using-Python
or Stackoverflow:
http://stackoverflow.com/questions/4185061/android-python-programming
As ar2rsawseen has mentioned, Gideros is currently more geared towards multimedia and game development and may not be so suitable for a project like Skype.
If you're looking for a toolkit for non-game app development without having to start from scratch using Java and Eclipse, you may want to consider something like Basic4Android (http://www.basic4ppc.com) which like Gideros (but more for non-game apps) has a pretty good integrated development environment (IDE), plugin architecture and a bustling and helpful community. I use it myself for some simple in-house projects and would certainly recommend it. (was so happy with it that I wrote a review for them on my blog too!)
Thanks so Much!
Likes: AlinaBillingsley
You could for example try some quiz like template:
http://www.giderosmobile.com/tools/quiz-template
or maybe something even more simple
and store the data somewhere on your server backend
Make a skype for Android is really complex anyway.