I've Tested Android Studio's New Code Companion Gemini

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

ความคิดเห็น • 81

  • @prashantsurti2029
    @prashantsurti2029 5 หลายเดือนก่อน +102

    Congratulations on becoming the CEO of mindorks

  • @cking24343
    @cking24343 5 หลายเดือนก่อน +42

    Phillip is living a double life according to Gemini 😂🎉

  • @wesjonm
    @wesjonm 5 หลายเดือนก่อน +9

    I like how it completely invents APIs that don't exist but would solve the problem perfectly lol. The chat feature from Gemini hallucinates a lot while ChatGpt usually does it better.
    The auto complete is nice, I just wish they would take the real classes into account instead of trying to predict the class and giving fake field names as suggestions.

  • @lindaporsius
    @lindaporsius 5 หลายเดือนก่อน +3

    the auto-completion in jellyfish is rather cool.
    Talking to Gemini: I asked it to give me an example to fetch data from Firebase storage. The first two solutions would not even compile. It is very polite in apologizing, but it seems weird, because one would assume that a Google AI bot would at least know how Firebase works? Sorry if I mistake the concept.

    • @antoniofuller2331
      @antoniofuller2331 5 หลายเดือนก่อน

      Firebase changes very often. I'm not surprised that the AI doesn't know how to implement that. You're expecting too much

  • @vishalmali-p4w
    @vishalmali-p4w 3 หลายเดือนก่อน

    Gemini give me right answer (Jul, 2024 )
    Philipp Lackner is a well-known Android developer and content creator. He's recognized for his TH-cam channel, where he shares tutorials and insights on Android development, primarily using Kotlin. His content covers a wide range of topics, from beginner-friendly introductions to more advanced concepts and libraries. Many developers, especially those who are starting their Android journey, find his tutorials helpful and easy to follow.

  • @quentingarnier9217
    @quentingarnier9217 5 หลายเดือนก่อน +3

    I'm kind of surprise, I would not say each time i'm using gemini, but it happens quite often that when I type my code and ask some questions about what I wrote or to find a mistake or to change some part of the code, it can answer correctly. However, i agree on the fact that chatgpt is globally beter but indeed in the future i'm expected gemini to be much more better on kotlin topics.

  • @evgeniichmutov6098
    @evgeniichmutov6098 5 หลายเดือนก่อน +6

    We need comparison Github Copilot with Gemini in Android Studio

    • @ezscootrr
      @ezscootrr 3 หลายเดือนก่อน

      Copilot is better but let's see overtime.

  • @shrinivasmanjithaya2112
    @shrinivasmanjithaya2112 5 หลายเดือนก่อน +3

    Gemini gives good answers sometimes and with well explanations but
    I am keep on getting bad answers, sometimes totally wrong answers by it.
    Also after some questions it fails to remember things. I need to remind it again..
    Better use it to improvise existing code, add comments, writing tests and to apply kotlin language style guides for now..:)

  • @HammadKhanYT
    @HammadKhanYT 5 หลายเดือนก่อน +3

    Thanks for saving us the time!

  • @Asterx5
    @Asterx5 5 หลายเดือนก่อน +18

    According to gemini, you are BATMAN

  • @psytoolkit
    @psytoolkit 5 หลายเดือนก่อน

    I have not yet tried the integrated Gemini in Android studio, but I use the Gemini webpage a lot to find answers to my questions about code, and it is usually pretty good with getting me started. If a Gemini answer does not work, I just say, "That is not correct" and then it often comes up with an alternative I can try. The good thing about Gemini is that there is, at least for me, often not an alternative to find a better answer.

    • @JuanGabrielOyolaCardona
      @JuanGabrielOyolaCardona 5 หลายเดือนก่อน

      I use gemini as you, but i use stackoverflow as support if i need more options for questions.

  • @cyberking2712
    @cyberking2712 5 หลายเดือนก่อน

    I'm a beginner. Text based Gemini caused my M3 MacBook Air (16GB) to get warm, as if I were gaming or something, after only 3 or 4 queries (as well as not giving me any useful answers).
    Gemini suggestions kept giving me unhelpful suggestions. It got annoying over time as it would create text that isn't really there and it was just a bit confusing.
    So I disabled Gemini entirely.
    I'm using ChatGPT instead which isn't great for Android Development, but is many times more reliable than this Gemini integration.

  • @leanghenglim
    @leanghenglim หลายเดือนก่อน

    Omg, its so true, gemini always give me the wrong answer, and its very confident. And when i tell it what i want and to just help me improve on my thinking, it keeps trying to sabotage me by telling me about other solutions taht are mostly wrong. I feel like gemini was modelled after a gaslighter...

  • @khumokwezimashapa2245
    @khumokwezimashapa2245 5 หลายเดือนก่อน +12

    Gemini is good, but at some point it feels like talking to someone with Alzheimer's

    • @zainablawal97
      @zainablawal97 5 หลายเดือนก่อน +1

      This is so apt 😂😂

    • @johngray2875
      @johngray2875 5 หลายเดือนก่อน +1

      Definitely. If you stick with it trying to point out why its answer are wrong, it eventually loops back to the 1st wrong answer. I've compare to paired programming where other programmer has a head injury.

    • @tsianosantonios21
      @tsianosantonios21 5 หลายเดือนก่อน +1

      Gemini is not good compared to chart GPT 4

  • @Alchemist10241
    @Alchemist10241 5 หลายเดือนก่อน

    please make a video about the most common design patterns in android development and how to incorporate them into clean architecture.

  • @nomiiisoo
    @nomiiisoo 4 หลายเดือนก่อน

    Good stuff :)
    Which theme do you use in your Android Studio?

  • @mariamuitomole
    @mariamuitomole 5 หลายเดือนก่อน

    Gemini needs to get way better. I use ChatGPT, and it explains so well a lot of things about Jetpack compose.
    For example, today I was trying to do apply modifications conditionally on a Modifier, so I tried to use "apply" function, and it didn't worked. So I asked chatGPT how could I apply a modification conditionally on a Modifier in the modification chain, and it told me to use '"let" function. I got confused on why let worked and apply didn't. So I asked GPT why, and it explained well that when we call a modification function on a Modifier, it creates another instance of Modifier with the modification and returns it, instead of returning the original with the modification, and that's why "apply" function didn't worked. "apply" takes the original, executes the lambda and returns the original in the final, whereas "let" returns the modified version.
    I think Gemini would never be able to do some good concrete explanations like this, or maybe it could, but I would not trust it because of so much AI hallucinations it is hard to believe in Gemini. Hope they fix it.

  • @dendrit77
    @dendrit77 5 หลายเดือนก่อน +2

    what theme do you use?

  • @paolomazza5906
    @paolomazza5906 5 หลายเดือนก่อน +1

    I've been using it since it was released on AS Jellyfish.
    I think Gemini is REALLY powerful when it comes to provide documentation for composable functions.
    For the rest I think it's still buggy and unreliable....

  • @TshegoEagles
    @TshegoEagles 5 หลายเดือนก่อน +1

    What am happy about is the device streaming.... I can now debug on different devices without using a more powerful machine

  • @bikramjitsingh3369
    @bikramjitsingh3369 5 หลายเดือนก่อน

    They have clearly written preview mode even its released in stable version of AS

  • @umuttekin4967
    @umuttekin4967 5 หลายเดือนก่อน

    My first impressions are not that good since i use it but it's too easy to use because it's built inside the IDE. Code completion was better than i expected though

  • @PostMeridianLyf
    @PostMeridianLyf 5 หลายเดือนก่อน

    Phillip found Gemini from the future.

  • @L4szcZ
    @L4szcZ 5 หลายเดือนก่อน

    "Deadline for feature is a deadline, we must realese it thats all"

  • @jongxina3595
    @jongxina3595 5 หลายเดือนก่อน

    Can it generate white themes or only dark and brown themes?

  • @kalibra2121
    @kalibra2121 5 หลายเดือนก่อน

    Hey, he said 1.5 mil subscribers because that's the minimum number of subscribers you should have, he was just reffering to the content quality 😁and you're almost there anyway, so no harm there

  • @olohialli9289
    @olohialli9289 5 หลายเดือนก่อน +5

    isn't this the same AI that's supposed to replace programmers. 😄

  • @alfi9445
    @alfi9445 5 หลายเดือนก่อน

    Is it possible to use code completions without sending data to google? When developing for a company, this is often not allowed.

    • @IlllIlllIlllIlll
      @IlllIlllIlllIlll 5 หลายเดือนก่อน

      He explained this on a video from 6 months ago

  • @sikka09
    @sikka09 5 หลายเดือนก่อน

    in my fedora android studio cannt open browser for enable ai .when i close android studio then its triger and open browser.how can i solve this error?

  • @makasiparsad
    @makasiparsad 5 หลายเดือนก่อน

    🤔They probably made it to focus on the conventional android development as opposed to the newer languages and concepts

  • @thecodingfeast
    @thecodingfeast 5 หลายเดือนก่อน

    Bro casually called a google product "it's trash".💀😭

  • @upbeatsarcastic8217
    @upbeatsarcastic8217 5 หลายเดือนก่อน

    Given how bad Google are at API design, the auto-complete AI might actually turn out to be useful at some point.

  • @anudeepananth
    @anudeepananth 5 หลายเดือนก่อน

    Can you please review codeium?

  • @スヘア
    @スヘア 5 หลายเดือนก่อน

    This version is randomly crashing in my PC

  • @Vk-bw9cv
    @Vk-bw9cv 5 หลายเดือนก่อน

    Its infant today but will mature in future

  • @mfaizhussain7
    @mfaizhussain7 5 หลายเดือนก่อน

    Mr Philip i have a serious question to you
    Iam working as a android java developer
    Since from 1 year
    So my concern is currently iam seeing that there are no jobs android java
    So should i continue on it or i shift to some another tech
    What do you recommend
    Iam waiting for your reply

  • @sergioqcostas
    @sergioqcostas 5 หลายเดือนก่อน

    Anyone thoughts on gpt4 vs claude3 opus?

  • @FightFantasy
    @FightFantasy 5 หลายเดือนก่อน

    i once asked gemini to identify all my bugs and it told me to fix classes that didn;t exist...

    • @leonidbelousov9298
      @leonidbelousov9298 5 หลายเดือนก่อน

      Because it foresees the future code you will create! 😊

  • @j-a
    @j-a 5 หลายเดือนก่อน

    I tried the Gemini 1.5 pro and it actually works good, I even gave it an HTML CSS code to translate it to compose code, and it worked from the first time.

  • @diamondbelema
    @diamondbelema 5 หลายเดือนก่อน

    This is so cool

    • @unclechaelsneckvein
      @unclechaelsneckvein 5 หลายเดือนก่อน

      What's cool about it?

    • @cyb3rko
      @cyb3rko 5 หลายเดือนก่อน

      It's rather bad

  • @OmarAhmed-jo1cf
    @OmarAhmed-jo1cf 5 หลายเดือนก่อน

    It gives you the illusion that it has found The solution, its like approximating a solution 😂

  • @yeko8800
    @yeko8800 5 หลายเดือนก่อน

    Gemini is not available in my country Myanmar. 😂 oh my goodness

  • @Beatsbyvinyl
    @Beatsbyvinyl 5 หลายเดือนก่อน

    Also available in Koala

  • @nqmgaming2004
    @nqmgaming2004 5 หลายเดือนก่อน

    :)) so I use copilot

  • @abhijithdev
    @abhijithdev 5 หลายเดือนก่อน

    Nothing compared to co-pilot

  • @JocelinoFernandes-l4j
    @JocelinoFernandes-l4j 5 หลายเดือนก่อน

    Code is complex for human developers, how could it be easy for AI? If the humans who wrote the AI code made mistakes and there's bug in the code. I don't see AI building an huge app anytime soon, when we talk about apps that need performance optimizations with thousands of users a long arrayList of infinite scrolling pagination, release memory and resource it's just too much for an AI, make dicision is complicated for humans, we struggle to make decision, how can we teach machine to make decision in unpredictable and new context? AI sucks.

  • @sajibtalukder
    @sajibtalukder 5 หลายเดือนก่อน

    Modern AI is the most dumbest bot ever for coding, just a waste of time.

  • @hibroonyancha
    @hibroonyancha 5 หลายเดือนก่อน

    😂😂for some reason i am the CEO of the largest tech school in Kenya 😂😂...it also crushes when you give it a statement that starts with a comment : //something...

  • @faisalurrehman6439
    @faisalurrehman6439 5 หลายเดือนก่อน

    it's really sucks

  • @MrMindfullness
    @MrMindfullness 5 หลายเดือนก่อน

    yey first viewer!