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

Posted in Android开发 | Tagged | Leave a comment

Android使用DialogFragment

主程序文件 [java] package com.example.mydialo … Continue reading

Posted in Android开发 | Tagged | Leave a comment

android使用spinner视图

主程序 [java] package com.example.myspinner … Continue reading

Posted in Android开发 | Tagged | Leave a comment

android使用列表视图

主程序文件 [java] package com.example.melistv … Continue reading

Posted in Android开发 | Tagged | Leave a comment

android显示日期和时间视图

主程序 [java] package com.example.mypicker; … Continue reading

Posted in Android开发 | Tagged , | Leave a comment

android使用progressBar示图

主程序文件 [java] package com.example.myprogr … Continue reading

Posted in Android开发 | Tagged | Leave a comment

android使用WebView示图

主程序 [java] package com.example.mywebview … Continue reading

Posted in Android开发 | Tagged , | Leave a comment

android创建菜单

主程序文件 [java] package com.example.mymenus … Continue reading

Posted in Android开发, 移动开发 | Tagged | Leave a comment

使用GridView显示视图

GridView在一个二维的滚动网格中显示选项。 主程序文件 [java] pa … Continue reading

Posted in Android开发 | Tagged | Leave a comment

使用ImageSwitcher显示视图

本例子主要是展示使用ImageSwitcher来展示视图,伴随有淡入淡出效果,避 … Continue reading

Posted in Android开发 | Tagged , | Leave a comment

使用示图显示图片

本例先介绍使用Gallery和ImageView实现 [java] packag … Continue reading

Posted in Android开发 | Tagged , | Leave a comment

android数据持久化之SQLite

简单讲解SQLite关系数据库存储数据的用法 创建DBAdapter辅助类,封装 … Continue reading

Posted in Android开发 | Tagged , | Leave a comment

Android ListView入门知识–各种Adapter配合使用三

有按钮的ListView—重写继承BaseAdapter 但是有时候 … Continue reading

Posted in Android开发 | Tagged | Leave a comment

Android ListView入门知识–各种Adapter配合使用二

本次介绍SimpleAdapter SimpleAdapter simpleAd … Continue reading

Posted in Android开发 | Tagged | Leave a comment

Android ListView入门知识–各种Adapter配合使用

在android开发中ListView是比较常用的组件,它以列表的形式展示具体内 … Continue reading

Posted in Android开发 | Leave a comment

android LayoutInflater小实例

[java] package com.example.mytest; impor … Continue reading

Posted in Android开发 | Tagged | Leave a comment