Best practice for package structure in an MVP project

后端 未结 3 1503
余生分开走
余生分开走 2021-01-31 06:50

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         


        
3条回答
  •  盖世英雄少女心
    2021-01-31 07:18

    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.

提交回复
热议问题