Chapter 5: Writing Shared Code
We're going to jump into implementing Dogify. We'll start from the core of the application – the business logic – in this chapter, which we're going to share across the Android and iOS applications in the following chapters. We're going to focus mainly on the following topics in this chapter:
- Initial project setup
- Fetching data from the Dog API
- Persisting data in a local database