搜索资源列表
testSQLite
- Android 读取 sqlite 并分页显示。看来在手机上作企业应用也是容易的事情了。-Android read data from sqlite DB and show the data in pages
GraphicsTest
- Android 模拟翻页最核心功能。运用Bezier曲线模拟出翻纸张时候的效果。-The core function of turning pages on screen.
Android
- 该书的书名是Android 程序设计指南,一本学习Android手机操作系统开发平台的好书,全书是内容英文版,共有300多页,从什么是Android开始介绍,一直API的详细使用。书的格式是PDF-The book' s title is Android Programming Guide, a learning development platform Android mobile operating system a good book, the contents of the boo
namanptl
- android for learning index of the pages book
ActivityAnimation
- android中页面各种切换动画效果合集-Android pages for various switching animation
NoteQ
- 简单地android日记本功能,一共三个页面,包括日记标题的填写,心情的选择以及日记正文的填写。提交以后可以用listview方式显示,单击listview可以查看日记详细信息,长按有新建和删除等菜单选项。-Simply android diary and fill a total of three pages, including the diary title, the choice of the mood and fill out the diary body. Submitted lat
AndroidAddUnit
- Android是一种以Linux为基础的开放源码操作系统,主要使用于便携设备。目前尚未有统一中文名称,中国大陆地区较多人使用安卓(非官方)或安致(官方)。添加单元能加快android的开发效率。-The tool for the Chrome browser camouflage android browser and iphone browser windows system dll file disguised as a mobile phone browser to access web
AutoComplete
- android AutoComplete 自动匹配所有选项控件 和网页中的下列框类似,并且实现了ID和Name的对应关系 可以在些基础上做些修改满足不同的需要。-android AutoComplete automatically match the following box similar option controls and pages, and those based on the correspondence between ID and Name some mo
Book
- 实现了android电子书的基本功能,查找本地书籍,翻页等 -Achieve the android eBook basic functions, and find local books, turn pages, etc.
TestWeiXinWhatsNew
- Android模仿的微信导航页效果,Java源码下载,用过Android手机的话,应该都对微信的导航页不陌生,本例子用JAva模仿的微信导航页界面效果,学习界面编程的可下载参考。-Android imitation micro-channel navigation page effect, Java source code download, used Android phone, it should have on the micro-channel navigation pages are
MyTitleBar02
- MyTitleBar源代码,在Android定义Tab选项卡,实现了仿百度贴吧中的悬浮顶部和底部的标题栏效果,项目中含:源码+效果图+项目结构图,很不错的Android界面设计效果,代码中ISIBLE:0的意思是可见的 INVISIBILITY:4 意思是不可见的,但还占着原来的空间 GONE:8 意思是不可见的,不占用原来的布局空间。另外源码中还定义了许多功能实用的类和页面,比如: MentionActivity.java 提醒Activity页面 MainActivity
MultiTouchTest
- Android通过手势实现手机屏幕的缩放操作,包括网页上的文字和图片的缩放操作,此为源码实例,演示Android如何通过手势来控制页面的大小缩放操作,本代码主要利用现有的API实现HERO浏览图片和网页的缩放功能。-Android phone screen through gestures to achieve the zoom operation, including text and images on a web page zooming operation, this is the so
UUHome
- ECSHOP基于Android的客户端界面的开发,可以看出产品列表和详细信息页面,页面加载,图片异步读-Ecshop android based client interface development, can be seen the product list and detail pages, page loading, pictures asynchronous read
MyViewPager
- Android - ViewPager滑动广告栏源码,从布局文件中获取ViewPager父容器,获取屏幕像素相关信息,根据屏幕信息设置ViewPager广告容器的宽高,将ViewPager容器设置到布局文件父容器中,每隔固定时间切换广告栏图片,创建一个ImageView, 并设置宽高. 将该对象放入到数组中。 从View集合中获取对应索引的元素, 并添加到ViewPager中,是否将显示的ViewPager页面与instantiateItem返回的对象进行关联,这个方法是必须实现的。
Asynctask
- android开发中异步操作,输入一个网址,用异步操作对该网页进行解析,对学习异步操作的函数以及架构有一定的帮助。-The asynchronous operation of android development, enter a URL, using asynchronous operations to parse the pages, it is helpful to learn the functions and structure of the asynchronous operati
TestWeiXinWhatsNew
- Android模仿的微信导航页效果,Java源码下载,用过Android手机的话,应该都对微信的导航页不陌生,本例子用JAva模仿的微信导航页界面效果,学习界面编程的可下载参考-Android mimic the effect of micro-channel navigation pages, Java source code download, used Android phones, it should have on the micro-channel navigation page i
android
- Android的控制层开发,利用Intent实现进程间的通信,利用Intent进行Activity的跳转,以及链接网页信息。-Android development control layer, the use of Intent for communication between processes, the use of Intent conduct Activity jump, as well as links to pages of information.
MyBook.tar
- Android电子书,实现了仿真翻页等基本的电子书功能。(Android e-book, the realization of the simulation, flip pages and other basic e-book function.)
Demo
- 源码是一个动画效果集合的小例子,包括侧滑栏SlidingLayout、ViewPager实现画廊、简单用viewpager实现画廊、圆形图片、简单的跑马灯动画效果、可拖拽的弹簧式水泡、可拖拽换位的GridView、下载图片、翻书页效果、叠楼效果、android 控件嵌套点击触发事件、等十多种功能或动画效果实现,javaapk之前也介绍过一个Android应用源码安卓动画合集大全加站长代码库,跟这个差不多。感兴趣的可以去看下(The source code is a set of animatio
Android编程入门教程andbook中文版
- andbook是我看到的最简单但最好的Android程序开发入门书籍,内容仅有60多页,图文并茂,如果你从来没有接触过Android开发,也完全可以通过阅读此书了解程序开发过程,甚至对APK程序的基本原理和Android UI界面开发有个清晰的认识,相信你花上几个小时读过后,一定会跃跃欲试加入Android开发行列,心动吧,那就行动吧(Andbook I see is the simplest but the best entry procedures Android development b
