How to Save Data in SQLite Database in Android Studio | SQLiteDatabase | Android Coding

  Рет қаралды 40,087

Android Coding

Android Coding

Күн бұрын

Пікірлер: 56
@atchoglogilbert
@atchoglogilbert 3 жыл бұрын
Your videos are fast, well done, easily understood. Great work! Keep it up!
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Thanks a lot.
@salehbinjaufan7096
@salehbinjaufan7096 3 жыл бұрын
That I'd very useful thank you so much
@AndroidCoding
@AndroidCoding 3 жыл бұрын
You're welcome
@yoursweet_melodies
@yoursweet_melodies 2 жыл бұрын
Thank you very much for this helps me a lot!
@gammer3249
@gammer3249 3 жыл бұрын
best video
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Thanks🙏
@fathimashafana4881
@fathimashafana4881 4 жыл бұрын
Good video helped me a lot
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Thanks
@AKProductionsTelugu
@AKProductionsTelugu 3 жыл бұрын
How to add or remove tables progratically based on user wish after installing apk
@jesmarsuan5516
@jesmarsuan5516 3 жыл бұрын
how to add features like edit and delete data?
@moraswiphineas6003
@moraswiphineas6003 3 жыл бұрын
But you didnt create rows and coloums or myb im missing some things
@sagaryadav7560
@sagaryadav7560 5 жыл бұрын
Sprb broo...😍
@AndroidCoding
@AndroidCoding 5 жыл бұрын
Thanks
@fathimashafana4881
@fathimashafana4881 4 жыл бұрын
I tried to change the database name and table name. Now its not working. The app stops but if i give the old names it works. So what to do. Is it that once u create den dats final u cant change the database or table?? Samajh hi nhi aa rha kya karu?? Plzz help actually i dont want different database for each table i want to have different tables in one database. But it is not allowing
@AndroidCoding
@AndroidCoding 4 жыл бұрын
I understand your problem. It is a common problem having many people. To solve this problem simply upgrade the database version.
@ganshujin1133
@ganshujin1133 4 жыл бұрын
Hi, what if I want to display the time a user adds an input on the table? Can you teach me? Thanks.
@ianfer2422
@ianfer2422 4 жыл бұрын
When I close the app and open it again will the table data be reset as well?
@AndroidCoding
@AndroidCoding 4 жыл бұрын
No. It's not possible. Check your code. When i closed app and reopen data is there.I already displayed in video.
@sunilmahur9024
@sunilmahur9024 3 жыл бұрын
Dear Sir, How to send Serializable data from edit text in to MySQL database via Volley Lib.
@IslamicTopVideos
@IslamicTopVideos 5 жыл бұрын
Bro plz share share source code of project in video discription thanks
@Shebee9097
@Shebee9097 4 жыл бұрын
"create table" thing show error like show context action and string resource name
@Bkzshen
@Bkzshen 4 жыл бұрын
same error here
@baranitharan3652
@baranitharan3652 4 жыл бұрын
"create table " create table and give space
@peymansimaei3382
@peymansimaei3382 4 жыл бұрын
Hello :) thanks for this great video, can you please show how to delete all items?
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Welcome. Try this : kzbin.info/www/bejne/fZ3dk4Kgr6qbmZI
@jayshah4456
@jayshah4456 5 жыл бұрын
Nice but when you upload video of other operation like update delete etc??
@AndroidCoding
@AndroidCoding 5 жыл бұрын
Ok, i will cover all related topics.
@jojo21263
@jojo21263 4 жыл бұрын
Hello, How can I save textfiles into the database and display the names of the textfiles in a list view as you did above? Would i be able to set an onlick method for each item so when i click a certain file name it will recall it for example?
@gulabpatel7477
@gulabpatel7477 4 жыл бұрын
Hello sir I have one question. Can we operate crude function of database (room , sqlite ) from mobile app to pc localhost like if for example noteapp can run on pc and we can add notes from pc and this added in our mobile too. With help of WiFi or usb cable?
@Shebee9097
@Shebee9097 4 жыл бұрын
Thank yu but there is error in my DatabaseHelper.java file String createTable="create table" + TABLE_NAME + "(id INTEGER PRIMARY KEY,txt TEXT)"; db.execSQL(createTable);
@Bkzshen
@Bkzshen 4 жыл бұрын
same error here
@Sam03xx1
@Sam03xx1 4 жыл бұрын
its all about the spaces. Do exactly what he does.
@Surajit48
@Surajit48 4 жыл бұрын
are you fix this error ? I have same error
@imranyounas4583
@imranyounas4583 3 жыл бұрын
It's all about Spaces For example The way is = "create table " Not "create table" i hope u understand
@usmansiddiq9392
@usmansiddiq9392 2 жыл бұрын
android studio sqlite database old data save and editText new data same new data now Save java coding
@prashiksahare3966
@prashiksahare3966 5 жыл бұрын
bro can you upload source code ?
@usmansiddiq9392
@usmansiddiq9392 2 жыл бұрын
android studio SQLite Database same text now save java coding
@dhakshnamoorthy8673
@dhakshnamoorthy8673 4 жыл бұрын
Hi I'm following the tutorial but I'm using a model lost instead of array list so I'm getting a problem can u help me by giving ur Mail Id
@AndroidCoding
@AndroidCoding 4 жыл бұрын
For any queries dm me on Instagram.
@RahulDebBhandari
@RahulDebBhandari 4 жыл бұрын
Vai.. Thora Dhire Aur Voice Hota To Achha Hota.. It is too difficult to me to understand as a beginner .
@Lutz64
@Lutz64 4 жыл бұрын
cool useful video but you couldn't just talk over the video rather then put bad internet music.
@burgerDotCom360
@burgerDotCom360 4 жыл бұрын
or ALSO USE THIS String createTable="create table " + TABLE_NAME + "(id INTEGER PRIMARY KEY,txt TEXT)"; db.execSQL(createTable);
@deadshot8887
@deadshot8887 4 жыл бұрын
Can you please tell me the name of background music
@ytsilenosti6061
@ytsilenosti6061 3 жыл бұрын
Sky High
@Shebee9097
@Shebee9097 4 жыл бұрын
can anyone help me to get out of it
@xivxvi263
@xivxvi263 4 жыл бұрын
I have crashing app(((
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Connect your phone with usb cable and debug the app. After that open the app if app will close android print the error in run/logcat why app will closed.
@imranyounas4583
@imranyounas4583 3 жыл бұрын
Kindly share source code
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Join this channel to get access to source code perks: kzbin.info/door/UIF5MImktJLDWDKe5oTdJQjoin
@MuhammadUsman-cw1ih
@MuhammadUsman-cw1ih 2 жыл бұрын
Peace! My dear Source code link is not working...
@BossJaypee
@BossJaypee 5 жыл бұрын
i hope we can collaborate soon
@AndroidCoding
@AndroidCoding 5 жыл бұрын
Always welcome
@burgerDotCom360
@burgerDotCom360 4 жыл бұрын
use this public void onCreate(SQLiteDatabase db) { String createTable = "create table table_name(id INTEGER PRIMARY KEY,txt TEXT)"; db.execSQL(createTable);
@Itsjustanopinionchill
@Itsjustanopinionchill 3 жыл бұрын
I strongly dislike these "tutorials" that don't explain anything to you.
@devendragiriaparanathi9207
@devendragiriaparanathi9207 3 жыл бұрын
How to send sqlite data to api using retrofit ?
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Turn 2 Eggs Into Fluffy Japanese Soufflé Pancakes!
5:26
CookingAtHome
Рет қаралды 2,6 МЛН
Samsung S25 Ultra Hands On - The New Era
17:06
Mrwhosetheboss
Рет қаралды 4,9 МЛН
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07
Saving data with SQLite and adding it to a ListView
19:06
CodingWithMitch
Рет қаралды 178 М.
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 853 М.
This is the Only Right Way to Write React clean-code - SOLID
18:23
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН