+ 12
Database
What I need to learn? I want to developer an app for Android to get data by user and create an online database for any aplication. But I don't know how I start and what I need.
7 Respuestas
+ 10
If it is a local/offline database, where the database is just stored within the phone and can accessed only be of that same phone, try searching about SQLite. If you want an online database where the data can accessed from one phone through another, try watching this tutorial in youtube --> https://www.youtube.com/playlist?list=PLTm4FjoXO7ndjPE8JXrJ9MjMfsJv956Qm
+ 10
https://developer.android.com/training/basics/firstapp/
+ 10
Thanks for both reply!
Ulisses Cruz I loved find the official Android Developer site in portuguese.
Raisa Ramos my answer was not so specific than your perfect reply. The online database lessons in this tutorial is exactly what I need.
Thank you so much!
+ 6
if your recommendation is to use Local database ( i.e app generated contents and cache ) than you can go for SqLite and Realm.
in the case of fetching data from Server you can go for MySQL and perform your CRUD operations using PHP or others..
Upvote to Help others also☝️
+ 6
Hi buddy! There is a db called firebase offered by google (includes a free plan). It supports many features like user authentication, realtime database, storage and lots of useful features. Also it can run in all platforms like android,iOS,web,unity,etc.
Here's the link:
https://firebase.google.com/docs/android/setup
0
Please help me with database tutorial
0
It urgent