2023年六月 一 二 三 四 五 六 日 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
近期文章
Category Archives: 移动开发
小程序领取微信卡券“签名错误”解决小结
在开发一个小程序,需要在小程序中领取卡券,因为官方文档写的比较粗糙,遇到一些小问 … Continue reading
Posted in 移动开发
Leave a comment
浅谈Android UI渲染性能检测
谈到Android性能检测、优化,肯定要提到Google发布了关于 Androi … Continue reading
Posted in Android开发, 移动开发
Leave a comment
android基础教程-android强制下线和Sharedpreference记住登录
基本文件架构如下 ActivityColletor.java import ja … Continue reading
Posted in Android开发, 移动开发
Leave a comment
提高工作效率的神技get,Android studio 常用快捷键整理
文章来自《Android Studio Tips Of the Day》,快捷键 … Continue reading
Posted in Android开发
Leave a comment
基础教程之Android 漂亮聊天APP实现
本例主要是为了讲解ListView用法,仅是个demo MainActivity … Continue reading
Posted in Android开发
Leave a comment
android 搜索和连接wifi程序
主程序文件 [java] package com.example.control … Continue reading
Posted in Android开发
Leave a comment
android的preferencesfragment示图
主程序文件 [java] package com.example.myprefe … Continue reading
Android使用DialogFragment
主程序文件 [java] package com.example.mydialo … Continue reading
android使用spinner视图
主程序 [java] package com.example.myspinner … Continue reading
android显示日期和时间视图
主程序 [java] package com.example.mypicker; … Continue reading
android使用WebView示图
主程序 [java] package com.example.mywebview … Continue reading
使用GridView显示视图
GridView在一个二维的滚动网格中显示选项。 主程序文件 [java] pa … Continue reading
使用ImageSwitcher显示视图
本例子主要是展示使用ImageSwitcher来展示视图,伴随有淡入淡出效果,避 … Continue reading
使用示图显示图片
本例先介绍使用Gallery和ImageView实现 [java] packag … Continue reading
android数据持久化之SQLite
简单讲解SQLite关系数据库存储数据的用法 创建DBAdapter辅助类,封装 … Continue reading
Android ListView入门知识–各种Adapter配合使用三
有按钮的ListView—重写继承BaseAdapter 但是有时候 … Continue reading
Android ListView入门知识–各种Adapter配合使用二
本次介绍SimpleAdapter SimpleAdapter simpleAd … Continue reading
Android ListView入门知识–各种Adapter配合使用
在android开发中ListView是比较常用的组件,它以列表的形式展示具体内 … Continue reading
Posted in Android开发
Leave a comment
android LayoutInflater小实例
[java] package com.example.mytest; impor … Continue reading