I am working on an Android application, for which I must manipulate a Vector. The insertion of objects into this Vector is done manually, each time the application is executed and I keep the data in the internal memory state.
What I would like to do is be able to obtain the data I use to instantiate Vector objects, from the cloud or use my own PC as localhost.
As if it were a WebService, I would like to receive a JSON and be able to process it in my application
Could you give me some guidance on what tools I have to use or what I can apply for this?