i recommend to all new one who wants to learn android or even how to code program you have to watch Harry's videos ... really very best videos and very good learning style, overall in internet learning video specially free. Thanks harry
the way u r teaching is suprb excelent...no words how sweetly u teach ...coding mai interest aata hai ese mai keep growing keep going soon reach to millions suscriber...
I was also having a problem getting the "Successfully inserted "message in my logcat . Searched for every possible error but no result. Finally understood where I made a mistake . My query syntax was wrong. Here is the one that worked for me ;) String create = "CREATE TABLE " + params.DB_TABLE + "(" + params.KEY_ID + " INTEGER PRIMARY KEY," + params.KEY_NAME + " TEXT , " + params.KEY_PHONE + " TEXT " + ")"; ( I was missing some commas in my previous one while the above one worked )
13:55 harry मुझे लगता है आईडी 0 0 आई इस लिए की आपने id इंसर्ट कराई ही नही ,लेकिन id is primary key , तो वो तो कंपल्सरी होगा की id insert करनी ही होगी वरना us data raw ki वैल्यू (name, phone number ) add ही नही करने देगा।इसने add करने दिया ,मतलब id automatic add हो ही गई है और वो 0 से स्टार्ट हुई तो दोनो ने 0 आया।द्वारा डाटा डालोगे तो 1,1 आयेगा
When we run the app the second time, it doesn't show "Query is CREATE TABLE...." (Table creation query) in the logcat, WHY? Is it because that a table is only created when we run it the first time, if yes then does it contain 4 contacts now (1 - Harry when we run it the first time, and 3- Harry, Larry and Tehri when we run it the second time)? Please reply.
I'm facing problem it's showing dbDemo(app) has stopped working whenever i running emulator also in logcat I'm getting "query being run is : CREATE_TABLE contact table....." But in this video harry is getting succesfully inserted
sbse latest version mai ye CRUD ka saara verison kaam hi nhi kr rha hai.. example isme sirf "query being run is " hi dikh rha hai aur next video mai contact add ho rha hai..
Having error stating- table contacts has no column named name then go to params class and update contant_db to contacts_db and contact_table to contact_tables
I not getting same message as you as I am getting something extra like table_contact _table (I'd INTERGER PRIMARY KET ,NAME. ALL THESE STUFF TOGETHER WITH successful message
The records can have, in the same database, a url of the web image and make a listing, using a cardwiew with the records and associated image, looking for the image of the url to show next to each record ? answer so I can see doing this I'm in an internship and they asked me for an app with this and I can't find how to do it even in the manual, someone must have kept a secret about it. Not even andoid means how to do it lol
While running your same code, i am facing the problem in "successfully inserted"message in database. only database created query is running but can not able to insert data successfully. Query being run is:CREATE TABLEcontacts_table(idINTEGER PRIMARY KEY, nameTEXT,phonenumberTEXT,) its showing the app has stopped and open app again .
@@bhanugaminggameplayfactsan2774 bro it is called only once database is created if u face same problem then uninstall app and install once again. For the first time this is called
Yaah after i asking you i searched on google and i got the same solution that the onCreate is called only once while first installing the app Thanks a lot Jivan for your response
"android.database.sqlite.SQLiteException: table expense_table has no column named date (code 1 SQLITE_ERROR): , while compiling: INSERT INTO expense_table(date,amount,exp) VALUES" What should I do about this error in Logcat? It won't insert "Amount" columns data in the table Here is my code for creating table:- String exp_create = "CREATE TABLE " + Parameters.TABLE_NAME + " (" + Parameters.EXP_ID + " INTEGER PRIMARY KEY," + Parameters.EXP_NAME + " TEXT, " + Parameters.EXP_DATE + " TEXT, " + Parameters.EXP_AMT + " TEXT" + ") ";
Bhai mujhe samajh aaa raha hai bhaut acche se kyun ki mujhe thoda experience hai, thank you tutorials banane ke liye
Best explanation available on RUclips
i recommend to all new one who wants to learn android or even how to code program
you have to watch Harry's videos ... really very best videos and very good learning style, overall in internet learning video specially free.
Thanks harry
harry bhai mann krta h 10000 accounts bana kr tumhari saari videos like kru...
the way u r teaching is suprb excelent...no words how sweetly u teach ...coding mai interest aata hai ese mai keep growing keep going soon reach to millions suscriber...
THANKSSSS FOR THIS AMAZINGGGGG PLAYLIST♥
Amazing back-end
💕❤️💗💙💖😘😉👌👌
your videos is very useful
0 Dislikes Power of Harry bro
Love you ❤️♥️💚💜💚💙💜
i love u bhai ,it's so nice... i am ur regular student.
i always like your videos befor i watch it bro
Yes we are getting this.
Going great keep it up and one request, how to view that table? How to access that db and see tables, what's going on there? Hope you will teach us.
Sir thx a lot for these videos
Thanks for these important videos...
You are best
thanks bhai..
Please make one video on video share app
I was also having a problem getting the "Successfully inserted "message in my logcat . Searched for every possible error but no result. Finally understood where I made a mistake . My query syntax was wrong.
Here is the one that worked for me ;)
String create = "CREATE TABLE " + params.DB_TABLE + "(" + params.KEY_ID + " INTEGER PRIMARY KEY," + params.KEY_NAME + " TEXT , " + params.KEY_PHONE + " TEXT " + ")";
( I was missing some commas in my previous one while the above one worked )
Very nice
Thank u Sir
Tnx a lot brother
Good.
What if I already have a huge table ready in my PC in any format and I want to work on it. Searching, displaying records and other CRUD operations !!!
13:55 harry मुझे लगता है आईडी 0 0 आई इस लिए की आपने id इंसर्ट कराई ही नही ,लेकिन id is primary key , तो वो तो कंपल्सरी होगा की id insert करनी ही होगी वरना us data raw ki वैल्यू (name, phone number ) add ही नही करने देगा।इसने add करने दिया ,मतलब id automatic add हो ही गई है और वो 0 से स्टार्ट हुई तो दोनो ने 0 आया।द्वारा डाटा डालोगे तो 1,1 आयेगा
Contact set krne se accha Contructer bana lete tino ekbar mai hi dalo , DRY principle
Nice
Please mode in depth aur advance video bnaen aur thori lengthy
bro please ek login details or new registration vala app bnao jisme hm data apne database m store kr ske
Help me!! .exe ka database or android .apk dono ki connectivity ek hi database ke sath kese kare ki ek databse dono mai kaam aa jaye??
Plzz make a video on WiFi calling app
log.d compulsory hai kya?
Harry bhai in the logcat only this
"Query being run is " msg display
same
bro same case, plz help me
Same bro
Same problem please help Harry bhai you make some changes. . . I think
I deleted the whole project, and created the same project again.
My problem was solved this way.
Harry bahi next video of sqlite??
How can I take user input and store in sqlite database
Also I see mydatabase handler and how can I use addUser method in main activity to store data
sir please teach us how to create hd wallpaper app with web hosting
When we run the app the second time, it doesn't show "Query is CREATE TABLE...." (Table creation query) in the logcat, WHY? Is it because that a table is only created when we run it the first time, if yes then does it contain 4 contacts now (1 - Harry when we run it the first time, and 3- Harry, Larry and Tehri when we run it the second time)? Please reply.
8:51 ये database कोन से location मे बनेगा ,और इनको externaly केसे acess करेंगे।
bhai flutter series kyu nahi ka rhe itna popular hone ke bad bhi ?
why we are not using XAMPP server to create data base
Java pe oop concept par video
Love from cross border pakistan
👌👌👌👌👌
when i m running and opening logcat, after searching i m not getting any results? why this so happened?
same with me bro had you got the solution?
I'm facing problem it's showing dbDemo(app) has stopped working whenever i running emulator also in logcat I'm getting "query being run is : CREATE_TABLE contact table....." But in this video harry is getting succesfully inserted
Database Create kaha kiya, Data base ke table ko kaha se access kare?
dBm is fun
Harry bhai yr rehnumai kro logcaat main srf table create ho raha
on create method of mydbhandler class is not called......
Harry bhai, if we want to call the constructor with two arguments then how we call from the main activity?
👍
Bro I am not getting that successfully inserted message in the logcat. Followed all your steps..
same bro did you get how to solve this problem
Even i am facing same issues
@@jaydipchavda694 did u get the answer??
@@v.s3101 no bro
error : dbDemo app has stopped. plz help me...
If I make apk and run this app in my phone then how the data will be saved in backend?
getting errors how can i resolve them?
db.addContact(harry); throw an run time error and application did not run. What the problem does occur ?
Did u got any solution? I have same problem (ik it's too late)
sbse latest version mai ye CRUD ka saara verison kaam hi nhi kr rha hai..
example isme sirf "query being run is " hi dikh rha hai
aur next video mai contact add ho rha hai..
same issue with me
Bro Tik tok ki app bana bataoo
Having error stating- table contacts has no column named name
then go to params class and update contant_db to contacts_db and contact_table to contact_tables
I not getting same message as you as I am getting something extra like table_contact _table (I'd INTERGER PRIMARY KET ,NAME. ALL THESE STUFF TOGETHER WITH successful message
seriously i want to say literally I like your videos but i don't know why I am not able to understand anything even I know the java little bit
The records can have, in the same database, a url of the web image and make a listing, using a cardwiew with the records and associated image, looking for the image of the url to show next to each record ? answer so I can see doing this I'm in an internship and they asked me for an app with this and I can't find how to do it even in the manual, someone must have kept a secret about it. Not even andoid means how to do it lol
bhai sqlite data b local disk me hi store hora hai na? bhai isko server p kaise store kre?
While running your same code, i am facing the problem in "successfully inserted"message in database. only database created query is running but can not able to insert data successfully. Query being run is:CREATE TABLEcontacts_table(idINTEGER PRIMARY KEY, nameTEXT,phonenumberTEXT,) its showing the app has stopped and open app again .
need to make space before and after TEXT.
What if i have 2 tables in my db? Do i need to create a separate model class and params class?
sir database add hone me logcat me error aa raha hai pura code dekh liya same hai then also same problem any solutions??
Same problem
Harry bhai help
Sir in my case onCreate method is not called for database creation
Bhai ye problem hui kya solve tumhari ager ho gayi ho to kaise hui
@@bhanugaminggameplayfactsan2774 bro it is called only once database is created if u face same problem then uninstall app and install once again. For the first time this is called
Yaah after i asking you i searched on google and i got the same solution that the onCreate is called only once while first installing the app
Thanks a lot Jivan for your response
Yaah bro
Of course...
Harry bhai after compeletion only one line is showing in logcat query is being run rest contacts are not showing wht to do?
Did u get the answer bro
In
SQLiteDatabase dbs = this.getWritableDatabase();
this line is causing app to crash idk why
did you solved your error I am also facing this error
Same problem
Sir apka ye SQLite database run krne p
Phone mai dbDemo has stopped aa rha hai
Eske lye kya kare
solve howa h kya tumhara error mujhe bhi same error hai
@@shaikhrazia7070 because humara int id =null hai.- mera bhi yahee issue tha.
Delete app data or change the dtabase name in params and run again..
@@the5armad after changing the data base name in params it's still give the same error
"android.database.sqlite.SQLiteException: table expense_table has no column named date (code 1 SQLITE_ERROR): , while compiling: INSERT INTO expense_table(date,amount,exp) VALUES"
What should I do about this error in Logcat? It won't insert "Amount" columns data in the table
Here is my code for creating table:-
String exp_create = "CREATE TABLE " + Parameters.TABLE_NAME + " (" + Parameters.EXP_ID + " INTEGER PRIMARY KEY," + Parameters.EXP_NAME +
" TEXT, " + Parameters.EXP_DATE + " TEXT, " + Parameters.EXP_AMT + " TEXT" + ") ";
String exp_create = "CREATE TABLE " + Parameters.TABLE_NAME + " (" + Parameters.EXP_ID + " INTEGER PRIMARY KEY, " + Parameters.EXP_NAME + " TEXT, " + Parameters.EXP_DATE + " TEXT, " + Parameters.EXP_AMT + " TEXT" + ") ";
ghanta kuch samj nhy aa raha pata nhy logo ko kaise aa raa he
Edit - after 6 days of learning SQL uhum haa ab aa raha he samj me
db.addcontact(Harry)
Is giving UI not responding , please anyone solve this issue
Please make one video on video share app
Harry bhai in the logcat only this
"Query being run is " msg display
Same problem