Database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

8th Jan 2019, 12:01 AM
Kiyoshi G Yoshida 🇧🇷
Kiyoshi G Yoshida 🇧🇷 - avatar
7 Answers
+ 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
8th Jan 2019, 12:29 AM
ariamossar
ariamossar - avatar
+ 10
https://developer.android.com/training/basics/firstapp/
8th Jan 2019, 12:10 AM
Ulisses Cruz
Ulisses Cruz - avatar
+ 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!
9th Jan 2019, 2:25 AM
Kiyoshi G Yoshida 🇧🇷
Kiyoshi G Yoshida 🇧🇷 - avatar
+ 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☝️
9th Jan 2019, 7:54 AM
Amit Kumar
Amit Kumar - avatar
+ 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
9th Jan 2019, 1:25 PM
Seniru
Seniru - avatar
0
Please help me with database tutorial
10th Apr 2019, 1:13 PM
Ibrahim Fomba Mansaray
Ibrahim Fomba Mansaray - avatar
0
It urgent
10th Apr 2019, 1:14 PM
Ibrahim Fomba Mansaray
Ibrahim Fomba Mansaray - avatar