自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 根据输入框的值生成圆环效果

先看布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" >

2015-12-28 13:39:43 369 1

原创 关于checkbox的ListView实现多选、全选、反选、删除更简单的方法

由于前面已经出过类似的文章,这儿就只写适配器和Activity中的内容: package com.bwie.adapter; import java.util.ArrayList; import java.util.HashMap; import com.bwie.bean.Book; import com.bwie.test.R; import android.content.Conte

2015-12-27 20:38:22 447

原创 关于百度地图的基础地图和定位功能

在AndroidManifest.xml中写入密匙和权限: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.bwie.test" android:versionCode="1" android:versionName="1.0" > <use

2015-12-27 20:24:40 835

原创 使用XListView框架进行上拉加载和下拉刷新

布局文件: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="

2015-12-27 19:56:59 372

原创 ListView的上拉加载以及圆形图片的实现

先上布局文件: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="

2015-12-27 19:31:31 607

原创 在ScrollView中嵌套ListView能显示所有数据

首先贴出布局代码: <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="

2015-12-27 19:13:15 289

原创 checkbox的listView实现多选,全选,反选

简单的布局文件: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height=

2015-12-27 18:58:08 323

原创 音乐播放器

在activity中找到sdcard中的音乐文件: package com.baidu.test; import java.io.File; import java.io.IOException; import java.util.ArrayList; import com.baidu.adapter.MusicAdapter; import com.baidu.bean.Musics; i

2015-12-26 12:39:30 299

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除