Chapter 4: Mobilizing Your App
This chapter will show you how to develop apps with Uno Platform for mobile devices. Such apps can be quite different from ones that run on a desktop device or the web and bring their own challenges that you must take into account.
In this chapter, we'll cover the following topics:
- Building for mobile devices running iOS and Android
- Working with remote data in occasionally connected environments
- Styling the app for the platform it is running on
- Using the capabilities of the device that the app is running on
By the end of this chapter, you'll have created a mobile app that runs on Android and iOS devices, looks different on each platform, and communicates with a remote server to retrieve and send data.