Apps go crazy
Apps go crazy
  • 4
  • 29 495
I Built an Offline App | Devlog #2
👋 I'm a software engineer and I am starting my iOS indie developer journey. In this video I added a sync strategy to my app so the user can play the quiz even when the device is offline.
Chapters:
00:00 - Intro
01:08 - Cloud functons
02:39 - App logic
04:30 - Testing the sync logic
05:14 - Testing the game
🔔 Subscribe so you don't miss my next videos: czcams.com/channels/ElYYDuLIBqNmo7cwSygk_w.html
#indiedev #development #software #ios #offline #server
zhlédnutí: 8 339

Video

Inside My iOS App Development: Implementing SwiftData & Structuring Architecture | Devlog #1Inside My iOS App Development: Implementing SwiftData & Structuring Architecture | Devlog #1
Inside My iOS App Development: Implementing SwiftData & Structuring Architecture | Devlog #1
zhlédnutí 2,4KPřed 2 měsíci
In this week's Devlog I decided the architecture of my new app and added SwiftData to make the app as fast as possible for the user. Now the app is ready to start communicating to our backend. Please leave a comment if you have any feedback or suggestions for the app. You can also DM me on Instagram or X (Twitter). danielfernandez.pe appsgocrazy Thanks for watching! Ch...
Starting indie development in 2024Starting indie development in 2024
Starting indie development in 2024
zhlédnutí 161Před 3 měsíci
👋 I'm a software engineer and I am starting my iOS indie developer journey. Join me in my channel so you don't miss the development of this app. #indiedev #development #software #ios #apps #dev #coding
Starting Indie App Development in 2024 - Designing a new App | Devlog #0Starting Indie App Development in 2024 - Designing a new App | Devlog #0
Starting Indie App Development in 2024 - Designing a new App | Devlog #0
zhlédnutí 19KPřed 3 měsíci
👋 I'm a software engineer and I am starting my iOS indie developer journey. Let me show you the first app I want to build. Chapters: 00:00 - Intro 01:15 - The first idea 04:23 - The sketch 06:03 - The design 07:03 - What's next? 🔔 Subscribe so you don't miss the next videos where we will start the development of this app: czcams.com/channels/ElYYDuLIBqNmo7cwSygk_w.html #indiedev #development #s...

Komentáře

  • @dslvsllt
    @dslvsllt Před 22 dny

    Hey! Really nice videos! Do you recommend any resource for learning to develop iOS apps other than the documentation?

    • @appsgocrazy
      @appsgocrazy Před 21 dnem

      Hey, thanks! Yes, I do have many recommendations 😅 My main source of knowledge comes from reading and I think I usually go to these sources. - Donny Wals books. He has multiple practical books about topics like Swift Concurrency, Combine, etc. - Kodeco books. I bought a couple for Architecture and debugging and I think they are quite good as well. - Chris Eidhof has multiple books about SwiftUI and Swift that are really nice to read if you want to know a little bit more about how things work. - Hacking with Swift it’s a must. He has articles and books. I haven’t got any book yet but the “100 day challenge” of iOS topics are full of great content. He did for SwiftUI and SwiftData. - Swift by Sundell is a blog where John Sundell writes about tips, improvements and sometimes only explaining complicated topics in really simple ways with nice examples. I like it a lot. If you like to see videos, I haven’t check a tutorial or bought a course about iOS/Swift in years, but usually what I like to do is just check conferences in CZcams when I have the time. Just try to find some names online and look for them because usually they post the videos after some months of the conference. Some that I follow are: - SwiftConf - IOS conf sg - GOTO conferences: but is mainly about software in general. - In Vimeo you might find some videos about NSSpain that are also quite good. Of course WWDC is a must to give you a nice start in whatever topic would like to check. And lastly the docs which is when I can’t find anything anywhere else 😄 Btw, don’t forget that if you have the time, also going to meet-ups in your local town is a good way to see what’s going on in the community.

    • @dslvsllt
      @dslvsllt Před 19 dny

      @@appsgocrazy Thank you so much 🧡

  • @questerstudio
    @questerstudio Před 24 dny

    did you consider mongodb realm for the local first sync?

    • @appsgocrazy
      @appsgocrazy Před 23 dny

      Hey, thanks for the question! I did not, not because I have something against it but mainly because I’m trying to learn something new with the apps I’ll make in this channel. SwiftData is something hard to use in apps that support old iOS versions. In my current job where we support iOS 15 onwards and maintain an app with more than 50k active users we use Realm and I have to say it’s really good. I like the simplicity, the listeners/subscribers and performance of it. However if I’m doing an app from iOS 17 or 18 onwards, I’ll try to use Apple frameworks as much as I’m able to and avoid third party dependencies when possible

    • @questerstudio
      @questerstudio Před 19 dny

      @@appsgocrazy Cool makes sense. Great work

  • @marcbits
    @marcbits Před 26 dny

    Hola¡Me encanta tu vídeo! ¿Eres de Perú verdad? Has hecho en un solo vídeo todo en lo que me quiero convertir y dedicar. En mi caso yo soy un chico de 16 que está aprendiendo desarrollo móvil, aunque me estoy enfocando en Android. Es un largo camino, pero me encantaría en un futuro poder hacer Devlogs como tú.

    • @danielfernandez-pe
      @danielfernandez-pe Před 25 dny

      Hey! Gracias por las palabras 🫶🏼 Si, es un largo camino pero si es lo que te apasiona pues se vuelve fácil mantener la consistencia 💪🏼 ahora que tienes 16 es buena edad para empezar 😄 yo me demoré bastante en empezar esta idea de CZcams pero si me gustaría seguir con esto y hacer muchas apps independientes. Espero que te vaya bien a ti también 🫂 suerte!

  • @TheXperiaCool
    @TheXperiaCool Před 2 měsíci

    I personally think that It is great that you have committed yourself to an activity you like Wish you good luck, keep it up!

    • @appsgocrazy
      @appsgocrazy Před 2 měsíci

      I tried in the past and it was hard to commit 😁hopefully sharing this journey will make it easier💪thanks for the good vibes!

  • @hoangloc0710
    @hoangloc0710 Před 3 měsíci

    The design went hard, keep up the good work! 💪

    • @appsgocrazy
      @appsgocrazy Před 3 měsíci

      Thanks! I think for the first time doing a design by myself I’m a bit proud with the version 1 😂 but you should see the version 0.1 🫠😄

  • @99352786qwe123
    @99352786qwe123 Před 3 měsíci

    Nice video bro, looking forward to keeping up with your devlog!

    • @appsgocrazy
      @appsgocrazy Před 3 měsíci

      Thanks for the message! It means a lot 🙂 I’m already working on the next video 💪🏼