android - android中的消息 View

标签 android view message

我正在实现一个包含反馈 Activity 的应用。在 iOS 中,我使用 jsqmessageviewcontroller。网上查了下,没找到类似android的库 请问有显示短信的库吗?就像 iOS 中的 jsqmessageviewcontroller。

最佳答案

据我所知,没有开箱即用的解决方案。您将需要自己实现它。如果您在这里查看教程:http://adilsoomro.blogspot.in/2012/12/android-listview-with-speech-bubble.html ,您将获得与您的 iOS 版本类似的东西的完整源代码。

简而言之,您需要一个带有自定义 View 和 9patch(PNG 的花哨名称)的 ListView 来制作对话泡泡。

看看http://androidlibs.org/如果需要,可以找到更多图书馆。

更新:
https://github.com/tuenti/SmsRadar/ :

Read incoming and outgoing text messages using an Android application across different Android SDK versions it's not trivial. If yo don't want to appear as SMS application and your application has to read incoming and outgoing SMSs this is your library.

关于android - android中的消息 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26953925/

相关文章:

android - 升级到 Android Studio 2.0 后 Gradle 构建过程中出现大量错误

view - SSIS - 我要找什么? "Invalid column type from bcp client for colid 1."

ios条件tableview单元格渲染

asp.net-mvc - SignalR + 通过操作方法将消息发布到集线器

Spring消息监听器/手动确认

android - Retrofit界面如何添加cookies来存储数据

android - 任何可用于对讲阅读完成的回调 - Android

c++ - 按住键盘输入时犹豫?

android - 在 Android 上使用 OpenGL ES 显示透明纹理时出现问题

android - 垂直和水平居中文本,下方并排放置 2 个按钮