Code Monkey home page Code Monkey logo

wanandroid's People

Contributors

bytebitx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

wanandroid's Issues

出错了编译不过

Execution failed for task ':app:kaptDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction > java.lang.reflect.InvocationTargetException (no error message)

����: Entities and POJOs must have a usable public constructor. You can have an empty constructor or a constructor whose parameters match the fields (by name and type).
Tried the following constructors but they failed to match:
Banner(java.lang.String,int,java.lang.String,int,int,java.lang.String,int,java.lang.String) -> [param:arg0 -> matched field:unmatched, param:arg1 -> matched field:unmatched, param:arg2 -> matched field:unmatched, param:arg3 -> matched field:unmatched, param:arg4 -> matched field:unmatched, param:arg5 -> matched field:unmatched, param:arg6 -> matched field:unmatched, param:arg7 -> matched field:unmatched] - com.bbgo.common_service.banner.bean.Banner
����: Entities and POJOs must have a usable public constructor. You can have an empty constructor or a constructor whose parameters match the fields (by name and type). - com.bbgo.common_service.banner.bean.Banner
����: Cannot find setter for field. - desc in com.bbgo.common_service.banner.bean.Banner
����: Cannot find setter for field. - id in com.bbgo.common_service.banner.bean.Banner
����: Cannot find setter for field. - imagePath in com.bbgo.common_service.banner.bean.Banner
����: Cannot find setter for field. - isVisible in com.bbgo.common_service.banner.bean.Banner
����: Cannot find setter for field. - order in com.bbgo.common_service.banner.bean.Banner
����: Cannot find setter for field. - title in com.bbgo.common_service.banner.bean.Banner
����: Cannot find setter for field. - type in com.bbgo.common_service.banner.bean.Banner
����: Cannot find setter for field. - url in com.bbgo.common_service.banner.bean.Banner
����: Entities and POJOs must have a usable public constructor. You can have an empty constructor or a constructor whose parameters match the fields (by name and type).
Tried the following constructors but they failed to match:
TestContentBean(int,java.lang.String) -> [param:arg0 -> matched field:unmatched, param:arg1 -> matched field:unmatched] - com.bbgo.common_service.test.bean.TestContentBean
����: Entities and POJOs must have a usable public constructor. You can have an empty constructor or a constructor whose parameters match the fields (by name and type). - com.bbgo.common_service.test.bean.TestContentBean

登录时崩溃

kotlin.UninitializedPropertyAccessException: lateinit property routerPath has not been initialized
at com.bbgo.module_login.ui.LoginActivity.getRouterPath(LoginActivity.kt:44)

请教两个问题

1、A模块下用到了一个弹窗 ,B模块也用到了这个弹窗,但是里面的信息是根据不同的接口查出来的。以及点击弹窗上的确定按钮也会调用不同的接口。但是弹窗布局所有功能都一样。这种的应该拆出来么?,还是就像我现在一样不拆出来?
2、A,B,C三个模块都需要 存储一些信息Room数据库,有一部分是一样的。比如tab分类。每个分类下的选项卡。有一部分是不一样的。C模块也有存储,但是C模块又用到了是A和B模块存储的联表汇总展示。
3、单activity的架构。全局无论在哪个页面在一定时间内就会拉取Room数据库A和B的数据
针对2和3条场景我是只用全局一个数据库还是每个模块搞一个。请教一下大佬

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.