This document provides information on connecting a mobile app to a backend. It discusses the pros and cons of storing data inside versus outside an app. The document recommends building a backend first to define data structure and layout. It suggests using modern frameworks like Django and Python for the backend, with RESTful APIs and security. The document also provides tips for building the mobile app, including using HTTP clients, Gson for mapping responses, and AsyncTask to keep the app responsive. An example app called Tunibus is described that uses Neo4j and a RESTful API to find transportation routes.
Related topics: