Ask HN: How to create a simple chat app in android using Google app engine?
1–7 of 7 posts
Re: Ask HN: How to create a simple chat app in android using Google app engine?
#2Re: Ask HN: How to create a simple chat app in android using Google app engine?
#3Language?
Re: Ask HN: How to create a simple chat app in android using Google app engine?
#4Language?
java or python , I know also the basis of php.
This SO answer should have some directions for you: https://stackoverflow.com/questions/30604192/creating-a-real...
Re: Ask HN: How to create a simple chat app in android using Google app engine?
#5Earlier quoted context omitted.
java or python , I know also the basis of php.
Dont use PHP for that ;) Python is always a good language for Networking (Java too, but Python is cuter) This SO answer should have some directions for you: https://stackoverflow.com/questions/30604192/creating-a-real...
Re: Ask HN: How to create a simple chat app in android using Google app engine?
#6Earlier quoted context omitted.
Dont use PHP for that ;) Python is always a good language for Networking (Java too, but Python is cuter) This SO answer should have some directions for you: https://stackoverflow.com/questions/30604192/creating-a-real...
Thank you for the answer, I can use this solution with Google app engine right? I really hate php I try to don't use it at all ! I really don't know if XMPP that is built in google app engine can help us create a chat app or no.
Re: Ask HN: How to create a simple chat app in android using Google app engine?
#7Earlier quoted context omitted.
Thank you for the answer, I can use this solution with Google app engine right? I really hate php I try to don't use it at all ! I really don't know if XMPP that is built in google app engine can help us create a chat app or no.
Afaik you could just use the Python implementation. That means you build your bot to a prototype and then look what wrappers you need for GWT. At first try to make your bot, deploying to google should be simple then (in Python at elast)