Simple Interface
In this lesson, we discuss fetching and printing API responses on screen in detail.
We'll cover the following...
We’ll learn to print movie data fetched from the TMDB API on the app’s main screen as is.
Building an interface
Let’s start building the interface to render data returned from API.
App’s entry point
MoviesApp is the entry point for runApp(). ...