资源列表
CarouselDemo
- 实现3d旋转动画效果,下载了绝对不会后悔-To realize 3 d rotating animation effects, download the never regret it
BarcodeScanner
- 实现二维码扫描的小例子,更简单的将二维码加入到应用中-Realize the qr code scanning small example, easier to add qr code into the application
llk
- 益智游戏连连看的安卓版本源码,绝对可以运行-the code source of lianliankan
Vitamio-Demo2012-6-15
- vitamin demo 程序, android下万能播放器-vitamin demo, a new android player
menu
- android 自定义Menu自定义Dialog实现Menu的其他效果-android Custom Menu Custom Menu Dialog achieve other effects
VLCDemo
- android 下调用libvlcjni.so例子,可以播放本地视频。-android next call libvlcjni.so example, can play local video.
HandlerAndThread
- 线程与消息的简单demo希望大家能够扩张出自己的更牛逼的代码-Threads and messages simple demo
IM.tar
- 高仿微信的一款IM 软件,具备一些微信的功能,例如摇一摇等。供大家参考学习。-High imitation of a micro-channel IM software, with some of the micro-channel features, such a shake and so on. For your learning.
PopupWindow
- PopupWindow 泡泡窗口 Android-PopupWindow Android
MyService
- 本节我们学习Service,如果把Activity比作是前台程序,那么Service就是后台程序,Service的整个生命周期只会在后台执行。它一般没有用户操作界面,运行于系统中不容易被用户发觉,可以用来开发如监控之类的程序。与Activity一样,Service也通过Intent来调用。-In this section, we study the Service, if the Activity to a foreground program, so the Service is a daem
MyActivity
- 本节我们学习Android四大天王的Activity,Activity密切关注用户能做什么,负责与用户交互。类似于Java Web中的页面Page,将一系列View装载起来通过内部的加载引擎展现给前台用户。可以说一个简单的Android应用就是由一组Activity组合而成。可见对于Activity的学习在整个Android移动开发学习中至关重要的一环。鉴于Android移动开发属于嵌入式系统开发的范畴,所以Google的工程师在Android平台构架设计上,将很多组件都设计成基于事件驱动的,不
MyXmlParser
- 本节我们学习XML解析,在Android程序中,Xml解析与Java中几乎相同,最常用的有SAX,DOM,Pull三种解析方式。Android中内置的是Pull解析方式,因此Pull解析也就成为Android推荐的解析方式。接下来我们分别针对这三种XML解析方式进行讲解。-In this section we study XML parsing, in Android applications, XML parsing and almost the same in Java, the most
