Building a Gmail Clone with Ionic & Angular

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • Let's build a cool clone of the popular Gmail application including the tabs & side menu navigation, the inbox list and a cool directive to hide/show a floating search bar!
    🔥 Learn Ionic faster with the Ionic Academy: ionicacademy.com/
    💎 Get the Built with Ionic Book: builtwithionic.com/
    🎉 Get my Practical Ionic Book: devdactic.com/practical-ionic/
    #############################
    👨‍💻 Want to read instead of watch?
    Here's the full Ionic tutorial: devdactic.com/gmail-clone-ion...
    😱 NEW: Capacitor Crash Course!
    ionicacademy.com/capacitor-cr...
    ⚡️Take my famous 7 Day Ionic Crash Course
    ionicacademy.com/ionic-crash-...
    🤷‍♂️Want more Ionic tutorials?
    There you go: devdactic.com/
    #############################
    ❤️You can also find me...
    on / simongrimm_
    on / schlimmson
    on / devdactic
    Or join our Facebook group:
    / simonics
    #############################
    00:00 Intro
    01:21 App Setup & Navigation
    07:42 Inbox List UI
    26:17 List & Search CSS
    33:55 Account Popover
    40:02 Header Hide Directive
    54:45 Outro
  • НаукаНаука

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

  • @varaprasadreddy6420
    @varaprasadreddy6420 3 года назад +1

    Great video.
    Last directive part was awesome 👌.
    Expecting more this kind of amazing work. 👏

  • @vampirejs758
    @vampirejs758 3 года назад +2

    Lol, we do watch most of the video😆😅, btw loved this video captain Ionic

  • @adwiyadeshpande9683
    @adwiyadeshpande9683 3 года назад +1

    Yay! One video is private in the play list, excited 😁😆😀

  • @offrelink5880
    @offrelink5880 3 года назад +1

    great Videos !

  • @practicaluseof
    @practicaluseof 3 года назад +2

    Great vídeo @simon, we still missing app review videos 😁😃

  • @Kamleshkumar2010
    @Kamleshkumar2010 3 года назад +1

    Awesome, great...
    Very useful 🤠👍

  • @andresfcuellarc
    @andresfcuellarc 2 года назад +1

    So amazing... Thanks!

  • @chamir4614
    @chamir4614 3 года назад +1

    great video dude! amazing clone

  • @cheikhndiaye2085
    @cheikhndiaye2085 3 года назад +1

    Thank you Mr Grimm ♥️♥️♥️

  • @Develoquent
    @Develoquent 3 года назад

    Great tutorial! I wonder if i should move my videos into coding tutorials!?

  • @ajaymall3499
    @ajaymall3499 3 года назад +1

    Awesome

  • @apptester7967
    @apptester7967 3 года назад

    Hello, Nice video,
    Can you please make a video on live updating the app data without manually calling API from app?

  • @fr3fou
    @fr3fou 3 года назад

    hey can you do a video on lag with ionic? ive been dealing with lag when changing pages in ionic react and its a huge bummer as the app is still quite small

  • @antoniofcable
    @antoniofcable 3 года назад +1

    I want to help anyone that is in trouble with popover css customization. The solution presented in the video did not work for me because I'm using Ionic v6-beta. So I had to implement the following css shadow part code on global.scss:
    ion-popover::part(content) {
    left: 10px !important;
    --width: calc(100% - 20px);
    }
    I hope it help someone.
    By the way Simon, congratulations for the spetacular tutorial video.

    • @galaxies_dev
      @galaxies_dev  3 года назад

      Yeah that's one of the breaking changes in v6, thanks for posting the solution so fast!

  • @captg543
    @captg543 3 года назад

    Hi simon i love your video can you create. A tutorial how to changes splash screen with capacitor

  • @christianjr8038
    @christianjr8038 3 года назад

    Thank you Simon. Really nice. I wanna know if you do one on one consulting ? I work on a project actually, I need more resources to achieve it.

    • @galaxies_dev
      @galaxies_dev  3 года назад

      No at the moment I don't have any open slots for more consulting work, sorry!

  • @chudarysalib
    @chudarysalib 3 года назад

    Hey Simon, can you okease help me? I am having a little problem in local storage.
    I am storing my id in local storage by set function and then getting it by get but the problem is id is not retrieved until i refresh the page.
    Please guide me here, learned a lot from you and hope to learn more.

  • @LuckystrikeGFXer
    @LuckystrikeGFXer 3 года назад

    Hey, what extension are you using that lists the available ionic classes when using class on ionic components? I noticed this at 20:48.

    • @galaxies_dev
      @galaxies_dev  3 года назад

      I use only this one, not sure if it's responsible for the classes: marketplace.visualstudio.com/items?itemName=fivethree.vscode-ionic-snippets

  • @rameezarain3300
    @rameezarain3300 3 года назад +1

    Two days ago this is what I asked you on insta ❤️❤️❤️

  • @ajaymall3499
    @ajaymall3499 3 года назад +1

    Please add more like fab button for new email. I saw on Twitter 😀

  • @prashant43240
    @prashant43240 3 года назад

    Please make app using webrtc for live video chat

  • @paragbhide5032
    @paragbhide5032 3 года назад

    do ionic video call. like a video chat.. many people want to see it and none of the other content creators has done it yet!!

    • @galaxies_dev
      @galaxies_dev  3 года назад

      Yeah I know, but it's hard :D

    • @paragbhide1695
      @paragbhide1695 3 года назад

      @@galaxies_dev Yes I know its hard. I have myself tried it with PeerJs along with Node.js and it works successfully using navigator.mediaDevices.getUserMedia({...}). But the problem is, it only works for web and not for native mobile. If you can crack it for mobile let me know my entire team is waiting for the solution

  • @jordyjonatan8118
    @jordyjonatan8118 3 года назад

    Hi Simon, which one is better Native Http Plugin or Angular Http?

    • @galaxies_dev
      @galaxies_dev  3 года назад

      If possible use Angular HTTP, only if you encounter problems with your API I would switch to Native HTTP!

    • @jordyjonatan8118
      @jordyjonatan8118 3 года назад

      @@galaxies_dev Thank you Simon

  • @lonniechoi7581
    @lonniechoi7581 3 года назад

    I thought IONIC has gone

  • @lutfiikbalmajid3128
    @lutfiikbalmajid3128 3 года назад

    240th