Hi, I watched and create project. but I have logcat error. FATAL EXCEPTION: main Process: com.example.spbakehouse, PID: 17148 android.content.res.Resources$NotFoundException: String resource ID #0xf at android.content.res.Resources.getText(Resources.java:455) at android.widget.TextView.setText(TextView.java:7295) at com.example.spbakehouse.Adapter.BestFoodsAdapter.onBindViewHolder(BestFoodsAdapter.java:41) at com.example.spbakehouse.Adapter.BestFoodsAdapter.onBindViewHolder(BestFoodsAdapter.java:21) at androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:7065), how to solved it. application run and close
guys if you're having problem with the images not loading in the app, do this: upload images on firebase storage(just like he did), then copy the images link and paste them into imagePath for every image in the database.json file, then upload that file in realtime database, you're good to go.
sir, whenever I am clicking on any category button..It's only showing pizza category how can I fix it? I did what you shown in video but it doesn't change anything
in the Category class, refactor id to Id, your problem will be solve Modified code: public class Category { private int Id; private String ImagePath; private String Name; public int getId() { return Id; } public void setId(int id) { this.Id = id; } public String getImagePath() { return ImagePath; } public void setImagePath(String imagePath) { this.ImagePath = imagePath; } public String getName() { return Name; } public void setName(String name) { this.Name = name; } public Category(){ } }
sir , issue at 2:21:10 the ListfoodsActivity is not showing up . whenever i tap on any category the ListFoodActivity crashes after progressbar. i also tried this fix refactor id to Id, but still not working please answer me
Ты смог решить эту задачу?😊 У меня такая же проблема. Эмулятор сворачивает проект и выходит сообщение "project keeps stopping". Я брала это приложение для своей дипломной работы. Но он выдает ошибку только тут😭😭
in the Category class, refactor id to Id, your problem will be solve Modified code: public class Category { private int Id; private String ImagePath; private String Name; public int getId() { return Id; } public void setId(int id) { this.Id = id; } public String getImagePath() { return ImagePath; } public void setImagePath(String imagePath) { this.ImagePath = imagePath; } public String getName() { return Name; } public void setName(String name) { this.Name = name; } public Category(){ } }
Hey ..can you please help in the category view. All categories keep displaying pizza even after making the same changes you made in the code.Can I get some assistance please?
in the Category class, refactor id to Id, your problem will be solve Modified code: public class Category { private int Id; private String ImagePath; private String Name; public int getId() { return Id; } public void setId(int id) { this.Id = id; } public String getImagePath() { return ImagePath; } public void setImagePath(String imagePath) { this.ImagePath = imagePath; } public String getName() { return Name; } public void setName(String name) { this.Name = name; } public Category(){ } }
When I do the login or register activity, it still run on the project but I can not do the login or register, and there happen and error in logcat and when I search this error, it said that it require SHA1 and SHA-256 key from Google Play console. And to have those key, I have to have to pay 25 $ for an account. Does it an error or something? Thank you
Dear Sir Your Teaching Skills Really Amazing Keep it Up and Uber Ola Type Application RUclips Tutorial Provide Me Sir Please We Are Eagerly Waiting That Tutorial... Customer Application and Driver Application and Admin Panel RUclips Tutorial Provide Me Sir Please
HELLO, IN WHICH PART OF THE PROJECT CAN I MODIFY THE TYPE OF CURRENCY I WANT TO CHANGE IT TO COLOMBIAN PESO BUT I MODIFY MY DATABASE THE VALUES BUT I CAN'T RUN THE POINT SO THAT THE WRITING OF THE VALUE NUMBERS IS CORRECT
can i contact with you?There is an error while running app if I want to see details of any of the food either the app crushes or going back to home page?how can I contact with you
i dont know why my food list activity will display all the same item within the category button either i change the CategoryName ard, and the items picture i will not get all display(only display 5 picture only,the other is empty).
in the Category class, refactor id to Id, your problem will be solve Modified code: public class Category { private int Id; private String ImagePath; private String Name; public int getId() { return Id; } public void setId(int id) { this.Id = id; } public String getImagePath() { return ImagePath; } public void setImagePath(String imagePath) { this.ImagePath = imagePath; } public String getName() { return Name; } public void setName(String name) { this.Name = name; } public Category(){ } }
Thank you for your valuable content sir .😇 I have successfully completed this app for my final year project . 🙏🙏Requesting you to tell how to integrate payment to this app and to get address from user to deliver the product. 🙏🙏Please reply fast sir. I have my final viva on March end🙁.🙏🙏🙏🙏🙏Please sir reply fast.
@nilabharathi.r8513 Can you please tell me how uh show all the data, like Bestfood, location,price and time in MainActivity... In my case, it is saving in database successfully but now showing on screen of my mobile phone... Can you please help me regarding to this problem???
Where in the code is the logic to remove the product from the cart view? I already put the icon in the viewholder but I can't get it to show up either, thanks.
Acabei de conhecer o canal, excelentes layouts, sou apenas um entusiasta na programação, mas aqui no brasil são poucos vídeos assim de tão boa qualidade de conteúdo. Será que poderia me dar alguma ajuda? Primeiro pesso desculpas por não mandar o texto traduzido pois queria chamar sua atenção. Gostei de primeira de todo conteúdo do canal...sou iniciante na programação então ainda encontro dificuldades.Será muito bom contar com sua ajuda para fazer meu primeiro app.
in the Category class, refactor id to Id, your problem will be solve Modified code: public class Category { private int Id; private String ImagePath; private String Name; public int getId() { return Id; } public void setId(int id) { this.Id = id; } public String getImagePath() { return ImagePath; } public void setImagePath(String imagePath) { this.ImagePath = imagePath; } public String getName() { return Name; } public void setName(String name) { this.Name = name; } public Category(){ } }
I found error of not showing images it's in glide but looking for how to solve it The error is: 'com.bumptech.glide.load.HttpException: Failed to connect or obtain data, status code: 404'
Apparently, you have an internet problem. Better change your internet provider. Because the source has no problem and the rest of the members use it without any problem.
Source Code:
ruclips.net/channel/UCpuuunu6eo-TLa1eT0gSooQjoin
Resource Files:
drive.google.com/file/d/1wPN2QU9atZLgWR1phVtrryQgCgthf2oN/view?usp=sharing
Hi, I watched and create project. but I have logcat error. FATAL EXCEPTION: main
Process: com.example.spbakehouse, PID: 17148
android.content.res.Resources$NotFoundException: String resource ID #0xf
at android.content.res.Resources.getText(Resources.java:455)
at android.widget.TextView.setText(TextView.java:7295)
at com.example.spbakehouse.Adapter.BestFoodsAdapter.onBindViewHolder(BestFoodsAdapter.java:41)
at com.example.spbakehouse.Adapter.BestFoodsAdapter.onBindViewHolder(BestFoodsAdapter.java:21)
at androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:7065),
how to solved it. application run and close
Sir, where are the rest of the parts?
Hello my friend, can you help me?
Is it possible to get the source code of this app? Can I get the codes for this project? Is it possible to get this project?
guys if you're having problem with the images not loading in the app, do this:
upload images on firebase storage(just like he did), then copy the images link and paste them into imagePath for every image in the database.json file, then upload that file in realtime database, you're good to go.
but how to get category icon images' path
Yeah because the link from imagePath is actually shows 404 not found error when you open it
I tried to follow you but why I still can't display data on Firebase on the application and not an error. Can you see for me?
I'm so glad I stumbled upon this.
It's finally here 😊 you have a special place in heaven ❤
Thank you
thanks
Can you integrate a management UI where the orders can be sent to and a manager prepares the orders
sir, whenever I am clicking on any category button..It's only showing pizza category how can I fix it? I did what you shown in video but it doesn't change anything
in the Category class, refactor id to Id, your problem will be solve
Modified code:
public class Category {
private int Id;
private String ImagePath;
private String Name;
public int getId() { return Id; }
public void setId(int id) {
this.Id = id;
}
public String getImagePath() {
return ImagePath;
}
public void setImagePath(String imagePath) {
this.ImagePath = imagePath;
}
public String getName() {
return Name;
}
public void setName(String name) {
this.Name = name;
}
public Category(){
}
}
I didn't expected you will reply but you did. THANK YOU SO MUCH SIR❤❤
@@UiLover
Sir , I have downloaded the source code, please help me how to customize it. 🙏
Location time and dolar png in not visible on the emulator but its visible in the xml what can do to solve the problem
I'm following but from the creation of the base archive and all you're setting inside, all gives error.
sir , issue at 2:21:10 the ListfoodsActivity is not showing up . whenever i tap on any category the ListFoodActivity crashes after progressbar. i also tried this fix refactor id to Id, but still not working
please answer me
Ты смог решить эту задачу?😊 У меня такая же проблема. Эмулятор сворачивает проект и выходит сообщение "project keeps stopping". Я брала это приложение для своей дипломной работы. Но он выдает ошибку только тут😭😭
I had a problem at 2:21:21. I can't get CategoryId and CategoryName by array but just display 1 single list for all icons. We hope you can help!!!
in the Category class, refactor id to Id, your problem will be solve
Modified code:
public class Category {
private int Id;
private String ImagePath;
private String Name;
public int getId() { return Id; }
public void setId(int id) {
this.Id = id;
}
public String getImagePath() {
return ImagePath;
}
public void setImagePath(String imagePath) {
this.ImagePath = imagePath;
}
public String getName() {
return Name;
}
public void setName(String name) {
this.Name = name;
}
public Category(){
}
}
@@graphicdesignersolo God bless you
@@graphicdesignersolo GOD bless you again :))
Change class Category id to Id
@@graphicdesignersolo i luv u moah moah
Hey ..can you please help in the category view. All categories keep displaying pizza even after making the same changes you made in the code.Can I get some assistance please?
Same issue can some please help me too
did you found solution for that??
@@Heet10
in the Category class, refactor id to Id, your problem will be solve
Modified code:
public class Category {
private int Id;
private String ImagePath;
private String Name;
public int getId() { return Id; }
public void setId(int id) {
this.Id = id;
}
public String getImagePath() {
return ImagePath;
}
public void setImagePath(String imagePath) {
this.ImagePath = imagePath;
}
public String getName() {
return Name;
}
public void setName(String name) {
this.Name = name;
}
public Category(){
}
}
puede ser más específico por favor, en qué punto realizo el cambio.
When I do the login or register activity, it still run on the project but I can not do the login or register, and there happen and error in logcat and when I search this error, it said that it require SHA1 and SHA-256 key from Google Play console. And to have those key, I have to have to pay 25 $ for an account. Does it an error or something? Thank you
I want to ask why we need alot of picture like hdpi,idpi,mdpi,xhdpi,xxhdpi??? please answer and how to remove it
Dear Sir Your Teaching Skills Really Amazing Keep it Up and Uber Ola Type Application RUclips Tutorial Provide Me Sir Please We Are Eagerly Waiting That Tutorial... Customer Application and Driver Application and Admin Panel RUclips Tutorial Provide Me Sir Please
471st... Great tutorial. Hoping a Jetpack Compose equivalent. Thanks
thanks
im new to this project is this project begginer friendly cause im gonna be making a food app using flutter for my final year project ?
Everything work fines but food images are not getting displayed
HELLO, IN WHICH PART OF THE PROJECT CAN I MODIFY THE TYPE OF CURRENCY I WANT TO CHANGE IT TO COLOMBIAN PESO BUT I MODIFY MY DATABASE THE VALUES BUT I CAN'T RUN THE POINT SO THAT THE WRITING OF THE VALUE NUMBERS IS CORRECT
Dear Sir Requesting to Please make an app of Train Running status app like Railyatri,Ixigo,and others
Please, make project with Kotlin. Thank you in advance.
sure my friend
can i contact with you?There is an error while running app if I want to see details of any of the food either the app crushes or going back to home page?how can I contact with you
mohsen1986@gmail.com
Hope you make a food app project with firebase using kotlin. I really like your UI
soon
i joined the membership but can't find source code of this video project162
ruclips.net/user/postUgkxqmLq3E2UBQGeqznkOnW_yokC3-IsaxUk
I love I been watching whole day just to know how to design 😊
Awesome! Thank you!
i dont know why my food list activity will display all the same item within the category button either i change the CategoryName ard, and the items picture i will not get all display(only display 5 picture only,the other is empty).
in the Category class, refactor id to Id, your problem will be solve
Modified code:
public class Category {
private int Id;
private String ImagePath;
private String Name;
public int getId() { return Id; }
public void setId(int id) {
this.Id = id;
}
public String getImagePath() {
return ImagePath;
}
public void setImagePath(String imagePath) {
this.ImagePath = imagePath;
}
public String getName() {
return Name;
}
public void setName(String name) {
this.Name = name;
}
public Category(){
}
}
@@UiLover thank you very much😆
@UiLover Sir, where are the rest of the parts?
Thank you for your valuable content sir .😇 I have successfully completed this app for my final year project . 🙏🙏Requesting you to tell how to integrate payment to this app and to get address from user to deliver the product. 🙏🙏Please reply fast sir. I have my final viva on March end🙁.🙏🙏🙏🙏🙏Please sir reply fast.
@nilabharathi.r8513 Can you please tell me how uh show all the data, like Bestfood, location,price and time in MainActivity... In my case, it is saving in database successfully but now showing on screen of my mobile phone... Can you please help me regarding to this problem???
@@fatimaidrees9546 did you find the solution?
Which compiler you use for java coding
Where in the code is the logic to remove the product from the cart view? I already put the icon in the viewholder but I can't get it to show up either, thanks.
if you set number each item to 0, row remove from cart list automatically.
Sir please solve the problem 2:21:20 category showing same product 😕 and your email is also not found
please convert your project folder to a zip file and send it to me. I have to debug it with Android Studio
Do this project have admin?
Hello,Thank for you!
Do you have a course or video lessons? for Android studio design app
Not yet,but soon
Call me a madman but imma just follow this tutorial ;')
te funciono?
I follow all steps correct no error found in project but food image is not displayed,give a solution
You found a solution for this problem??
Alguien sabe para donde se va la orden cuando presionamos el boton ordenar
Hello
As a fresher and non it background guy how many duration take to understand all of this android studio.
please any one answer on this
please tell me the complete way to download and manage dependencies in own env
Acabei de conhecer o canal, excelentes layouts, sou apenas um entusiasta na programação, mas aqui no brasil são poucos vídeos assim de tão boa qualidade de conteúdo. Será que poderia me dar alguma ajuda? Primeiro pesso desculpas por não mandar o texto traduzido pois queria chamar sua atenção. Gostei de primeira de todo conteúdo do canal...sou iniciante na programação então ainda encontro dificuldades.Será muito bom contar com sua ajuda para fazer meu primeiro app.
english please.
the image of food is not showing on category and best deal food but the time,rating,location its fine
Did you found a solution for this problem?
Same problem
I am not getting firebase option in tools windows
Thank you ,but please make with kotlin❤️🙏
sure
@@UiLover ❤️❤️❤️❤️
hello I join the member already but I don’t understand
go to membership section in main page of channel, you find posts about source codes
Everything is showing properly but images are not showing, what should I do??
check image url in firebase database
You found solution for this problem?
My app is crashing at 2.20.26 please help
Seus vídeos estão me ajudando muito, muito obrigado, Deus abençoe você!
Sir I had problem in ActivityIntroBinding
At least give us any one ecommerce app project so your channel grow rapidly
hello this is a Empty Views Activity project? or a simple Empty Activity project?
hi,empty view activity
and which API are you targeting? i am using API 34 and i cand get the foods from the databse. do you know why?@@UiLover
@@UiLover Do you know why i can t retrieve data from firebase into my project. i did everything like you but i can t see the foods
@@darius3444 same any solution?
Please do tutorial on jetpack compose too, Lazygrid interface with images, also onboarding
sure my friend
@@UiLover Please make more jetpack compose tutorials, I look forward to your videos
@@emmagetsu7369 can you tell me what is this technology name in this old way that you make xml file for the UI like in this video ?
Please make a video about building an application that runs the API
ruclips.net/video/aPun7zuKr2A/видео.html&lc=Ugz_n35NhcmA7ReK9zp4AaABAg
Category module doesn't work, is any thing that you miss in the video
same problem, everytime it shows pizza category, you found solution?
no bro but if i will find then tell u@@princealam7073
even my cartBtn doesn't work
@@princealam7073
in the Category class, refactor id to Id, your problem will be solve
Modified code:
public class Category {
private int Id;
private String ImagePath;
private String Name;
public int getId() { return Id; }
public void setId(int id) {
this.Id = id;
}
public String getImagePath() {
return ImagePath;
}
public void setImagePath(String imagePath) {
this.ImagePath = imagePath;
}
public String getName() {
return Name;
}
public void setName(String name) {
this.Name = name;
}
public Category(){
}
}
which design pattern you have use ?
mvvm
how to create package name inside drawable for example btn_1 ,btn_2...etc
with adobe xd
Hello, how do I connect the personal database, what can I do? Thank you.
for connect to your database, you have to use Api address
Are you use latest version hedgehog ?
where should i get the source code
my build gradle error how to fix?
How do you do that intro?
how can i view firebase on website for this project?
sorry,it's on my email
Which version of android studio is this?
2023
Hello,
Any one can tell me how many take time to understand android studio for fresher
between 6 month and 1 year
can still put an admin panel ?
how to craete pakage inside drawable ?
with adobe xd
Alguien sabe que versión de Android utiliza para este proyecto
2023
please sir bring me a video on how to make a betting platform like 1x bet
Can i have android studio version
What Android Studio version are you using?
2023.1
Nice video ❤
Backend Firebase database also included
thanks
how we can add the location in this app
I'm a new member I didn't find the source code???
you are not a member yet. If you become a member, RUclips put a blue star in your name.
How do I change the images in the database?
upload your images in firebase or your host and put link in database(imagePath key)
hi witch version of android are you usinf
2023
I had problem at 1:41:39 food pictures not showing up or display
where bro , i can help you
Same solution?
how to download the source code ??
check pinned comment
Ini pake kotlin / java
How I get the code for this video?
Did you find the source? From membership section in my channel you can see source code
When I am running application
Images are not showing
are you uploaded image in your firebase account
@@UiLover yes i have uploaded
It was showing when I was using old Android Studio but in updated version suddenly images are not showing
send your source code to mohsen1986@gmail.com
@@UiLover i didn't change anything from source code you have given for members
Can you make project manager hotel?
yes, at the future
Anyone can tell me what is this android version?
Creeo que flamingo
good job bro
thanks
I don't know how to set Firebase in Kotlin 😂
Are firebase services in this project paid?
Can I request a Firebase Android Food App with Jetpack Compose
yes,soon
Hello my friend, can you help me?
Is the firebase free of cost or charable
is free
@@UiLover thank you
Is it possible to get the source code of this app?
Join the membership to get source code
@@UiLover how to join ??
how to get membership?
@@UiLover how to get membership?
عالی بود❤
mamnon
helpful
Glad you think so!
Hello i wnt the entire source code
can you find source code? from membership section?
@@UiLoveryes
I want to communicate with you, sir
Please make in kotlin plsssss
soon my friend
@1:31:40 a timstamp for me
Bro I need source code 😊
check membership section. you can find source codes
@UiLover " view all, Ratings , social media loging and others not working. What i do for that 🙂
kotlin please
sure, soon
@@UiLoverI think the jetpack compose is dead, no one is focusing on that, everyone is ignoring compose like it's nothing, hahaha !!..
❤
❤️
5:05
please replay ?
I found error of not showing images it's in glide but looking for how to solve it
The error is: 'com.bumptech.glide.load.HttpException: Failed to connect or obtain data, status code: 404'
Apparently, you have an internet problem. Better change your internet provider. Because the source has no problem and the rest of the members use it without any problem.
@@UiLover nope sir, many new comments are telling same problem
@@UiLover sir, which version of Android Studio you are using??