• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Final paper at the university, android app

xandeq

Lurker
Hi,

My final paper will be a system developed for Android, but most of the part will be in the web server/mail server.

The user will send a email from a android app i
 
For the client (the app), you could just use the DefaultHttpClient APIs to execute a POST/PUT or GET to the server, which would then interperate the data that was sent up and respond appropriately.

For the server, you could do a myriad of things, but if it were me, I'd look into using Google App Engine with either Python or Java (whichever you are more comfortable with) to create some web services that your client application would call.

Also, since this is an academic endeavor, I'd suggest keeping your web services as RESTful as possible.
 
Back
Top Bottom