-
pinyin4jandroid-
pinyin4j Android拼音处理工具类,带文档,用于Android通讯录排序处理,实现按字母排序的功能,在通讯录中,要实现查找联系人按26个英文字母排序的功能,使用pinyin4j就可以很方便的实现此功能。(pinyin4j Android phonetic processing tools with documentation for Android address book sorting processing, sorting alphabetically functions in the address book, find the contact you want to achieve the sort function by 26 letters of the alphabet, you can easily use pinyin4j to achieve this functionality.)
- 2014-04-21 09:35:10下载
- 积分:1
-
android 自定义Switch控件 例子源码下载(兼容低版本)
兼容android低版本
- 2015-04-15下载
- 积分:1
-
SeekBarDemo
android的seekbar程序,可以在拖动的过程中,动态的显示seekbar当前的值(android s seekbar program, you can drag the process, the dynamic display seekbar current value
)
- 2012-01-19 09:54:09下载
- 积分:1
-
android 视频录制 实例源码
android 视频录制 实例源码
- 2014-12-15下载
- 积分:1
-
read and write WAV file (audio file)
read and write Wav file (audio file). read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).
- 2022-07-07 08:44:05下载
- 积分:1
-
android堆栈布局的使用
堆栈布局又叫帧布局,是一种控件之间可以相互覆盖的布局方式,这种布局的特点是后一个控件会覆盖前一个控件,如果后一个比前一个小的话,前一个未被覆盖的部分还会露出来。利用这个布局方式的特性可以实现控件直接的对齐,图片之间的相互覆盖等一些其他布局比较难实现的效果。
- 2022-05-06 18:34:10下载
- 积分:1
-
i3DGallery
Gallery实现,android的Gallery实现, 3d的, 可以直接用
- 2022-07-07 03:30:24下载
- 积分:1
-
菜单三方控件
菜单三方控件
- 2014-10-04下载
- 积分:1
-
装备选择源码
装备选择源码部分代码public class MainActivity extends Activity {
private ProgressBar mProgressBar1;
private ProgressBar mProgressBar2;
private ProgressBar mProgressBar3;
private TextView mLifeTV;
private TextView mAttackTV;
private TextView mSpeedTV;
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
mLifeTV = (TextView) findViewById(R.id.tv_life_progress);
mAttackTV = (TextView) findViewById(R.id.tv_attack_progress);
mSpeedTV = (TextView) findViewById(R.id.tv_speed_progress);
initProgress(); //初始化进度条
}
private void initProgress() {
mProgressBar1 = (
- 2022-06-26 01:22:02下载
- 积分:1
-
Androd 源代码
是一款直播APP,非常好的源码分享。是移动应用的非常出色的代表,源代码凝练出色,界面设计合理精美,是凝聚作者的多年开发经验制作而成。运用的技术都是当下最流行的,非常好的代表应用。各种功能一应俱全,适合各阶段开发者学习与应用,能够非常好的借鉴与应用。
- 2022-03-18 02:08:25下载
- 积分:1