sir jaise aap PYTHON k full tutorial me excercise dete the vaise aabhi bhi easi hi koi aap aapni video ki play list banaiye aaur jisme aap excercise diya kijiye please...!
bro jese hmne kuch data string.xml m daal diye or hm chate h ki jb app first time run ho to vo sara data sqlite database m chla jaye bs ek baar... or bad me fir bs hm usko access kre
bhai select query data show nhi kr rhi ap wala bhi code implement kr ke dekh liya .................ab kya kre ap bata do yaar ...........By the way me kabhi comment nhi kr ta but you are really awesome
3:34 हैरी , लाइक we need to close any database after all transaction finished, why shouldn't need to make connection with database,if possible with credential?
I have a doubt, like never did we ever update /edit/provided the ID of any contact, then why we are getting the IDs in sequential order (1, 2, 3, ...) and why not all zeroes Is it because of the fact that ID is a primary key, it got incremented each time we add a new contact automatically? If Yes, then what will happen if we add a new contact (provided with ID:3, Name: XYZ, Contact:555-5555-555), and the table already have contacts of ID: 2, 3 and 4, Is any error gonna pop up or the database store the contact at ID 5 or replace the existing contact at ID 3? Please clarify!!!
"""Sir plz make a full java tutorial series from starting to advanced""" Print("sir if you want to know my location press 1 and if my name type whatever you want I will handle it ") D=input() If D=="1": Print("Srinagar garhwal ,uttarakhand") else: Print("Ashutosh") """sir I want to become programmer can you help me in that case and how can I contact you Sir plz give input that you will tell me"""
Bhaiya mere ko ye batao Jab mai virtual computer bana raha hu To mere computer me notifications aaya hai ki Your cpu do not support virtual harddisk is problem ko kaise solve karu
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
Harry bhai mujhe C me fattal error ke baad error aara last @win16 dikara mainey bahut baar comment kiya magar reply nahi aaya please bhai zara batat doh na bahut purana subscriber Hu... Mujhe aap ka he C language sikhna hai
mera id 0 se start ho reha hai fir uske baad 1st and 2nd show nehi ho reha , 0 ke baad direct 3 se start ho reha hai. What's the problem please help me?
12:34 , what's this harry ,without adding contscts ,it adds !? Whats it means or purpose? Database has only two records then why it gives duplicate records,this is not the purpose of datsbase
sir i am facing a problem , sir i am write the code of read the data from database , but in Logcat i can't show readable data actually show in your video. What is the Problem please help me.
The error you're encountering likely stems from the fact that cursor.getString(0) returns a String, and parsing it directly to an Integer can cause issues if the string is not a valid integer representation. Instead, you should use cursor.getInt(0) to directly retrieve the integer value from the cursor. Here's the corrected version: contact.setId(cursor.getInt(0)); This assumes that the value in the first column of the cursor is an integer. If it's actually stored as a string in the database, you should retrieve it as a string and then parse it to an integer. However, it's generally better to store numeric values as integers in the database to avoid unnecessary conversions and potential errors during retrieval.
Hello harry bhai i really fan of you but i try your code all are correct and no error but the data fetch in not show in logcat only show the successful inserted but all data will not show what can i do
Harry bhai my emulator is not working properly.....getting these following errors and warnings 10:37 Emulator: WARNING: unexpected system image feature string, emulator might not function correctly, please try updating the emulator. 10:37 Emulator: Unexpected feature list: DynamicPartition MultiDisplay VirtioInput VulkanNullOptionalStrings YUV420888toNV21 YUVCache 10:37 Emulator: WARNING: load_config.cpp:123: Verified boot config version is too large to be supported. major_version = 2, supported = 1 10:38 Emulator: qemu: available lcd densities are: 120, 160, 213, 240, 280, 320, 360, 400, 420, 480, 560, 640 please help.
harry bhai aapki video se sabse jyada madad sirf or sirf meri hui hai
sir jaise aap PYTHON k full tutorial me excercise dete the vaise aabhi bhi easi hi koi aap aapni video ki play list banaiye aaur jisme aap excercise diya kijiye please...!
Excellent coder in you tube
1st video watch by more than half million but almost people give up that only few thousands learning.
All your tut are best i was the first viewer but my comment is late because I was watching the video.🙋🏻♂️ present sir
really bro you are a good translator hahahahah paul translator
Jo log keval video Dekh rhe hai aur Soch rhe h ki Sikh jaenge toh aisa nhi h
Program krne k waqt bhut problem aane wala h
Always best ✔️👍
Nice Video
Thanks 🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹
Thank You!
Nice Video, very informative. Could you please show me the table in DB i.e. some workbench. For e.g: As we use to see the tables in MySQL workbench.
PROBLEM::::::
Its only showing "query being run is ....." and "successfully inserted" in logcat without errors.
Mine too
Data fetch nhi ho Rha hai
Try Night owl in android studio it is one of the best theme in android studio
bro jese hmne kuch data string.xml m daal diye or hm chate h ki jb app first time run ho to vo sara data sqlite database m chla jaye bs ek baar...
or bad me fir bs hm usko access kre
Bhaiya ,java pe roop concept par video la do ,plszzzz
Nice
Assalam o alaikum sir
Image processing matplotlib lib s kese krte hen nump men uski bhi video bna de mehrbani hogi
Harry bhai I have only this type of solution in logcat " qeuery run is begin" ....after thise video
gud
Sir, i am facing an error when i am getting all contact
SqliteException: table contact_table has no column named name
Write String create table in single line
@@adityaanand6324 no by doing that I cant able to solve that error
@Mukhiya's tech had you solved that error
will you please upload the video on firebase also?
ML ke aur videos upload karo please
bhai select query data show nhi kr rhi ap wala bhi code implement kr ke dekh liya .................ab kya kre ap bata do yaar ...........By the way me kabhi comment nhi kr ta but you are really awesome
3:34 हैरी , लाइक we need to close any database after all transaction finished, why shouldn't need to make connection with database,if possible with credential?
In Logcat section, android studio is not displaying the contactList part in the for Loop[
same issue
Yah bro can anybody help with tha
What do you mean ?
check whether u have added the values into contactlist List
sir android seekhne ke liye kitna time lgh jye ga
Harry bai firebase ke bareme batao
movetonext like hashnext function
android, Linux, and open source softwares kaa source code kaha milega. Please reply.
Please provide me some link or website where I can prepare notes on python as I am a school going student of 10th class🥰🥰🤗
I have a doubt, like never did we ever update /edit/provided the ID of any contact, then why we are getting the IDs in sequential order (1, 2, 3, ...) and why not all zeroes Is it because of the fact that ID is a primary key, it got incremented each time we add a new contact automatically? If Yes, then what will happen if we add a new contact (provided with ID:3, Name: XYZ, Contact:555-5555-555), and the table already have contacts of ID: 2, 3 and 4, Is any error gonna pop up or the database store the contact at ID 5 or replace the existing contact at ID 3? Please clarify!!!
Pzz make video on firebase
How to add Ads Plz make video I am trying but some error and problems face plz help me
How to find out the source code of open source software
please can u send me this project code
"""Sir plz make a full java tutorial series from starting to advanced"""
Print("sir if you want to know my location press 1 and if my name type whatever you want I will handle it ")
D=input()
If D=="1":
Print("Srinagar garhwal ,uttarakhand")
else:
Print("Ashutosh")
"""sir I want to become programmer can you help me in that case and how can I contact you
Sir plz give input that you will tell me"""
table contacts_table has no column named phone_number in i am getting this error anyone know what is the problem
Check your SQL queries and then reinstall the application in the emulator. I just resolve this issue.
Bhaiya mere ko ye batao
Jab mai virtual computer bana raha hu
To mere computer me notifications aaya hai ki
Your cpu do not support virtual harddisk is problem ko kaise solve karu
bhai error solve ho gaya ?
Can someone help me??
Idk why my app is crashing when i m putting list code in my app and it is not even showing id name and phone number.
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
Harry bhai mujhe C me fattal error ke baad error aara last @win16 dikara mainey bahut baar comment kiya magar reply nahi aaya please bhai zara batat doh na bahut purana subscriber Hu... Mujhe aap ka he C language sikhna hai
Bhai easytuts4u channel dekho
Hey! how did you manage to set and increment ID(primary key)??It's showing NumberFormatException to me as we have not set the id and it is null.
Yes Exactly, same error. Please solve this
Use "INTIGER PRIVATE KEY AUTO_INCREMENT" insted !
mera id 0 se start ho reha hai fir uske baad 1st and 2nd show nehi ho reha , 0 ke baad direct 3 se start ho reha hai. What's the problem please help me?
12:34 , what's this harry ,without adding contscts ,it adds !? Whats it means or purpose? Database has only two records then why it gives duplicate records,this is not the purpose of datsbase
sir i am facing a problem , sir i am write the code of read the data from database , but in Logcat i can't show readable data actually show in your video. What is the Problem please help me.
same here
Brother whenever I try to run the app it shows me this problem: "mapper 4.x is not supported".
Can anyone tell me how to solve this problem?
This gives error = contact.setId(Integer.parseInt(cursor.getString(0)));
Success = contact.setId(cursor.getInt(0));
The error you're encountering likely stems from the fact that cursor.getString(0) returns a String, and parsing it directly to an Integer can cause issues if the string is not a valid integer representation. Instead, you should use cursor.getInt(0) to directly retrieve the integer value from the cursor.
Here's the corrected version:
contact.setId(cursor.getInt(0));
This assumes that the value in the first column of the cursor is an integer. If it's actually stored as a string in the database, you should retrieve it as a string and then parse it to an integer. However, it's generally better to store numeric values as integers in the database to avoid unnecessary conversions and potential errors during retrieval.
I don't know how to retrieve an specific details by ID , please help me to achieve this 🙏🙏
select * form params.TABLE_NAME where id =
I am not able to fetch data, I am getting error and I do not even understand what is coming
Harry bahi.. Contactlist too show hi ni kr raha hh
Hello harry bhai i really fan of you but i try your code all are correct and no error but the data fetch in not show in logcat only show the successful inserted but all data will not show what can i do
Yeah same thing is happening with me also🥲
Is ur problem is fixed now??
hi everyone ,
mere LOGCAT me koi contact show nhi kar raha h
even hum same code paste kiye tab bhi
plz help me guys ..........
Bhai for loop ni chalra name phone number print karane ka
Bhai mera bhi nahi chal rha hai koi answer mila
Can anyone help me out?
Bhai aap ka telegram ka link mil skta hai kya
Harry bhai my emulator is not working properly.....getting these following errors and warnings
10:37 Emulator: WARNING: unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
10:37 Emulator: Unexpected feature list: DynamicPartition MultiDisplay VirtioInput VulkanNullOptionalStrings YUV420888toNV21 YUVCache
10:37 Emulator: WARNING: load_config.cpp:123: Verified boot config version is too large to be supported. major_version = 2, supported = 1
10:38 Emulator: qemu: available lcd densities are: 120, 160, 213, 240, 280, 320, 360, 400, 420, 480, 560, 640
please help.
App stop ho raha hai 😑 2 bar manay codes type kiya phir bhi..list contact may
Data fetch nhi ho rha hai
Sahi bhai mera bhi nahi ho rhaa hai solution mile toh batana mile toh batan
@@adarshtiwari2254 lagat hai jho ccontactlist hum return kar rahe hai usme koi data hi nahi gaya hai
Harry Bhai logcat m I'd,name ya number nhi show ho rha,only it show first 2 logs of previous videos
bhai lagta hai woh contact list jho hum return kar rahe hai usme koi data hi nahi hai
Bro can u help me My app is crashing
Yeh mine too bro did you get where you were short in
Nyc but help me sir
#machinelearnig 🙄
First!!!!
okay but how to view table, update contacts and delete them? Next video should be on that. Thank you
db.delete and db.update
Bro kuch smjao to ya sirf code h likhta rhoge😢🤣
Kya ghatiya padhate ho tum... bas insta pe chatne wale logo ki hi story banao zindagi bhar tum... kisi bhi angle se ye industry based nhi hai
How to find out the source code of open source software
How to find out the source code of open source software