Food App Android Firebase tutorial - how to make food ordering app? android studio tutorial

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 208

  • @UiLover
    @UiLover  11 месяцев назад +6

    Source Code:
    ruclips.net/channel/UCpuuunu6eo-TLa1eT0gSooQjoin
    Resource Files:
    drive.google.com/file/d/1wPN2QU9atZLgWR1phVtrryQgCgthf2oN/view?usp=sharing

    • @colombolife7733
      @colombolife7733 10 месяцев назад

      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

    • @graphicdesignersolo
      @graphicdesignersolo 8 месяцев назад

      Sir, where are the rest of the parts?

    • @AliHamed-u5p
      @AliHamed-u5p 5 месяцев назад

      Hello my friend, can you help me?

    • @nehakushi6198
      @nehakushi6198 5 месяцев назад

      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?

  • @deepakbhatt03
    @deepakbhatt03 4 месяца назад +4

    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.

    • @smadhidenagama8749
      @smadhidenagama8749 Месяц назад

      but how to get category icon images' path

    • @oknowu8824
      @oknowu8824 Месяц назад

      Yeah because the link from imagePath is actually shows 404 not found error when you open it

  • @BuiQuangHiepPH
    @BuiQuangHiepPH 10 месяцев назад +2

    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?

  • @HansenHansen-cy5gm
    @HansenHansen-cy5gm 7 месяцев назад +2

    I'm so glad I stumbled upon this.

  • @ayok3421
    @ayok3421 11 месяцев назад +5

    It's finally here 😊 you have a special place in heaven ❤
    Thank you

    • @UiLover
      @UiLover  11 месяцев назад +1

      thanks

  • @jervis8910
    @jervis8910 10 месяцев назад +3

    Can you integrate a management UI where the orders can be sent to and a manager prepares the orders

  • @princealam7073
    @princealam7073 9 месяцев назад +2

    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

    • @UiLover
      @UiLover  9 месяцев назад +2

      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(){
      }
      }

    • @princealam7073
      @princealam7073 9 месяцев назад

      I didn't expected you will reply but you did. THANK YOU SO MUCH SIR❤❤
      @@UiLover

  • @FACTOARYATECH
    @FACTOARYATECH 7 месяцев назад +2

    Sir , I have downloaded the source code, please help me how to customize it. 🙏

  • @ARTSBYYASHYT
    @ARTSBYYASHYT 27 дней назад

    Location time and dolar png in not visible on the emulator but its visible in the xml what can do to solve the problem

  • @Pharanoic
    @Pharanoic 5 месяцев назад

    I'm following but from the creation of the base archive and all you're setting inside, all gives error.

  • @kartiksamnotra1529
    @kartiksamnotra1529 7 месяцев назад +1

    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

    • @Alina-er1vy
      @Alina-er1vy 7 месяцев назад +1

      Ты смог решить эту задачу?😊 У меня такая же проблема. Эмулятор сворачивает проект и выходит сообщение "project keeps stopping". Я брала это приложение для своей дипломной работы. Но он выдает ошибку только тут😭😭

  • @vantran1848
    @vantran1848 9 месяцев назад +2

    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!!!

    • @graphicdesignersolo
      @graphicdesignersolo 9 месяцев назад +8

      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(){
      }
      }

    • @anon9234
      @anon9234 8 месяцев назад +1

      @@graphicdesignersolo God bless you

    • @ThangNguyen-wh2vk
      @ThangNguyen-wh2vk 7 месяцев назад +1

      @@graphicdesignersolo GOD bless you again :))

    • @HUYHUYNHA-hk5nm
      @HUYHUYNHA-hk5nm Месяц назад

      Change class Category id to Id

    • @trantien5539
      @trantien5539 25 дней назад

      @@graphicdesignersolo i luv u moah moah

  • @jervis8910
    @jervis8910 10 месяцев назад +2

    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?

    • @Heet10
      @Heet10 9 месяцев назад

      Same issue can some please help me too

    • @princealam7073
      @princealam7073 9 месяцев назад

      did you found solution for that??
      @@Heet10

    • @UiLover
      @UiLover  9 месяцев назад +1

      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(){
      }
      }

    • @valentinahenaog5813
      @valentinahenaog5813 3 месяца назад

      puede ser más específico por favor, en qué punto realizo el cambio.

  • @MinhĐức-n2z
    @MinhĐức-n2z 5 месяцев назад

    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

  • @SANJAY-ki4iq
    @SANJAY-ki4iq 4 месяца назад

    I want to ask why we need alot of picture like hdpi,idpi,mdpi,xhdpi,xxhdpi??? please answer and how to remove it

  • @lokeshkg555
    @lokeshkg555 8 месяцев назад

    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

  • @jopadjr
    @jopadjr 9 месяцев назад +1

    471st... Great tutorial. Hoping a Jetpack Compose equivalent. Thanks

    • @UiLover
      @UiLover  9 месяцев назад

      thanks

  • @LaXsoo_11
    @LaXsoo_11 7 месяцев назад

    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 ?

  • @srilekhanalabolu
    @srilekhanalabolu 14 дней назад

    Everything work fines but food images are not getting displayed

  • @josevera9915
    @josevera9915 10 месяцев назад

    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

  • @itsnasim254
    @itsnasim254 Месяц назад

    Dear Sir Requesting to Please make an app of Train Running status app like Railyatri,Ixigo,and others

  • @zuleyhaakman290
    @zuleyhaakman290 11 месяцев назад +11

    Please, make project with Kotlin. Thank you in advance.

    • @UiLover
      @UiLover  9 месяцев назад

      sure my friend

  • @asifjawad3198
    @asifjawad3198 7 дней назад

    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

    • @UiLover
      @UiLover  7 дней назад

      mohsen1986@gmail.com

  • @DongLe-g7h
    @DongLe-g7h 9 месяцев назад

    Hope you make a food app project with firebase using kotlin. I really like your UI

  • @asifjawad3198
    @asifjawad3198 11 дней назад

    i joined the membership but can't find source code of this video project162

    • @UiLover
      @UiLover  10 дней назад +1

      ruclips.net/user/postUgkxqmLq3E2UBQGeqznkOnW_yokC3-IsaxUk

  • @okaiyt
    @okaiyt 9 месяцев назад

    I love I been watching whole day just to know how to design 😊

    • @UiLover
      @UiLover  9 месяцев назад

      Awesome! Thank you!

  • @wu7618
    @wu7618 8 месяцев назад

    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).

    • @UiLover
      @UiLover  8 месяцев назад +1

      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(){
      }
      }

    • @wu7618
      @wu7618 8 месяцев назад

      @@UiLover thank you very much😆

  • @graphicdesignersolo
    @graphicdesignersolo 8 месяцев назад

    @UiLover Sir, where are the rest of the parts?

  • @nilabharathi.r8513
    @nilabharathi.r8513 8 месяцев назад

    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.

    • @fatimaidrees9546
      @fatimaidrees9546 6 месяцев назад

      @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???

    • @sadhanaregan
      @sadhanaregan 26 дней назад

      @@fatimaidrees9546 did you find the solution?

  • @CrazieeCandle
    @CrazieeCandle 10 месяцев назад

    Which compiler you use for java coding

  • @josevera9915
    @josevera9915 10 месяцев назад

    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.

    • @UiLover
      @UiLover  10 месяцев назад

      if you set number each item to 0, row remove from cart list automatically.

  • @-Crude
    @-Crude 9 месяцев назад

    Sir please solve the problem 2:21:20 category showing same product 😕 and your email is also not found

    • @UiLover
      @UiLover  9 месяцев назад

      please convert your project folder to a zip file and send it to me. I have to debug it with Android Studio

  • @noejudemiguelobedencio2882
    @noejudemiguelobedencio2882 День назад

    Do this project have admin?

  • @dossymhan_aubakir
    @dossymhan_aubakir 9 месяцев назад

    Hello,Thank for you!
    Do you have a course or video lessons? for Android studio design app

    • @UiLover
      @UiLover  9 месяцев назад +1

      Not yet,but soon

  • @chosen3494
    @chosen3494 10 месяцев назад +1

    Call me a madman but imma just follow this tutorial ;')

  • @keshavmurari2053
    @keshavmurari2053 8 месяцев назад

    I follow all steps correct no error found in project but food image is not displayed,give a solution

    • @princealam7073
      @princealam7073 7 месяцев назад

      You found a solution for this problem??

  • @intentandoprogramar
    @intentandoprogramar 5 месяцев назад

    Alguien sabe para donde se va la orden cuando presionamos el boton ordenar

  • @vishaldhandhukiya1856
    @vishaldhandhukiya1856 10 месяцев назад

    Hello
    As a fresher and non it background guy how many duration take to understand all of this android studio.

    • @popla944
      @popla944 9 месяцев назад

      please any one answer on this

  • @subhanuddin655
    @subhanuddin655 11 месяцев назад

    please tell me the complete way to download and manage dependencies in own env

  • @notrevepimentel3658
    @notrevepimentel3658 6 месяцев назад

    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.

    • @UiLover
      @UiLover  6 месяцев назад

      english please.

  • @YuusukeePhs
    @YuusukeePhs 8 месяцев назад

    the image of food is not showing on category and best deal food but the time,rating,location its fine

  • @shubhamvishwakarma3024
    @shubhamvishwakarma3024 3 месяца назад

    I am not getting firebase option in tools windows

  • @bardiayousefi79
    @bardiayousefi79 11 месяцев назад +1

    Thank you ,but please make with kotlin❤️🙏

    • @UiLover
      @UiLover  10 месяцев назад +1

      sure

    • @bardiayousefi79
      @bardiayousefi79 10 месяцев назад

      @@UiLover ❤️❤️❤️❤️

  • @rexsharkcounty
    @rexsharkcounty 5 дней назад

    hello I join the member already but I don’t understand

    • @UiLover
      @UiLover  4 дня назад

      go to membership section in main page of channel, you find posts about source codes

  • @princealam7073
    @princealam7073 7 месяцев назад

    Everything is showing properly but images are not showing, what should I do??

    • @UiLover
      @UiLover  7 месяцев назад

      check image url in firebase database

    • @princealam7073
      @princealam7073 7 месяцев назад

      You found solution for this problem?

  • @ARTSBYYASHYT
    @ARTSBYYASHYT 21 день назад

    My app is crashing at 2.20.26 please help

  • @edsonhenrique5669
    @edsonhenrique5669 9 месяцев назад

    Seus vídeos estão me ajudando muito, muito obrigado, Deus abençoe você!

  • @omidighe5365
    @omidighe5365 8 месяцев назад

    Sir I had problem in ActivityIntroBinding

  • @AshishKumar-zt5pt
    @AshishKumar-zt5pt 10 месяцев назад

    At least give us any one ecommerce app project so your channel grow rapidly

  • @darius3444
    @darius3444 8 месяцев назад

    hello this is a Empty Views Activity project? or a simple Empty Activity project?

    • @UiLover
      @UiLover  8 месяцев назад

      hi,empty view activity

    • @darius3444
      @darius3444 8 месяцев назад

      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

    • @darius3444
      @darius3444 8 месяцев назад

      @@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

    • @sadhanaregan
      @sadhanaregan 26 дней назад

      @@darius3444 same any solution?

  • @emmagetsu7369
    @emmagetsu7369 11 месяцев назад

    Please do tutorial on jetpack compose too, Lazygrid interface with images, also onboarding

    • @UiLover
      @UiLover  11 месяцев назад

      sure my friend

    • @emmagetsu7369
      @emmagetsu7369 11 месяцев назад

      @@UiLover Please make more jetpack compose tutorials, I look forward to your videos

    • @-theway5158
      @-theway5158 9 месяцев назад

      @@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 ?

  • @NguyenThanhTanhFPLHCM
    @NguyenThanhTanhFPLHCM 11 месяцев назад

    Please make a video about building an application that runs the API

    • @UiLover
      @UiLover  11 месяцев назад

      ruclips.net/video/aPun7zuKr2A/видео.html&lc=Ugz_n35NhcmA7ReK9zp4AaABAg

  • @AnkitRaj-vz4gv
    @AnkitRaj-vz4gv 9 месяцев назад

    Category module doesn't work, is any thing that you miss in the video

    • @princealam7073
      @princealam7073 9 месяцев назад

      same problem, everytime it shows pizza category, you found solution?

    • @AnkitRaj-vz4gv
      @AnkitRaj-vz4gv 9 месяцев назад

      no bro but if i will find then tell u@@princealam7073

    • @AnkitRaj-vz4gv
      @AnkitRaj-vz4gv 9 месяцев назад

      even my cartBtn doesn't work
      @@princealam7073

    • @UiLover
      @UiLover  9 месяцев назад

      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(){
      }
      }

  • @JuilyParkar
    @JuilyParkar 5 месяцев назад

    which design pattern you have use ?

  • @hareramsingh9127
    @hareramsingh9127 11 месяцев назад

    how to create package name inside drawable for example btn_1 ,btn_2...etc

    • @UiLover
      @UiLover  11 месяцев назад +1

      with adobe xd

  • @josevera9915
    @josevera9915 11 месяцев назад

    Hello, how do I connect the personal database, what can I do? Thank you.

    • @UiLover
      @UiLover  11 месяцев назад +1

      for connect to your database, you have to use Api address

  • @nasttygamer08
    @nasttygamer08 11 месяцев назад +1

    Are you use latest version hedgehog ?

  • @WaniyaKhan-u3l
    @WaniyaKhan-u3l 2 месяца назад

    where should i get the source code

  • @lutfidhani9627
    @lutfidhani9627 9 месяцев назад

    my build gradle error how to fix?

  • @helio8608
    @helio8608 Месяц назад

    How do you do that intro?

  • @cuonghuynh3868
    @cuonghuynh3868 8 месяцев назад

    how can i view firebase on website for this project?

    • @UiLover
      @UiLover  8 месяцев назад

      sorry,it's on my email

  • @omerkrm-aep
    @omerkrm-aep 7 месяцев назад

    Which version of android studio is this?

  • @popla944
    @popla944 9 месяцев назад

    Hello,
    Any one can tell me how many take time to understand android studio for fresher

    • @UiLover
      @UiLover  9 месяцев назад

      between 6 month and 1 year

  • @Yuusukee_Ph
    @Yuusukee_Ph 10 месяцев назад

    can still put an admin panel ?

  • @hareramsingh9127
    @hareramsingh9127 11 месяцев назад +1

    how to craete pakage inside drawable ?

    • @UiLover
      @UiLover  11 месяцев назад +1

      with adobe xd

  • @intentandoprogramar
    @intentandoprogramar 5 месяцев назад

    Alguien sabe que versión de Android utiliza para este proyecto

    • @UiLover
      @UiLover  5 месяцев назад +1

      2023

  • @smartlanka1397
    @smartlanka1397 11 месяцев назад

    please sir bring me a video on how to make a betting platform like 1x bet

  • @adylalassani1998
    @adylalassani1998 8 месяцев назад

    Can i have android studio version

  • @richardappow6770
    @richardappow6770 11 месяцев назад

    What Android Studio version are you using?

    • @UiLover
      @UiLover  11 месяцев назад +1

      2023.1

  • @codewitharib
    @codewitharib 11 месяцев назад +2

    Nice video ❤
    Backend Firebase database also included

    • @UiLover
      @UiLover  11 месяцев назад +1

      thanks

  • @ruqayaalzawawi6068
    @ruqayaalzawawi6068 11 месяцев назад

    how we can add the location in this app

  • @NOUR-wv1fv
    @NOUR-wv1fv 10 месяцев назад

    I'm a new member I didn't find the source code???

    • @UiLover
      @UiLover  10 месяцев назад

      you are not a member yet. If you become a member, RUclips put a blue star in your name.

  • @josevera9915
    @josevera9915 11 месяцев назад

    How do I change the images in the database?

    • @UiLover
      @UiLover  11 месяцев назад

      upload your images in firebase or your host and put link in database(imagePath key)

  • @wiembjeoui7184
    @wiembjeoui7184 7 месяцев назад

    hi witch version of android are you usinf

  • @Yuusukee_Ph
    @Yuusukee_Ph 8 месяцев назад

    I had problem at 1:41:39 food pictures not showing up or display

  • @azaanmalik5899
    @azaanmalik5899 21 час назад

    how to download the source code ??

    • @UiLover
      @UiLover  18 часов назад

      check pinned comment

  • @adirahmansyah3465
    @adirahmansyah3465 6 месяцев назад

    Ini pake kotlin / java

  • @okaiyt
    @okaiyt 9 месяцев назад

    How I get the code for this video?

    • @UiLover
      @UiLover  9 месяцев назад

      Did you find the source? From membership section in my channel you can see source code

  • @princealam7073
    @princealam7073 7 месяцев назад

    When I am running application
    Images are not showing

    • @UiLover
      @UiLover  7 месяцев назад

      are you uploaded image in your firebase account

    • @princealam7073
      @princealam7073 7 месяцев назад

      @@UiLover yes i have uploaded

    • @princealam7073
      @princealam7073 7 месяцев назад

      It was showing when I was using old Android Studio but in updated version suddenly images are not showing

    • @UiLover
      @UiLover  7 месяцев назад

      send your source code to mohsen1986@gmail.com

    • @princealam7073
      @princealam7073 7 месяцев назад

      @@UiLover i didn't change anything from source code you have given for members

  • @DongLe-g7h
    @DongLe-g7h 8 месяцев назад

    Can you make project manager hotel?

    • @UiLover
      @UiLover  8 месяцев назад

      yes, at the future

  • @amandiadikari6741
    @amandiadikari6741 4 месяца назад

    Anyone can tell me what is this android version?

  • @hailethanh5742
    @hailethanh5742 11 месяцев назад

    good job bro

    • @UiLover
      @UiLover  11 месяцев назад +1

      thanks

  • @ake1818
    @ake1818 11 месяцев назад

    I don't know how to set Firebase in Kotlin 😂

  • @sumeyra309
    @sumeyra309 9 месяцев назад

    Are firebase services in this project paid?

  • @hasyimi2568
    @hasyimi2568 11 месяцев назад

    Can I request a Firebase Android Food App with Jetpack Compose

    • @UiLover
      @UiLover  11 месяцев назад

      yes,soon

  • @AliHamed-u5p
    @AliHamed-u5p 5 месяцев назад

    Hello my friend, can you help me?

  • @DevyaniTembhurne
    @DevyaniTembhurne Месяц назад

    Is the firebase free of cost or charable

  • @nehakushi6198
    @nehakushi6198 5 месяцев назад

    Is it possible to get the source code of this app?

    • @UiLover
      @UiLover  5 месяцев назад +1

      Join the membership to get source code

    • @nehakushi6198
      @nehakushi6198 5 месяцев назад

      @@UiLover how to join ??

    • @nehakushi6198
      @nehakushi6198 4 месяца назад

      how to get membership?

    • @nehakushi6198
      @nehakushi6198 4 месяца назад

      @@UiLover how to get membership?

  • @mhmd_gharibi
    @mhmd_gharibi 10 месяцев назад +1

    عالی بود❤

    • @UiLover
      @UiLover  10 месяцев назад +2

      mamnon

  • @FATIMAELGHALI-t4e
    @FATIMAELGHALI-t4e 8 месяцев назад

    helpful

    • @UiLover
      @UiLover  8 месяцев назад

      Glad you think so!

  • @purvapatil944
    @purvapatil944 7 месяцев назад

    Hello i wnt the entire source code

    • @UiLover
      @UiLover  7 месяцев назад

      can you find source code? from membership section?

    • @umairshk9574
      @umairshk9574 6 месяцев назад

      @@UiLoveryes

  • @باسمالواقدي-ف1ن
    @باسمالواقدي-ف1ن 8 месяцев назад

    I want to communicate with you, sir

  • @sairamaqsood1852
    @sairamaqsood1852 11 месяцев назад

    Please make in kotlin plsssss

    • @UiLover
      @UiLover  11 месяцев назад +1

      soon my friend

  • @730_diksha_pimple3
    @730_diksha_pimple3 7 месяцев назад

    @1:31:40 a timstamp for me

  • @SafiyullaMona
    @SafiyullaMona 10 месяцев назад

    Bro I need source code 😊

    • @UiLover
      @UiLover  10 месяцев назад +1

      check membership section. you can find source codes

    • @SafiyullaMona
      @SafiyullaMona 10 месяцев назад

      @UiLover " view all, Ratings , social media loging and others not working. What i do for that 🙂

  • @juwon-q1e
    @juwon-q1e 11 месяцев назад +1

    kotlin please

    • @UiLover
      @UiLover  11 месяцев назад +3

      sure, soon

    • @chhatrapatikumar
      @chhatrapatikumar 11 месяцев назад +1

      ​@@UiLoverI think the jetpack compose is dead, no one is focusing on that, everyone is ignoring compose like it's nothing, hahaha !!..

  • @am_imtiaz
    @am_imtiaz 11 месяцев назад

    • @UiLover
      @UiLover  11 месяцев назад

      ❤️

  • @Divinlydevil_yt
    @Divinlydevil_yt 6 месяцев назад

    5:05

  • @hareramsingh9127
    @hareramsingh9127 11 месяцев назад +1

    please replay ?

  • @princealam7073
    @princealam7073 7 месяцев назад

    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'

    • @UiLover
      @UiLover  7 месяцев назад

      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.

    • @princealam7073
      @princealam7073 7 месяцев назад

      @@UiLover nope sir, many new comments are telling same problem

    • @princealam7073
      @princealam7073 7 месяцев назад

      @@UiLover sir, which version of Android Studio you are using??