This is a companion discussion topic for the original entry at https://www.raywenderlich.com/9216-mvp-on-android/lessons/3
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/9216-mvp-on-android/lessons/3
I’ve created the project myself but there were none of those View and Model folders, should I stick to the given project files or will this topic be disclosed in the future videos?
Hi @uberfella, thanks for the question. Those folders are packages that were included in the starter project.
You can add those packages in a new project by right-clicking on the root package com.raywenderlich.android.creaturemon
, and then selecting “New → Package”.
Thanks again for your question!