I have spent way too much time just trying to figure out how to use a restful API. There is a lot of information online on how to use the service after it has been implemented but very little in terms of how to actually start to use the services.
I may be thinking way too hard about this.
Basically, I want to create an Android application that uses an online server to store all of its data. This data will be shared by many other users of the same application.
This is for a school project, but the intent of the class is software engineering with UML and Z specifications. The implementation of the actual Android application is just showing how this planning helps create software with less complications.
Well we are now trying to develop this application and cannot get connected with a data source. I have been trying to use Restlet Studio to create the server and android rest implementations.
Restlet Studio creates a AndroidSDK.zip and a restletServerSkeleton.zip.
I am thinking that I´ve to install the server part on my server with maven and include the android part in my application, but cannot figure out how this is done. I don't even know if I am looking at it right.
Once it is installed on both, then how is the whole thing implemented?
I am not looking for someone to answer all my questions, but more to give me links to a good example of an actual implementation of this type of setup.
A basic idea of what I need to do would be appreciated too.
Even guiding me to another Restful service that might provide a clearer concept of what I need to do, would be great.
I am running out of time... less than five days until due.
Thanks for any help with this.
SUB