I have an Android Studio project that is using an MVP architecture. What is the advised packages structure for a project this style we can do:
app: screen_nam
In addition to the other answers i would recommend to look at android architecture blueprints, which may give you ideas of how to organize and implement your application.