"Build a ChatGPT App from Scratch--Android Developers, this is for You!"

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025
  • In this tutorial, we will be building a ChatGPT App for Android using Firebase. We will be learning how to create a new project, add Firebase to it, configure it, configure the App Manifest, add the required permissions, and add the ChatGPT API integrations. We will finish the tutorial by adding a chat widget to our App. So if you are looking to build a ChatGPT App for Android, then this is the tutorial for you!
    🔥 Download Source Code - www.buymeacoff...
    🔥 Support the Channel: Buy Me a Coffee ☕️
    If you enjoy my content, you can now support me by buying me a virtual coffee! Your contribution helps me continue creating high-quality videos. Click the link below to treat me to a coffee and show your support!
    👉 Buy Me a Coffee: www.buymeacoff...
    IMPORTANT LINKS 🔥
    -------------------------------------------------------------
    🔥UI and Fonts File - bit.ly/40US85k
    🔥ChatGPT Documentation Link - openai.com/blo...
    RECOMMENDED VIDEOS 🔥
    -------------------------------------------------------------
    🔥How to connect Android App with Firebase using Android Studio - • How to connect Android...
    🔥How to create Login and Sign Up Page UI using Android Studio | With Source Code - • How to create Login an...
    🔥How to add Firebase Authentication in Login and Sign Up Page using Android Studio | With Source Code - • How to add Firebase Au...
    🔥How To Store Data in Firebase FireStore using Android Studio - • How To Store Data in F...
    🔥How to Check If User is Already Logged In Using Firebase Authentication | Android Studio -
    • How to Check If User i...
    CREDIT 🔥
    -------------------------------------------------------------
    Inspired ambient - Orchestraman
    LIKE , SHARE and SUBSCRIBE !
    #chatgpt #android #firebase #androidstudio #ai

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

  • @savagestarboy3215
    @savagestarboy3215 Год назад +1

    Thankyou bro very helpful video ❤️🔥

  • @nxtgamer24
    @nxtgamer24 Год назад +2

    Bro, i could not found rounded_corner file in the drawable folder, can you help me through it?

  • @gauriraval8069
    @gauriraval8069 Год назад +1

    Nice video boi

  • @himanshujoshi5513
    @himanshujoshi5513 Год назад +2

    After clicking send button, the app is closing, can you help me

    • @mrshvaghasiya
      @mrshvaghasiya Год назад +2

      Solution ho Gaya aapka

    • @androidmate
      @androidmate  Год назад +1

      Please provide me a the error messages u r getting

  • @murali2727
    @murali2727 Год назад

    14:40 bro i am getting an error while i am typing the name collection what to do

  • @aktarzia7782
    @aktarzia7782 Год назад +1

    So please help I try for days when I write in "write here" then click on send button then my app closed so please help me how to solve this problem.?

    • @androidmate
      @androidmate  Год назад +1

      Please provide me a the error messages u r getting

  • @canyon303
    @canyon303 Год назад +1

    Thank you broo, nice video. You can make tutorial upgrade this app chatgpt with CRUD ?

    • @androidmate
      @androidmate  Год назад +1

      Sure bro ! I hope you have subscribed Android mate

    • @canyon303
      @canyon303 Год назад

      ​@@androidmate sure bro, i have subcribed Android mate.

    • @canyon303
      @canyon303 Год назад

      When do you plan to do it? I always wait for you.

    • @androidmate
      @androidmate  Год назад +1

      @@canyon303 within this month ! Thanks for your support bro !

  • @capitalreaders5218
    @capitalreaders5218 Год назад +2

    please create a video on chat app with call and video call

  • @marlonlom
    @marlonlom Год назад +1

    how did you handle the pricing when adquiring the apikey? the openai platform always saying error related to quota and reviewing the webpage, it requires billing

    • @marlonlom
      @marlonlom Год назад +1

      00:26:14 what about the api key and billing procedure in this step?

    • @androidmate
      @androidmate  Год назад

      You get a free limit upto 18$ then you have pay

    • @marlonlom
      @marlonlom Год назад

      @@androidmate right, but i got the apikey and resulted in the http 429 error... :(

  • @sugapriya5551
    @sugapriya5551 Год назад +1

    Bro pls help me After clicking send button the text that I entered in edit text is not showing in user's text view

    • @androidmate
      @androidmate  Год назад +1

      There might be issue in the condition, it wont be please provide the source code

  • @Maeve472
    @Maeve472 Год назад

    Im just a beginner to android studio how can i build a app of wearos or can you build ?

  • @mrshvaghasiya
    @mrshvaghasiya Год назад +2

    Click the send button and closing app please solution

    • @androidmate
      @androidmate  Год назад +1

      Please provide me a the error messages u r getting

  • @muhammadahmedramzan7130
    @muhammadahmedramzan7130 Год назад +1

    Hello sir everything is working fine in andriod studio but chatgpt screen doesnot give me the output

    • @androidmate
      @androidmate  Год назад +2

      What error or output your getting?

    • @muhammadahmedramzan7130
      @muhammadahmedramzan7130 Год назад

      @@androidmate Sir this is showing on the app
      "Failed to response due to{
      "error": {
      "message": You exceeded your current quota,Please check your plan billing details,",
      "type":"insufficient_quota",
      "param" : null,
      "code" : null
      }
      }

    • @deepikasoni6916
      @deepikasoni6916 Год назад

      @@muhammadahmedramzan7130 I got the same error, please help if anybody solve this

  • @dataismoney
    @dataismoney Год назад +2

    you are using google voice (Speech to text) ? Right?

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

    Do you know what "from scratch" means?It means training your own model ,not using openai api key and then say you are building from scratch.Misleading title!

  • @gauriraval8069
    @gauriraval8069 Год назад +1

    I receive an error says
    Failed to response due to
    You exceeded your current qota check your plan and billing details
    Insufficient quota
    And when did from ither account it says messages isa a required property
    Type :- Invalid request error

    • @androidmate
      @androidmate  Год назад

      Error 1 -
      Failed to response due to
      You exceeded your current qota check your plan and billing details
      Insufficient quota
      Solution -
      Try deleting and creating new API Key, also check whether you have entered any extra space while entering the API key.
      Error 2 -
      Type :- Invalid request error
      Solution -
      Check the following Line 120 in Main Activity - jsonObject.put("messages", messageArr);
      Make sure you have entered the line has it is.
      Do let me know if the issue has been resolved or not.
      Thanks !!

    • @gauriraval8069
      @gauriraval8069 Год назад +1

      Yeah it's perfectly done Thankyou so much for help

    • @androidmate
      @androidmate  Год назад

      @@gauriraval8069 Most Welcome, I hope you have subscribed !

    • @Karuuuu-po8hb
      @Karuuuu-po8hb Год назад

      @@androidmate Im getting the Error 2 and I also have jsonObject.put("messages", messageArr);

    • @darshanaa0420
      @darshanaa0420 Год назад +1

      I am still having the first error after implementing your solution. Pls help

  • @muhammadahmedramzan7130
    @muhammadahmedramzan7130 Год назад +1

    sir where is resdrable folder?please explain litle bit about that?

  • @cutegalib8430
    @cutegalib8430 Год назад +1

    Can you add voice recognition in the app

  • @romanov8001
    @romanov8001 Год назад +1

    bro where can i find the tool please

  • @mrshvaghasiya
    @mrshvaghasiya Год назад +2

    When I ask a question I get this error in answer. Failed to response due to { "error": {
    "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota"
    }
    }

  • @MelodyDiaries2
    @MelodyDiaries2 Год назад

    Bro wo drawable lock left or reset ke yaha aap stop hoga wo adhe part ki file de do 😢

  • @SamandarMuxtorov-gv7mw
    @SamandarMuxtorov-gv7mw Год назад +1

    hello brother, I'm from Uzbekistan, as far as I know chat gpt does not work in our country, so can you give me one api key?

    • @androidmate
      @androidmate  Год назад +2

      Bro i would have given the api key 🔑 but has only 18$ limit then its paid

    • @SamandarMuxtorov-gv7mw
      @SamandarMuxtorov-gv7mw Год назад

      @@androidmate
      thanks i found the api key but my app has a problem my app is asking me questions instead of answering questions what is this please help bro

    • @androidmate
      @androidmate  Год назад

      Oops, it looks like your ChatGPT app is having a bit of a identity crisis! Can you provide me the source code of your app. so that i can help you out

    • @SamandarMuxtorov-gv7mw
      @SamandarMuxtorov-gv7mw Год назад

      @@androidmate ok

    • @SamandarMuxtorov-gv7mw
      @SamandarMuxtorov-gv7mw Год назад

      @@androidmate how can i give you the source code

  • @jarvisuchiha2111
    @jarvisuchiha2111 Год назад +1

    can i get java class files too if somebody have please do reply its urgent
    🥺🥺🥺

    • @androidmate
      @androidmate  Год назад +2

      Contact me on my email id - rohitanabhavane07@gmail.com

    • @jarvisuchiha2111
      @jarvisuchiha2111 Год назад +1

      ​@@androidmatenever mind bro I did it needed for mini project submission.... It is very cool project I'm thinking adding some features like speech to text

  • @MrJosephWilliamClark
    @MrJosephWilliamClark Год назад +1

    Is it wise to make an Android app for a business company using artificial intelligence?

    • @androidmate
      @androidmate  Год назад

      Absolutely, creating an Android app for a business with artificial intelligence can be a smart move. AI can enhance user experience, automate tasks, provide valuable insights, and boost customer engagement. It demonstrates innovation, can lead to cost savings, and gives a competitive edge. However, careful consideration of business needs, target audience, and ethical considerations is essential for a successful implementation.

    • @MrJosephWilliamClark
      @MrJosephWilliamClark Год назад

      I share your position. That's why I came to your channel. We are not in a hurry to introduce artificial intelligence into the process of creating applications yet, but we must

  • @mintan2745
    @mintan2745 Год назад +1

    Thank you for this fantastic video. The chat is going well but the screen keeps popping "ChatGPT isn't responding".

    • @mintan2745
      @mintan2745 Год назад +1

      What should I do about it?

    • @androidmate
      @androidmate  Год назад

      Actually it should happen, kindly check it on another device.

    • @mintan2745
      @mintan2745 Год назад +1

      ​@@androidmateThank you

    • @mintan2745
      @mintan2745 Год назад +1

      ​@@androidmateIs there a way we can keep the coversation history after refreshing the app?

    • @androidmate
      @androidmate  Год назад

      @@mintan2745 Yes, you can by using database, i suggest you to try firebase to keep the history and user profile details.

  • @jn.aditya
    @jn.aditya Год назад +1

    is this a AI generated voice ?

  • @hurtedsouls
    @hurtedsouls Год назад +1

    I am getting an error a bit, can you help in whatsapp plz?

    • @androidmate
      @androidmate  Год назад +1

      I can... Bt not immediately due to some work!

    • @hurtedsouls
      @hurtedsouls Год назад +1

      @@androidmate ohh Thanks, I changed some coding and it worked. Thanks a lot btw :)

    • @androidmate
      @androidmate  Год назад

      @@hurtedsouls Most Welcome