0
I am developing a simple application with Android Studio, using Java as a language. Currently, I am implementing the login and logout routine and I have some doubts. 1° ) Is there a need for me to use a local DBMS written in SQL to locally access registered users so that the application simulates the login act? All data would be fictitious, only for local testing and validating access errors or code syntax. Could you recommend a better performer? 2° ) After performing the tests, how should I proceed in terms of providing the database to be accessed via Web services? I can use the same bank created previously or create one using another technology?
I’m not very familiar with the functioning of these logistics of access to banks with Android, so my questions can sweat a little nonsense. I am using Ubuntu OS.
Thanks for the answer! I will do the tests and research about Firebase.
– Geisson Lucas de Oliveira