These days I wanted to start working on a new project. I have an idea with some friends of mine for a service that should be distributed on mobile. So for now this is going to have like webclient and Android possibly. But I had to find out a way to do it for free and deploy it to users for a test drive – and who knows it might be working fine as it is – FREE!
So I found that I would like to try App Engine and Android. That HAS to work flawlessly both easy and good. So I googled… and this is what I got! Awesome video from Google I/O explains a lot about that!
The app should look like this:
- distinguishing between administrator and users-> therefore authentication when needed to make changes to the system
- database to store events and their details
- events must be ordered on a calendar (calendar API most probably will be used)
- show events to users
- be able to be used from a mobile native app like Android
- on Appengine it could use cloud to device messaging” when an event occurs.
Simple as that.