Please upload a single database with multiple tables and also saving image into sqlite
@sanskarrawat10474 жыл бұрын
yes sir, please help us in making app as mentioned above.
@joaopauloalvesdasilva98883 жыл бұрын
What do I do after I created a SQLite table and I remembered I have to add on more column?
@gulzara9825 жыл бұрын
Can you please give me the githublink of scaner and age calculator apps you have created ?
@rutikrasal70404 жыл бұрын
i want to store arraylist in sqlite database can you please help me
@Asma-od1vf3 жыл бұрын
Hello, I am trying to create a database that contains 5 tables and I want to enter data from different activities, for example, event number one. You enter data into the first table and so on, but I need some help and I hope you can help me ...
@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?
@shinyvlogs91485 жыл бұрын
hello i have Recompile with -Xlint:unchecked for details error
@smailmerazga86252 жыл бұрын
Hello sir 💖 . How I can make sum items in column SQLite and display it at text View
@AndroidCoding2 жыл бұрын
Will upload soon
@fathimashafana48814 жыл бұрын
When i type create table command red line appears below table. Why is it so?? What to do? And hover curser over it, it says expected TABLE but i have written the same.. i m not understanding plzz help
@JunaidiMukhlis5 жыл бұрын
I have followed the tutorial to completion, but the application cannot be started because the application cannot open and the application stops. Why ?
@edoardovigogna80344 жыл бұрын
this video is awesome!! anyway i have a problem, when i run i don't have error but when i launch the app from the smartphone or the emulator it crash, some ideas? :(
@AndroidCoding4 жыл бұрын
Thanks. If you have any queries contact me on Facebook or Instagram.
@faizalalif174 жыл бұрын
i try the code not errors but i have a little bit problem my view in spinner only working for product
@naomih31984 жыл бұрын
Hi I had the same problem. If you go to Main Activty then done to the method onItemSelected, you should have three if statements below. The first if statement should be position ==0, the next position==1 and the next postition ==2. Hope that helps.
@aslief98083 жыл бұрын
@@naomih3198 its still not working.. how to fix?
@anaaguilar33045 жыл бұрын
I am not getting any errors and my app is running, however, after I input data and click add , the data does not display . Spinner is working fine, button and toast message are working too. What might be the problem?
@hajaryoona82005 жыл бұрын
i have the same problem
@roeital55044 жыл бұрын
Maybe u have input that doesnt fit what u wrote
@roeital55044 жыл бұрын
Can u please do a button that if i click it will put a string with a certin id value into a textview please?
@poyasanjari62095 жыл бұрын
hi would you please tell me how can i let users create their own tables??? i really need that. tnx
@binodbhandari75433 жыл бұрын
What if there are many column in a single table and what if need to perform different CURD operation in different table when required. Anyway nice video. can you give example of how foreign key operation is done.
@viralgohil66164 жыл бұрын
Sir how to create Separate table class for every table
@sabrinafeliz48224 жыл бұрын
thank you sir so match i tried it and it work correctly, i want to know if there is way when i write price in the first column and qty in second column automatically in the third column appear the price*qty (table or any thing listener )
@masaratnazir14844 жыл бұрын
Can you please share sourcecode?
@himanshusingh33803 жыл бұрын
There was no need of music !!
@wolfgangkernchen75152 жыл бұрын
Sorry i got a error o: 'getColumnIndexOrThrow(java.lang.String)' in 'android.database.Cursor' cannot be applied to '(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)' after the code while (!cursor.isAfterLast()) { arraylist.add(cursor.getString(cursor.getColumnIndexOrThrow("_id","bereichs_id","aufgabentyp_id","notiz","termin"))); cursor.moveToNext(); } can anybody help ? thanks