-1
What good practices are used for the provision, storage, data flow, in an application Android
?
For example, the app Easytaxi, iFood, among others:
- What is the need/advantage of a local database (what information is ideal to use a database, for example,
SQLite
)?; - What is the scenario of the application where the use of a database shared on a server for large information flow control(This would be an implementation of
SQL
)?; These apps, they have 2 types of login, one of the app and the other by facebook, as is managed the authentication data to maintain the fidelity that the user who is logging into the app is the same who logs in using the facebook api?;
The Easytaxi has a module for the Taxi driver and another for the passenger, which Data technology is used to make the supply, storage, flow, between one module and the other?;
Really know the best way for this to happen and what techniques to use in a scenario that the app covers a large flow of information and at the same time maintain the fidelity of the messages exchanges of the app, between modules, the user, the server, is important, I know how to do this with Delphi
, but mobile is totally new and everything is very beautiful.
I had already read and used a little bit mongoDb
, nodeJS
, relational database, facebook api, but I want to know the straight way, after all we are exact and this reference is very important.
Perhaps it is more interesting to separate into several questions. Each of these topics is an entire answer in itself.
– Guilherme Bernal