Your videos are fast, well done, easily understood. Great work! Keep it up!
@AndroidCoding3 жыл бұрын
Thanks a lot.
@salehbinjaufan70963 жыл бұрын
That I'd very useful thank you so much
@AndroidCoding3 жыл бұрын
You're welcome
@yoursweet_melodies2 жыл бұрын
Thank you very much for this helps me a lot!
@gammer32493 жыл бұрын
best video
@AndroidCoding3 жыл бұрын
Thanks🙏
@fathimashafana48814 жыл бұрын
Good video helped me a lot
@AndroidCoding4 жыл бұрын
Thanks
@AKProductionsTelugu3 жыл бұрын
How to add or remove tables progratically based on user wish after installing apk
@jesmarsuan55163 жыл бұрын
how to add features like edit and delete data?
@moraswiphineas60033 жыл бұрын
But you didnt create rows and coloums or myb im missing some things
@sagaryadav75605 жыл бұрын
Sprb broo...😍
@AndroidCoding5 жыл бұрын
Thanks
@fathimashafana48814 жыл бұрын
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
@AndroidCoding4 жыл бұрын
I understand your problem. It is a common problem having many people. To solve this problem simply upgrade the database version.
@ganshujin11334 жыл бұрын
Hi, what if I want to display the time a user adds an input on the table? Can you teach me? Thanks.
@ianfer24224 жыл бұрын
When I close the app and open it again will the table data be reset as well?
@AndroidCoding4 жыл бұрын
No. It's not possible. Check your code. When i closed app and reopen data is there.I already displayed in video.
@sunilmahur90243 жыл бұрын
Dear Sir, How to send Serializable data from edit text in to MySQL database via Volley Lib.
@IslamicTopVideos5 жыл бұрын
Bro plz share share source code of project in video discription thanks
@Shebee90974 жыл бұрын
"create table" thing show error like show context action and string resource name
@Bkzshen4 жыл бұрын
same error here
@baranitharan36524 жыл бұрын
"create table " create table and give space
@peymansimaei33824 жыл бұрын
Hello :) thanks for this great video, can you please show how to delete all items?
@AndroidCoding4 жыл бұрын
Welcome. Try this : kzbin.info/www/bejne/fZ3dk4Kgr6qbmZI
@jayshah44565 жыл бұрын
Nice but when you upload video of other operation like update delete etc??
@AndroidCoding5 жыл бұрын
Ok, i will cover all related topics.
@jojo212634 жыл бұрын
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?
@gulabpatel74774 жыл бұрын
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?
@Shebee90974 жыл бұрын
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);
@Bkzshen4 жыл бұрын
same error here
@Sam03xx14 жыл бұрын
its all about the spaces. Do exactly what he does.
@Surajit484 жыл бұрын
are you fix this error ? I have same error
@imranyounas45833 жыл бұрын
It's all about Spaces For example The way is = "create table " Not "create table" i hope u understand
@usmansiddiq93922 жыл бұрын
android studio sqlite database old data save and editText new data same new data now Save java coding
@prashiksahare39665 жыл бұрын
bro can you upload source code ?
@usmansiddiq93922 жыл бұрын
android studio SQLite Database same text now save java coding
@dhakshnamoorthy86734 жыл бұрын
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
@AndroidCoding4 жыл бұрын
For any queries dm me on Instagram.
@RahulDebBhandari4 жыл бұрын
Vai.. Thora Dhire Aur Voice Hota To Achha Hota.. It is too difficult to me to understand as a beginner .
@Lutz644 жыл бұрын
cool useful video but you couldn't just talk over the video rather then put bad internet music.
@burgerDotCom3604 жыл бұрын
or ALSO USE THIS String createTable="create table " + TABLE_NAME + "(id INTEGER PRIMARY KEY,txt TEXT)"; db.execSQL(createTable);
@deadshot88874 жыл бұрын
Can you please tell me the name of background music
@ytsilenosti60613 жыл бұрын
Sky High
@Shebee90974 жыл бұрын
can anyone help me to get out of it
@xivxvi2634 жыл бұрын
I have crashing app(((
@AndroidCoding4 жыл бұрын
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.
@imranyounas45833 жыл бұрын
Kindly share source code
@AndroidCoding3 жыл бұрын
Join this channel to get access to source code perks: kzbin.info/door/UIF5MImktJLDWDKe5oTdJQjoin
@MuhammadUsman-cw1ih2 жыл бұрын
Peace! My dear Source code link is not working...
@BossJaypee5 жыл бұрын
i hope we can collaborate soon
@AndroidCoding5 жыл бұрын
Always welcome
@burgerDotCom3604 жыл бұрын
use this public void onCreate(SQLiteDatabase db) { String createTable = "create table table_name(id INTEGER PRIMARY KEY,txt TEXT)"; db.execSQL(createTable);
@Itsjustanopinionchill3 жыл бұрын
I strongly dislike these "tutorials" that don't explain anything to you.