Thursday, May 2, 2013

Android +==+ Server Communication

So I'm running a MAMP environment on my mac and I just got an android app I made to sent post data to a webpage and update a database. This might seem super simple but I think it's so cool. It's for my E-Commerce class and I think it's just freakin' epic.

I had to figure a bunch of port stuff out, how to do asynchronous thread stuff for networking, and then how to use a Data Access Layer and a Business Logic layer. At the end of the day, I've learned a freaking ton. =D