Implementing the home view

As expected, at this point it will be required of us to do a bit of coding. In keeping with practices we have adhered to in previous chapters, it will be wise of us to firstly make a barebones graphical mockup of the view we want to create before commencing with coding. This will save a significant amount of time in the long run by providing a clear direction regarding what we want to build.

We want the home page we are creating to do the following:

  1. Show the latest place reviews posted on the platform
  2. Provide direct access to a web page for review creation
  3. Provide a means by which a user can sign out of their account
  4. Enable a user to view the exact location of a reviewed place with the help of a map

Keeping all ...

Get Kotlin Programming By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.