Relative Content

Tag Archive for mobile

How to verify data from localStorage on a server

On my mobile app, I am storing the username of a logged in person, and downloading some data for the given/stored username. When the user checks for updates to his data content on the server, the server dishes out a delta of the content, based on the username. The app then updates its local display accordingly.

How to connect several (mobile) devices

I want to start a little project, where I want to connect several of my devices. Some are Android mobile devices, others are desktop devices like a PC or laptop. Furthermore I want keep the project as generic as possible. Means I want to share it, so other people can use it.

Mobile-first implementation or desktop-first? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

How to be robust against webservice downtime caused by third parties

I’m using iPage as my cloud based server provider. I haven’t had any problems with them yet. They hold the scripts for my RESTful services for the mobile app I’m developing. My problem however is that tonight the service went down. I got a “This is a 500” error.