文件名称:Android代码-svc
文件大小:1.41MB
文件格式:ZIP
更新时间:2022-08-25 13:56:30
Android代码
SVC Easy and intuitive pattern library for Android Why SVC? MVP and MVVM use Fragment or Activity as "VIew" So when we write code inside the Fragment or Activity, codes are getting mixed with "View" code and "Screen Code" such as onCreate,onCreateView, onViewCreated or onSaveInstanceState, onRestoreInstanceState.onActivityResult etc. It makes hard to see each "View Logic" and "Screen Logic" And the most important thing is that "Business Logic" can be included in the "View"(Fragment, Activity) e