Git Product home page Git Product logo

Comments (7)

maximilianMao avatar maximilianMao commented on August 15, 2024

你调试一下看看输出的log信息,我也不请楚你说的问题,不知道是不是偶然情况,或者是不是因为机器的问题。你先调试一下,实在不行可以发一下调试信息log

from chatdemo.

angersad avatar angersad commented on August 15, 2024

换了台手机是解决这个问题了..但我又发现了一个新问题,在点击emoji表情弹出布局后发送的消息会被挡住.是否是你忘记考虑这方面了

from chatdemo.

maximilianMao avatar maximilianMao commented on August 15, 2024

昂,对,这块我没做,因为当时就是写个demo,所以也没弄那么细,你可以参照键盘弹出修改。

from chatdemo.

angersad avatar angersad commented on August 15, 2024

好的,我最近做这个项目也是头疼的紧,还要在你的基础上加好几个Viewtype的视图,还好有看到你的库,省了很多事

from chatdemo.

maximilianMao avatar maximilianMao commented on August 15, 2024

嗯嗯 很高兴能对你有帮助

from chatdemo.

angersad avatar angersad commented on August 15, 2024

今天抽了一下你的代码...不知道为什么
public class ChatDbManager extends BaseManager<ChatMessageBean,Long> {

@Override
public AbstractDao<ChatMessageBean, Long> getAbstractDao() {
    return daoSession.getChatMessageBeanDao();
}

return 这一行会报空

from chatdemo.

maximilianMao avatar maximilianMao commented on August 15, 2024

这是封装的GreenDAO数据库,记录聊天信息的

from chatdemo.

Related Issues (15)

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.