摘要: 在某些Android开发群里,看到有些新手问怎么实现QQ好友列表,其实网上一搜挺多的。接触Android,也才一年的时间,大部分时间花在工作上(解bug。。。),界面上开发很少参与。自己维护的系统应用里,有个ExpandableListView的界面(其实android例子APIDemo也有类似的例子)就在这里写个Demo供新手参考。 ExpandableListView的用法:难点就是重写BaseExpandableListAdapter及提供的数据源。 下面看看继承BaseExpandableListAdapter的适配器:代码片段,双击复制0102030405060708091011.. 阅读全文
posted @ 2013-12-14 17:48 Entropy_lxl 阅读(7601) 评论(1) 推荐(0)
摘要: 效果图:chatting_item_from.xmlchatting_item_to.xml:chatting_title_bar.xmlchatting.xml实体类:public class ChatMessage {public static final int MESSAGE_FROM = ... 阅读全文
posted @ 2013-12-14 17:42 Entropy_lxl 阅读(18555) 评论(1) 推荐(1)