You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Information on mobile backend development is even more limited than web backend development, so I would love a course focused on Backend development for mobile and desktop applications, especially how to set up backends that can sync with web backends and import data from the web when online and cache it to still work in offline environments. (For example, a game you can play offline on an airplane, but sync with your online profile when online again, an online/offline note taking app, or a hiking app like AllTrails or OnX.)
How does backend development for mobile (Android/IOS) and desktop (Windows/Linux/Mac) applications differ from web based backends? What hardware specs do you need to account for? Does having online/offline apps impact how you design a web app backend?
What languages do you use for backend mobile development? Is it dependent on your frontend, or can it still be in Go, for example.
What are the backend differences for cross-platform apps using stuff like Electron, Flutter/Dart, Kotlin Multiplatform, etc. vs native application development, if any?
The text was updated successfully, but these errors were encountered:
Big yes - Some Tauri would be really nice for desktop and covers mobile too.
Desktop UI application architecture has always confused me a little on where to put what exactly when it comes to the backend portion.
Information on mobile backend development is even more limited than web backend development, so I would love a course focused on Backend development for mobile and desktop applications, especially how to set up backends that can sync with web backends and import data from the web when online and cache it to still work in offline environments. (For example, a game you can play offline on an airplane, but sync with your online profile when online again, an online/offline note taking app, or a hiking app like AllTrails or OnX.)
How does backend development for mobile (Android/IOS) and desktop (Windows/Linux/Mac) applications differ from web based backends? What hardware specs do you need to account for? Does having online/offline apps impact how you design a web app backend?
What languages do you use for backend mobile development? Is it dependent on your frontend, or can it still be in Go, for example.
What are the backend differences for cross-platform apps using stuff like Electron, Flutter/Dart, Kotlin Multiplatform, etc. vs native application development, if any?
The text was updated successfully, but these errors were encountered: