Android 好资源

来源:互联网 发布:java mina 编辑:程序博客网 时间:2024/05/22 01:59
Android VS Symbian应用程序框架比较学习:
快速理解Android应用程序框架

环境搭建:
sdk下载,免翻墙
环境搭建与快速入门
http://www.devdiv.com/thread-23445-1-1.html

Android源代码下载:
源代码下载方法

通过Eclipse定位浏览Android源代码的方法:
可以在Eclipse中点右键查看类的定义源码

Android系统结构、主要组件介绍:
android系统结构图
应用程序基础,什么是activity/service/task/生命周期/launch mode/activity flag,参考SDK文档

应用程序框架的深入理解:
Decor view和ViewRoot什么关系?
loop与消息
ViewManager与addView
Android canvas与surface、ViewRoot、DecorView关系
view, view group, window, surface和linux中窗口的对应关系

Activity启动过程:
activity manager与activity关系、状态信息及activity启动、resume过程
Activity启动流程(1)
Activity启动流程(2)
Activity启动流程

进程、线程、Application:
Android中用AsyncTask简单实现多线程
利用handler在work thread中更新主线程ui
了解哪些函数是在主线程中执行的
android ddms中查看线程释疑
线程与looper, message queue, handler关系
BroadcastReceiver和ContentObserver与线程
service与主线程
main thread/activity/service与loop
local service和activity与主线程


深入学习ipc/binder:
android的binder机制研究(C++部分)
Android IPC机制详解



调试技巧:
用真机Debug调试,程序停不下来
ndk-gdb 调试如在一开始的时候设断点方法
使用eclipse/ndk-gdb对java/native code联合调试


源代码编译与镜像文件:
Android源代码编译常见问题及解决办法
Android模拟器镜像文件介绍
Mac OS X 下android源码编译

打包、签名、安装技巧:
使用命令行打APK包
读取签名信息
实现静默安装APK的两种方法

OpenGL学习笔记:
android OpenGL学习笔记(一)  android OpenGL学习笔记(二)


实例教程:
1. 仿通讯录ListView小例子:
http://www.devdiv.com/thread-64391-1-1.html
2. 微博客户端源码 :
http://www.devdiv.com/thread-60467-1-1.html
3. UI开发第二篇——多级列表(ExpandableListView)
http://www.devdiv.com/thread-39473-1-1.html
4. 给一个兄弟写的能拖拽button的例子
http://www.devdiv.com/thread-47562-1-1.html
5. 分享一个QQ的登陆界面
http://www.devdiv.com/thread-34192-1-1.html
6. 使用Android系统隐藏api
http://www.devdiv.com/thread-39304-1-1.html
7. 图片局部放大效果
http://www.devdiv.com/thread-59079-1-1.html
8. 超给力的android 模拟真实书籍翻页效果(附源码)
http://www.devdiv.com/thread-62574-1-1.html
9. APK程序卸载提示
http://www.devdiv.com/thread-47060-1-1.html
10. 实现静默安装APK的两种方法
http://www.devdiv.com/thread-52551-1-2.html
11. 实现像handcent sms或者chomp sms那样的气泡短信样式
http://www.devdiv.com/thread-44552-1-2.html
12. 给一个兄弟写的android动画的例子  
http://www.devdiv.com/thread-47362-1-3.html
13. 九宫格的实现及九宫格源码
http://www.devdiv.com/thread-39455-1-4.html
14. Android反编译工具Apktool使用
http://www.devdiv.com/thread-44856-1-4.html
15. Android系统搜索对话框(浮动搜索框)的使用
http://www.devdiv.com/thread-44036-1-4.html
16. 自定义ViewGroup的例子
http://www.devdiv.com/thread-47419-1-4.html
17. 一个类似于android启动界面的动画效果
http://www.devdiv.com/thread-47458-1-4.html
18. android Calender控件的例子
http://www.devdiv.com/thread-50444-1-4.html
19. 分享一个定时唤醒屏幕解锁键盘并提示用户的实例
http://www.devdiv.com/thread-64416-1-1.html


欢迎大家来Android讨论区讨论,一切尽在DevDiv!