Android
Spring7891
Success is finding satisfaction in giving a little more than you take.
成功是付出的比得到的多,仍心满意足
展开
-
Android Studio Logcat日志VIVO手机显示*号问题
VIVI手机、logcat原创 2023-10-26 14:14:15 · 1138 阅读 · 0 评论 -
Android Studio 导出 jar
Android Studio 导出 jar原创 2023-10-26 14:16:24 · 1575 阅读 · 0 评论 -
ProgressDialog过时,替换
public static void ProgressBarCircleDialog(Context context) { AlertDialog.Builder builder = new AlertDialog.Builder(context, AlertDialog.THEME_HOLO_LIGHT); LayoutInflater inflater = LayoutInf...原创 2020-04-08 16:54:03 · 2651 阅读 · 0 评论 -
BroadcastReceiver组件 动态注册
BroadcastReceiver组件 动态注册转载 2016-12-29 14:47:26 · 267 阅读 · 0 评论 -
ToggleButton(开关按钮)
ToggleButton(开关按钮)转载 2016-12-29 10:20:55 · 593 阅读 · 0 评论 -
Http通信访问网络资源(Get与Post请求)
Http通信访问网络资源(Get与Post请求)转载 2017-01-05 19:23:38 · 817 阅读 · 0 评论 -
android中如何实现自定义倒计时时间的窗口或小插件
android中如何实现 点击一个button然后出现自定义倒计时时间的窗口或小插件,确定后开始倒计时,倒计时的数字任然显示在EditText et_show上转载 2016-12-28 19:55:07 · 1527 阅读 · 0 评论 -
使用AIDL方式启动Service 实现跨进程通信
使用AIDL方式启动Service实现跨进程音乐播放转载 2016-12-28 12:22:24 · 453 阅读 · 0 评论 -
使用bindService方式启动Service
使用bindService方式启动Service实现一个音乐播放器转载 2016-12-27 17:25:50 · 1611 阅读 · 0 评论 -
RelativeLayout布局
RelativeLayout布局转载 2016-12-27 11:58:29 · 268 阅读 · 0 评论 -
BroadcastReceiver组件 静态注册
BroadcastReceiver组件 静态注册转载 2016-12-29 12:16:56 · 271 阅读 · 0 评论 -
Android消息机制—倒计时计数器
Android消息机制—倒计时计数器原创 2017-01-07 10:09:59 · 407 阅读 · 0 评论 -
ContentProvider组件
ContentProvider组件转载 2016-12-26 19:53:30 · 189 阅读 · 0 评论 -
Http访问百度API Store
Http访问百度API Store转载 2017-01-11 17:44:17 · 595 阅读 · 0 评论 -
OKHttp框架访问百度API Store
OKHttp框架访问百度API Store转载 2017-01-11 17:50:08 · 1090 阅读 · 0 评论 -
自定义ImageView控件
自定义圆形ImageView控件转载 2017-01-11 18:02:29 · 349 阅读 · 0 评论 -
帧动画
帧动画转载 2017-01-11 18:21:27 · 297 阅读 · 0 评论 -
加载Alpha 动画
加载Alpha 动画原创 2017-01-11 19:21:45 · 282 阅读 · 0 评论 -
Glide、Picasso框架加载图片——ImageView中、ListView中
Glide框架加载图片——ImageView中、ListView中原创 2017-01-12 12:31:28 · 1521 阅读 · 0 评论 -
TabLayout 实现ViewPager+fragment
TabLayout 实现ViewPager+fragment原创 2017-02-11 09:13:31 · 434 阅读 · 0 评论 -
LinearLayout布局
LinearLayout布局转载 2016-12-27 11:56:02 · 235 阅读 · 0 评论 -
RecyclerView 在有限的窗口中展示大量数据集
RecyclerView 在有限的窗口中展示大量数据集需要添加依赖库compile 'com.android.support:recyclerview-v7:23.1.1'转载 2016-12-06 17:28:16 · 903 阅读 · 0 评论 -
内部及外部SD卡存储空间存储
内部及外部SD卡存储空间存储转载 2016-12-22 15:08:00 · 409 阅读 · 0 评论 -
Fragment与Activity的通信
Fragment与Activity的通信:Fragment类中定义一个接口Activity内进行接口实现Fragment在onAttach()函数里面捕获接口实现,并且调用接口方法和Activity通信转载 2016-12-06 15:34:46 · 181 阅读 · 0 评论 -
静态加载Fragment
静态加载Fragment新建并编写Fragment的布局文件,然后新建一个类,继承自Fragment,重写onCreateView()加载Fragment的布局转载 2016-12-06 15:39:54 · 244 阅读 · 0 评论 -
动态加载Fragment
动态加载Fragment创建两个Fragment用于切换获取Fragment管理器,并开启事物FragmentTransaction通过FragmentTransaction.add(resource id, fragment)将fragment添加到布局上,提交事物commit通过FragmentTransaction. replace(resource id, fragment)切换显示的fragment,提交事物commit转载 2016-12-06 15:23:01 · 227 阅读 · 0 评论 -
SharedPreferences存储 首选项存储
SharedPreferences存储 首选项存储转载 2016-12-10 15:52:17 · 374 阅读 · 0 评论 -
AlertDialog对话框
AlertDialog对话框——系统默认对话框转载 2016-11-30 10:44:34 · 193 阅读 · 0 评论 -
GridView控件 以网格的形式显示所有的组件
GridView控件 以网格的形式显示所有的组件转载 2016-11-29 19:11:10 · 364 阅读 · 0 评论 -
通过隐式Intent调用相册和调用相机 获取图片
通过隐式Intent调用相册和调用相机 获取图片转载 2016-12-06 15:52:24 · 3139 阅读 · 0 评论 -
Intent调用系统组件
Intent调用系统组件转载 2016-12-06 16:38:21 · 251 阅读 · 0 评论 -
Intent的使用:显示调用及隐式调用
Intent的使用:显示调用及隐式调用转载 2016-12-06 16:52:13 · 1211 阅读 · 0 评论 -
简易计算机程序
简易计算机程序原创 2016-12-22 16:29:55 · 562 阅读 · 0 评论 -
SQLite数据库——增删改查
SQLite数据库——增删改查转载 2016-12-22 14:30:04 · 438 阅读 · 0 评论 -
控件——RatingBar、SeeBar控件
RatingBar、SeeBar控件转载 2016-11-25 13:42:43 · 484 阅读 · 0 评论 -
Android 基本控件
Android 基本控件 CheckBox , RadioGroup , ScrollView,DatePickerDialog,TimePickerDialog,ProgressBar转载 2016-11-24 18:59:07 · 278 阅读 · 0 评论 -
日期、时间选择器
日期、时间选择器转载 2016-11-24 15:47:35 · 221 阅读 · 0 评论 -
Toolbar 导航控件及DrawerLayout 侧滑菜单
Toolbar 导航控件及DrawerLayout 侧滑菜单转载 2016-12-06 17:12:12 · 259 阅读 · 0 评论 -
PopupWindow阻塞式对话框
PopupWindow是阻塞式对话框。PopupWindow弹出时,程序会等待,直到调用dismiss方法退出转载 2016-12-06 17:07:47 · 749 阅读 · 0 评论 -
Intent的使用:显示调用 Activity的跳转
Intent的使用:显示调用Activity的跳转转载 2016-12-06 17:00:37 · 291 阅读 · 0 评论