How to Find Winning App Ideas ft. Steve Young

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

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

  • @bigmtnstudio
    @bigmtnstudio 4 ปีที่แล้ว +12

    A lot of really useful info here! Thanks, Chris. 👍

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว +1

      Glad you found them really useful! Thanks for watching. 😊
      - Kat

  • @learn_no-code
    @learn_no-code ปีที่แล้ว

    i learned a lot ,i wish every app developper knew this video actually existed, pure value

  • @americancollapse
    @americancollapse 4 ปีที่แล้ว +2

    This is literally Amazon FBA... but for apps. Genius.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว +1

      Haha, nice insight, Jacob! Thanks for dropping by! :-) -Arthur

  • @mellamoraymond
    @mellamoraymond 4 ปีที่แล้ว +3

    Thanks a lot Chris. I'm just starting learning iOS development and your channel has been really helpful.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว +1

      Great to hear! Welcome to our channel. 😊
      - Kat

    • @Ab01-p6p
      @Ab01-p6p 2 ปีที่แล้ว +1

      U can just start with nocode

  • @rouletteeth
    @rouletteeth 4 ปีที่แล้ว +1

    Knowledge is really free on this channel. Thank you!

  • @WorkPlanExplore
    @WorkPlanExplore 4 ปีที่แล้ว +1

    Fantastic video Chris and Steve. Thank you!

  • @ibrahimguechebar6502
    @ibrahimguechebar6502 3 ปีที่แล้ว +1

    Your video really helped me, it was exactly what I needed, Thank you very much, Chris.

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      So happy to know this! You're so welcome, enjoy! :-) -Arthur

  • @andrewsocool1029
    @andrewsocool1029 4 ปีที่แล้ว +1

    I'LL BE USING THIS INFO TO CREATE AND MONETIZE AN APP ASAP! THANKS! I LIKE THE DATA-DRIVEN APPROACH TO BUSINESS, QUALITY VIDEOS!

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Yay, we wish you all the best, Andrew! Glad to help! :-) -Arthur

    • @rpz
      @rpz 4 ปีที่แล้ว

      What did you make?

    • @kylemis9609
      @kylemis9609 3 ปีที่แล้ว

      WHY ARE WE YELLING

  • @thecodinggrey3424
    @thecodinggrey3424 4 ปีที่แล้ว +3

    16:33 is not misspelled... puzzel is the dutch/flemish translation for puzzle... i.e. 23mio more potential users ;-)

  • @gilangarinata
    @gilangarinata 2 ปีที่แล้ว

    Its really helpful, thank you Chris👍

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      Thank you for watching! - Pat

  • @ammarahmad9004
    @ammarahmad9004 4 ปีที่แล้ว +1

    thanks for this valuable info

  • @zozo6570
    @zozo6570 6 หลายเดือนก่อน +4

    Can you please do a 2024 version of this video

  • @mudassarm30
    @mudassarm30 4 ปีที่แล้ว

    Mind opening video ... great stuff ...

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Cheers, keep on having fun! -Arthur

  • @CodingCobb
    @CodingCobb 4 ปีที่แล้ว +3

    I really want some code challenges!

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      We're currently running a monthly challenge! codewithchris.com/challenge/
      - Kat

  • @jasonl9266
    @jasonl9266 ปีที่แล้ว +1

    A Meditation app, you just need an image and an mp3 music .

  • @thevitruvianman9781
    @thevitruvianman9781 4 ปีที่แล้ว +1

    He spoke of a friend who has a sleep sounds app, this is pretty lucrative right? And his friend makes the sounds?

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Yes, that's pretty lucrative. :)
      - Kat

  • @muhammaddanish7591
    @muhammaddanish7591 4 ปีที่แล้ว

    Thank a bunch for this informative video. Do you have any detailed video on earning with your app especially the Android app?

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, we only focus on iOS app development. :-) -Arthur

  • @robertmaxted9113
    @robertmaxted9113 4 ปีที่แล้ว +1

    The book you mentioned Chris, who is the Author? Great video as always tho!

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, you can just search the book on Google to find out the author. :) Thanks for watching!
      - Kat

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

    Hey Chris! Do the ideas in this video still hold in 2024?

  • @martinetta882
    @martinetta882 4 ปีที่แล้ว +2

    Can u please make swift playground tutorials I want to get used to swift playgrounds then advance to Xcode if u do this I will be so happy 😀
    I want to start coding by 14 (3 more years) love your channel always watch ur videos

    • @roygalaasen
      @roygalaasen 4 ปีที่แล้ว +1

      But... but... just open a project in Xcode, write the same code that you would do in the playground. Press play to run. If you want to see things, just print() it out. Welcome to Xcode! (Although you already were there!)
      Edit: aaah I didn’t get that you were 11, sorry about that. I have a good advice: don’t think it is harder than it is. Just create a project. Name it anything you want. Then start simple. Use print() to see the results instead of seeing it immediately on playground.
      var a = 3
      a = a + 4
      print(a)
      Now run it. It looks like a play button. It should show “7” in the Center bottom part of the screen. Then you can try to combine with choices, if, for, etc. Eventually you make functions, then use objects, create your own classes etc. If something looks hard, either leave it till you are ready, or really work your mind to try to understand. Persistence is good.
      When I was your age, I wanted to learn assembly code on the C64. I had no support (books or people who knew or cared to teach) and that was sad for me. That is why I take your request seriously, because I have been there. You are growing up in a time where information is freely available, so you are lucky that way! Good luck on your journey!

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hello, thanks for watching our tutorials. We did a video on Swift Playgrounds a couple of years ago but it's outdated now so we might just update it soon. For now, just search for good tutorials here on TH-cam. Good luck. :)
      - Kat

  • @avakinsquad8625
    @avakinsquad8625 ปีที่แล้ว

    Can you make a app that helps people to choose a winner of giveaways? 0:36

  • @Satoshis8
    @Satoshis8 2 ปีที่แล้ว

    Which is the best way to make money out an app

    • @CodeWithChris
      @CodeWithChris  2 ปีที่แล้ว

      You can put ads in there. :) -Arthur

  • @jasonl9266
    @jasonl9266 3 ปีที่แล้ว

    So let me get this straight! Apple will delete your app if it's not getting alot of downloads? What if it's an app for a client ?

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      "Hello, I don't think so though but try checking documentation maybe they have some sort of criteria for it
      - Francis"

  • @MrAbukar025
    @MrAbukar025 4 ปีที่แล้ว +1

    Keep going

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      Hey, thanks for watching!
      - Kat

  • @B.Aboobaker
    @B.Aboobaker 3 ปีที่แล้ว

    The keywords I got was: "annie" and "its free". Also "unless you have to pay"...

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว

      Awesome, thanks for watching! -Arthur

  • @ryanbennett6801
    @ryanbennett6801 4 ปีที่แล้ว

    This seems to only allow paid versions to see the data now.

    • @CodeWithChris
      @CodeWithChris  4 ปีที่แล้ว

      But still, if you need any sort of technical help, then feel free to post your question in our forum community so that our technical support staff can give you more insights about this. Go here: codecrew.codewithchris.com. Cheers! :-) -Arthur

  • @jassem500
    @jassem500 4 ปีที่แล้ว

    App annie is not free right now

  • @curt8806
    @curt8806 4 ปีที่แล้ว +3

    Dang. That’s a lot of web apps to use lol.

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

    Hey, please do 2024 version of this...😊

  • @jasonl9266
    @jasonl9266 3 ปีที่แล้ว +1

    This idea is an age old business model..
    It's called copying! Haha

    • @CodeWithChris
      @CodeWithChris  3 ปีที่แล้ว +1

      Haha, thanks for dropping by! :-) -Arthur

  • @shobinja
    @shobinja 4 ปีที่แล้ว +1

    👍🏻

  • @ummeed8821
    @ummeed8821 ปีที่แล้ว

    you both look same, like siblings

    • @nicka.9057
      @nicka.9057 4 หลายเดือนก่อน

      Stuff like this is why your kids don't talk to you anymore

  • @muhammadmeah-o6y
    @muhammadmeah-o6y 3 หลายเดือนก่อน

    can u send me websit link appany