732003684

导航

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页

2013年1月24日 #

加载图片

摘要: /** * */package cn.etong.util;import java.io.BufferedOutputStream;import java.io.ByteArrayOutputStream;import java.io.File;import java.io.FileOutputStream;import java.io.IOException;import java.io.InputStream;import java.lang.ref.SoftReference;import java.net.HttpURLConnection;import java.net.Malfo. 阅读全文

posted @ 2013-01-24 16:26 732003684 阅读(277) 评论(0) 推荐(0) 编辑

【转】PreferenceActivity详解

摘要: http://gundumw100.iteye.com/blog/904097 阅读全文

posted @ 2013-01-24 14:51 732003684 阅读(107) 评论(0) 推荐(0) 编辑

在卷卷里加数字

摘要: <TextView android:id="@+id/tv_hgv_how" android:layout_width="25dp" android:layout_height="25dp" android:layout_alignRight="@+id/ivIcon" android:layout_marginRight="-4dp" android:background="@drawable/umeng_xp_new_tip_bg" a... 阅读全文

posted @ 2013-01-24 14:30 732003684 阅读(200) 评论(0) 推荐(0) 编辑

自定义可下拉刷新列表

摘要: package com.hwtt.android.oa.adapter.myapply;import java.util.ArrayList;import android.app.AlertDialog;import android.content.Context;import android.content.DialogInterface;import android.content.Intent;import android.os.Handler;import android.view.LayoutInflater;import android.view.View;import andro 阅读全文

posted @ 2013-01-24 14:10 732003684 阅读(534) 评论(0) 推荐(0) 编辑

在listview里面的checkbox被选中或取消

摘要: public ArrayList<Boolean> isCheckList = new ArrayList<Boolean>(); // 保存checkbox的点击状态cb.setChepublic View getGroupView(final int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)cked(isCheckList.get(groupPosition)); cb.setOnClickListener(new View.OnClickListener... 阅读全文

posted @ 2013-01-24 12:01 732003684 阅读(1854) 评论(0) 推荐(0) 编辑

service 和broadcastreceiver的简略小结

摘要: 【转】http://bigboy.iteye.com/blog/966475简单概括就是---->service 启动方式--》2种1、context.startservice 2、context.bindservice主要的复杂的操作都在service里面进行处理(可以开一个线程跑)broadcastreceiver启动方式----》Context.sendbroadcast(intent) 在接收方去注册一个receiver 在销毁的时候去unregister 阅读全文

posted @ 2013-01-24 11:30 732003684 阅读(123) 评论(0) 推荐(0) 编辑

2013年1月23日 #

[转]Android中音乐文件的信息详解【安卓源码解析二】

摘要: http://blog.csdn.net/wdaming1986/article/details/6941783 阅读全文

posted @ 2013-01-23 11:52 732003684 阅读(116) 评论(0) 推荐(0) 编辑

闹铃

摘要: (在F:\java\ling闹铃\DeskClockApp-4-10) 阅读全文

posted @ 2013-01-23 10:36 732003684 阅读(82) 评论(0) 推荐(0) 编辑

2013年1月22日 #

ListPreference

摘要: http://www.cnblogs.com/jdsjlzx/archive/2011/07/15/2107346.html(在F:\java\MyTestListPreference)效果图 阅读全文

posted @ 2013-01-22 17:08 732003684 阅读(126) 评论(0) 推荐(0) 编辑

多个跳转时

摘要: protected void ToActivity(Class<? extends Activity> c, String titleName) { Intent intent = new Intent(TitleActivity.this, c); intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); intent.putExtra("name", titleName); startActivity(intent); } 阅读全文

posted @ 2013-01-22 11:28 732003684 阅读(98) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页