摘要: 下拉刷新之ScrollView--PullToRefreshScrollView 阅读全文
posted @ 2016-08-28 17:21 星辰之力 阅读(3678) 评论(0) 推荐(0)
摘要: 将Openfire中的MUC改造成类似QQ群一样的永久群 阅读全文
posted @ 2016-08-28 14:16 星辰之力 阅读(227) 评论(0) 推荐(0)
摘要: Android多行文本折叠展开效果 阅读全文
posted @ 2016-08-28 12:42 星辰之力 阅读(472) 评论(0) 推荐(0)
摘要: 1. 重写EditText 这段代码,并不复杂没有加注释,学过Java的同学应该不会吃力。 2.在布局文件中使用 注意:使用EditText控件时,不再使用EditText前缀,而是重写之后完整路径的包名+类名(如com.example.storetest.LinedEditText)。 3.在使用 阅读全文
posted @ 2016-08-28 11:57 星辰之力 阅读(2704) 评论(0) 推荐(0)
摘要: android之官方下拉刷新组件SwipeRefreshLayout 阅读全文
posted @ 2016-08-28 11:00 星辰之力 阅读(120) 评论(0) 推荐(0)