My thoughts on this tutorial First few minutes of the tutorial: "Hmm. . .Uh-huh. . . Yeah. . . Understood. . . that's easy. . " Halfway of the tutorial: "Wait, did you just-. . Hold on! I forgot to. . . What does that do again?" End of tutorial: "Ohh. . .it's all simple. Just do what he says and never try to understand the code, works for me!."
i got everything.. but how to do this if u want to imput values manually from code.. and not take them frm the user
7 років тому+1
Well actually this is a normal learning process. Repetition is the learning itself. For instance, I still don't know the inner details of a simple SetOnClickListener method. However I remember what it does and how to code it.
I think this is a great video. One question. How would you do this with Fragments? I got to the part on adding an Activity object to the BackgroundTask and this is where the tutorial hit a wall for me. Cannot find a way to create a fragment object like you did for the Activity object so I cannot reference the listview.
Sir i am working on a project in which i am reading the data from the sql database using json into the listview with great help of your videos but i have to make a shopping cart that will change dynamically as the user selects the products....m a beginner right now so and sugesstion or a video on developing cart would be very helpfull...thankx for excellent work and support..:))
Greetings Mr.Prabeesh, your videos are very informative. I have a problem, when I create an Empty Activity of display_product_layout, i don't have the option, I see other options like ''Blank Activity". Please help.
Hello Prabeesh, thank you for the tutorial, it helped me a lot. But I have one problem in my cody, I couldn't find where you declared the display_listview in method get_info in BackgroundTask class, I have an error occurring by that. can you help me? thanks from Brazil!
hey PRABEESH thanks a lot for this video. but can u help me out on how to insert header to this list view while displaying data from sqlite database using asyncTask
Hi PRABEESH R K, I've a problem with a project that I've create. This project is an external phone book that picks up the phone number and description from a database that I created by SQLite Database Browser. I can take and display the data on listview but only on Android Studio! When I try to run the emulation in my smartphone (or I create and install the apk file) appears an error message that says: "The application is locked abnormally" what's happen in your opinion?
Thank you so much sir. Just because of this video i have completed my project but if i want to delete that particular row inside that list view, what should do for that? Please help me I tried many ways but nothing is working : (
Suppose i make a application which provide news and which connect on local Host database,then publish it on Google play store..now after publishing i want to update news every day..now i want to know there is any way to update or change information from database and this change or update news will show on user's device in my app which is already install..??
Sir, while using the OnItemClickListener on the listview returns object (com.gokul.package.MyPackage@ff44es) not the String on the listView which I clicked. So please let me know how to retrieve the exact string in the listview. I have only one column in the listview but I have multiple row in the list. please help me sir.
Hi I can do a favor I want to make an application, I have a database in Mysql, based tien the field name, price and image, open the application I want you to show me everything I have in the database three fields listveiw small and clicking on an image takes you to another screen displaying image information with the same field (name, precione and image). could make a tutorial with these requirements thanks
Notes to myself: 1. Create custom single row item for ListView @ 01:15 2. Create The "Display Products" Class and XML that contains the ListView @ 05:37 3. Add "onClick" method for the "View Products" Button - "displayProducts" and create this method in MainActivity @ 07:40 4. Create AsyncTask object in DisplayProducts Class and execute it @ 09:00 5. in the "doInBackground" method check if the String "method" is "get_info" @ 09:50 6. Add new method "retrieveInformation" in the DBHelper class @ 10:17 7. Use the method above in the "doInBackground" method if String method is "get_info" @ 12:50 8. Create A Model Class for 1 Product @ 14:00 9. Create Adapter for the ListView (to store the data from the cursor there) @ 15:53 10. in the "get_info" method ("doInBackground"), Retrieve the data from the cursor to create Product Objects @ 17:37 11. set the "onProgressUpdate" method to add the Product object (that was created above) to the "add" method in the Adapter @ 20:33 12. set the "onPostExecute" method in the AsyncTask class @ 24:27
I coded each and every step in the android studio and installed the app, after clicking any of the two buttons app is automatically stopping, what is wrong please help!!
Sir your lecture is great but when i create database database_name-shm and and databasename-wal file created insetead of .db and journal database file how i solve this problem.
I didn't watch the video yet but this isn't easy or it's just me I mean my level in Java is not bad I understand how OOP works but this is very complicated right?
i am new to android world, you used getter setter and async which is not told in your SQLite video. its in just phrase of second. please upload with security so that one can see it and understand it. like me i am new thats why i am telling.
Dear Sir, You are casting Acitivty to get List View in Asynctask just like this; private final Context ctx; ProductAdapter productadapter; ListView listView; Activity activity; public BaackgroundTask(Context ctx) { this.ctx = ctx; activity = (Activity) ctx; } I wanted to know that how to cast fragment in asynctask ?? private final Context ctx; ProductAdapter productadapter; ListView listView; Fragment fragment; public BaackgroundTask(Context ctx) { this.ctx = ctx; fragment = (Fragment) ctx; // Error is here }
I am a beginner and this code really didn't help me. I was halfway through the video and then i see that the DbOperations code is not fully shown. Neither a link is given in the box :(. I am unable to proceed forward.
mr pra*.* your facebook id is not working i tried to go to your facebook link, its always giving error. you work as free lancer but you putted incomplete video. sorry for telling this but its facts
sir i wanna tell u one thing u r great, all i can say is u r a master of ANDROID
God Bless you Sir.....From Nepal.
My thoughts on this tutorial
First few minutes of the tutorial: "Hmm. . .Uh-huh. . . Yeah. . . Understood. . . that's easy. . "
Halfway of the tutorial: "Wait, did you just-. . Hold on! I forgot to. . . What does that do again?"
End of tutorial: "Ohh. . .it's all simple. Just do what he says and never try to understand the code, works for me!."
Marvey James Elman fully agree with u buddy
i got everything.. but how to do this if u want to imput values manually from code.. and not take them frm the user
Well actually this is a normal learning process. Repetition is the learning itself. For instance, I still don't know the inner details of a simple SetOnClickListener method. However I remember what it does and how to code it.
The goal of the tutorial is just teach you how to work with SQLite Database. Others things won't be detailed.
Sir i have seen almost all your videos related to android. I have an request please attach all the codes with videos.. You are great thanks...
I think this is a great video. One question. How would you do this with Fragments? I got to the part on adding an Activity object to the BackgroundTask and this is where the tutorial hit a wall for me. Cannot find a way to create a fragment object like you did for the Activity object so I cannot reference the listview.
Sir i am working on a project in which i am reading the data from the sql database using json into the listview with great help of your videos but i have to make a shopping cart that will change dynamically as the user selects the products....m a beginner right now so and sugesstion or a video on developing cart would be very helpfull...thankx for excellent work and support..:))
sir, excellent videos, I wonder if you can make a video that you show how to encrypt an sqlite database in android
Greetings Mr.Prabeesh, your videos are very informative. I have a problem, when I create an Empty Activity of display_product_layout, i don't have the option, I see other options like ''Blank Activity". Please help.
Dear sir, thanks for the video, the class BackGroundTask can you share the code for it, it is not clear and also the DbOperations.
Hello Prabeesh,
thank you for the tutorial, it helped me a lot. But I have one problem in my cody, I couldn't find where you declared the display_listview in method get_info in BackgroundTask class, I have an error occurring by that. can you help me?
thanks from Brazil!
hey PRABEESH thanks a lot for this video. but can u help me out on how to insert header to this list view while displaying data from sqlite database using asyncTask
You always make simple to hard
i agree with you
@@ahmadkhokhar8410 bro first learn then tell do u even know what is android
@@jayantsahu6231 sounds funny!
@@ahmadkhokhar8410 sir may be u will be a genius but u can't tell anything on anyone who is giving knowledge
Give tine to your grammar then come to teach me Android
Hi, this is great tutorial. Can you make a tutorial for Displaying DB from drawable into listview using Kotlin? Im stuck from that one.
Hi PRABEESH R K, I've a problem with a project that I've create.
This project is an external phone book that picks up the phone number and description from a database that I created by SQLite Database Browser.
I can take and display the data on listview but only on Android Studio!
When I try to run the emulation in my smartphone (or I create and install the apk file) appears an error message that says: "The application is locked abnormally"
what's happen in your opinion?
Thank you so much sir. Just because of this video i have completed my project but if i want to delete that particular row inside that list view, what should do for that? Please help me I tried many ways but nothing is working : (
please make a video how to search the list view
hello PRABEESH, do you know how to add a second tables in the database and to do a join....please help me
Great tutorial! Would you mind adding a tutorial about displaying data from database but this time, with images (blob)? It would mean a lot.
i guess it is kind of randomly asking but does anyone know a good website to stream new movies online ?
@Armando Ameer Flixportal :D
@Mauricio Jack thanks, I signed up and it seems like a nice service :D I appreciate it!!
@Armando Ameer no problem :)
Suppose i make a application which provide news and which connect on local Host database,then publish it on Google play store..now after publishing i want to update news every day..now i want to know there is any way to update or change information from database and this change or update news will show on user's device in my app which is already install..??
this tutorial helped me A LOT. thank you VERY MUCH kind sir!! you the bomb!!!
Sir, while using the OnItemClickListener on the listview returns object (com.gokul.package.MyPackage@ff44es) not the String on the listView which I clicked. So please let me know how to retrieve the exact string in the listview. I have only one column in the listview but I have multiple row in the list. please help me sir.
Hi: The explanation is great how can I view data as a PDF file
sir please post the source code of this tutorial
Hi I can do a favor I want to make an application, I have a database in Mysql, based tien the field name, price and image, open the application I want you to show me everything I have in the database three fields listveiw small and clicking on an image takes you to another screen displaying image information with the same field (name, precione and image). could make a tutorial with these requirements thanks
Sir Plz provide class for item search using AsyncTask
Thanks In advance
Hello Sir, would you please make a video about how to import an extrenal database in Android, then display it in RecyclerView !
Thank you !
my mind is burning
Very Good Tutorial 👍
But I need some more info about, How I Can Display Data With Grouping Of Date added🙂🙂🤞
Can you make a tutorial that makes the list items clickable? like it goes to another activity along with the components inside that specific row.
use an onClickListener, start an intent inside of the onClick() and pass the contetnts as extras!
+Oonsk051 thnks but I already made my app weeks ago. haha
newbee here. how to make the list clickable then go to another activity with all the data. hope someone can help. thanks.
I believe you gotta use onItemSelect
How to add horizontal and vertical scroll view in display_product_row.xml if multile textview and multiple table data?
did u find any solution? i have the same problem
Helpfull tutorial. Thanks man.
Awesome Tutorial! Could you please provide us with the source code!!
Sir, please create tutorial when you click Item in ListView you can get data from that item you click. :D
+Ramon Infante Most of the methods associated with the ListView class is now deprecated. Go for RecyclerView instead.
ok sir, thank for the information. (y)
Use.... onItemClickListner ....
can u please send me the link for this previous tutorial sir ??
Sir how to insert checked check box values of recycler view into sqlite
dB table
thnx for this amazing part 2
Notes to myself:
1. Create custom single row item for ListView @ 01:15
2. Create The "Display Products" Class and XML that contains the ListView @ 05:37
3. Add "onClick" method for the "View Products" Button - "displayProducts" and create this method in MainActivity @ 07:40
4. Create AsyncTask object in DisplayProducts Class and execute it @ 09:00
5. in the "doInBackground" method check if the String "method" is "get_info" @ 09:50
6. Add new method "retrieveInformation" in the DBHelper class @ 10:17
7. Use the method above in the "doInBackground" method if String method is "get_info" @ 12:50
8. Create A Model Class for 1 Product @ 14:00
9. Create Adapter for the ListView (to store the data from the cursor there) @ 15:53
10. in the "get_info" method ("doInBackground"), Retrieve the data from the cursor to create Product Objects @ 17:37
11. set the "onProgressUpdate" method to add the Product object (that was created above) to the "add" method in the Adapter @ 20:33
12. set the "onPostExecute" method in the AsyncTask class @ 24:27
I coded each and every step in the android studio and installed the app, after clicking any of the two buttons app is automatically stopping, what is wrong please help!!
Whats the error ?
hello sir, do you can upload tutorial about post like dislike and comment in cardview
Sir,
Please upload tutorials regarding Recharge app development.
Thanks MR. Prabeesh
Sir your lecture is great but when i create database database_name-shm and and databasename-wal file created insetead of .db and journal database file how i solve this problem.
can you show the link to download ?
maybe at github can i find ?
where is the previous video plz tell me
I didn't watch the video yet but this isn't easy or it's just me
I mean my level in Java is not bad I understand how OOP works but this is very complicated right?
Not so
can i display a specific data when username is called?
hello sir fan of you I just have one request can you one like this for sql server thank you very
where can i see the code or get it of BackGroundTask
pls how can i display it out on a table
i want the data to be arranged in a table not in list view
Use Sqlite DB browser
i am new to android world, you used getter setter and async which is not told in your SQLite video. its in just phrase of second.
please upload with security so that one can see it and understand it.
like me
i am new thats why i am telling.
what's in the ProductContract Class
How can i download this your project and full code resource ?
Dear Sir, You are casting Acitivty to get List View in Asynctask just like this;
private final Context ctx;
ProductAdapter productadapter;
ListView listView;
Activity activity;
public BaackgroundTask(Context ctx) {
this.ctx = ctx;
activity = (Activity) ctx;
}
I wanted to know that how to cast fragment in asynctask ??
private final Context ctx;
ProductAdapter productadapter;
ListView listView;
Fragment fragment;
public BaackgroundTask(Context ctx) {
this.ctx = ctx;
fragment = (Fragment) ctx; // Error is here
}
thanks sir, that really helped alot
why all the videos about retrieving data is through listview? can you make a tutorial about retrieving data ang populate to a textview?
Can you show your manifest?
I am a beginner and this code really didn't help me. I was halfway through the video and then i see that the DbOperations code is not fully shown. Neither a link is given in the box :(. I am unable to proceed forward.
I have some latest video on this topic. Please check my new androd tutorial series
is there any video which would teach me how to make connections to database and then retreive data?
can you make this type tutorial??
God Bless you Sir....Please provide source code
Wouldn't price be a double?
can i get DbOperation source code?
Thanks a lot, it worked :)
why are you take it----display_product_row.xml
Loved this video! source code please :(
can i get source code, please help me.
Source Code is available or not of available then plzz send me
Thanks You sir......
mr pra*.*
your facebook id is not working i tried to go to your facebook link, its always giving error.
you work as free lancer but you putted incomplete video.
sorry for telling this but its facts
I wish you could share the source code
sir ..pls send the code ....
Hallo, can you send source code to me ???
Can you please add the source code??
can i get source code
source code url please provide
Nice!!
Plzzzzz provide source code of project
good!
I just want to throw my phone
full of rubbish things better dont follow this .
Waste of time