MVPArt icon indicating copy to clipboard operation
MVPArt copied to clipboard

🎨 A new Android MVP architecture (此框架旨在解决传统 MVP 类和接口太多, 并且 Presenter 和 View 通过接口通信过于繁琐, 重用 Presenter 代价太大等问题).

Results 3 MVPArt issues
Sort by recently updated
recently updated
newest added

应该是跟Arms一样的

如题,继承你的BaseApplication后如果获取这个全局的上下文?请指点谢谢

Retrofit Code by Kotlin: ``` @POST("/xxx/xxxxx/add") suspend fun newPatQuestionAdd(@Body request: AddProblem): BaseBean ``` the param "request" have some fields, one of the field contains String `%28%29%u704C%u5357%u9EBB%u5C06`, this fied lead to...