摘要:本文转自于:http://blog.csdn.net/hellohaifei/article/details/9377483 问题描述:界面中有三部分,上面是标题栏,中间是Listview,下面是输入框。当点击输入框时,保持标题栏,挤压ListView。最终效果类似于微信聊天界面效果 设置一:在An
阅读全文
摘要:/** * 根据图片的路径得到该图片在表中的ID * @param cr * @param fileName * @return */ public static String getImageIdFromPath(ContentResolver cr, String fileName) { //select co...
阅读全文
摘要:import java.io.FileNotFoundException; import android.app.Activity; import android.content.ContentResolver; import android.content.Intent; import andro
阅读全文
摘要:单纯的聊天界面,只发文本:点此下载 可以语音,图片,表情,文本:点此下载 非常优秀的聊天,不带语言,带表情和可显示表情信息的EditText和TextView:点此下载
阅读全文
摘要:xml方式:有Dmeo,点此下载 一个县级为一个对象json格式数据(详细):点此下载 省市县依次向下的json格式:点此下载 仿美团选择城市 db文件,带有模糊搜索和字母导航 电此下载
阅读全文
摘要:点此下载 使用很简单,首先在xml里面添加 <Button android:id="@+id/btn_start" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alig
阅读全文
摘要:点此下载资源 xml: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_w
阅读全文
摘要:import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.
阅读全文
摘要:下载地址:https://github.com/TaurusXi/GuideBackgroundColorAnimation 使用方法如下: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:t
阅读全文
摘要:转载地址:http://blog.csdn.net/qq_26787115/article/details/50439020 先看效果图: 我们先创建一个UIUtils,转换一些单位: package com.lgl.test; import android.content.Context; imp
阅读全文
摘要:ZXing的二维码功能的提取lib下载地址:https://github.com/xuyisheng/ZXingLib 1.扫描二维码: 我们扫描就是要用到这个CaptureActivity类,直接把上面下载地址里面下载了里面的libzxing作为Module,如下图: 首先加上权限: <!-- 相
阅读全文