CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - android 例子

搜索资源列表

  1. TestWeiXinWhatsNew

    0下载:
  2. 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
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1838340
    • 提供者:rpudn17
  1. Android_TabBar

    0下载:
  2. 用Android实现的仿engadget菜单源码,Java爱好者必看的Android编程实例,学习Android菜单特效的小例子,希望初学者喜欢-Android achieved with imitation engadget menu source, Java Android lovers must-see programming examples, learning small example Android menu effects, I hope beginners like
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:87864
    • 提供者:rpudn20
  1. TeachManageSys

    0下载:
  2. 用户注册,登录程序在WEB开发中已经是较常见的了,在实现方法上不是难点,现在android流行了,如何在一些Android应用或网站上实现用户登录和注册呢?其实和WEB开发一样简单,只要您看了这个完整的例子,相信你会学会的,有编译环境的就请自己重新编译一下项目,然后拷贝到手机上运行一下,能看到效果。在此不再抓图了,如果你刚学android程序开发,就更应该看看了-User registration, login program has been developed in the WEB is m
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1878860
    • 提供者:rpudn32
  1. WeatherForecast

    0下载:
  2. Android天气预报程序源代码,获取的Google的天气API数据,自己可再次扩展,这里运行截图比较难抓,有环境的就下载源码测试吧,Android天气预报WeatherForecast似乎是常见而又简单的Android初级例子,但想开发出一款既漂亮又功能丰富的天气预报应用的话,需要很多知识的完美结合-Android código fuente del programa de previsión meteorológica, los datos de la API clima de Google
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:43450
    • 提供者:rpudn38
  1. broadcast

    0下载:
  2. 这个例子主要研究Android broadcast广播机制的实现,以一个电池监测及广播通知为例,介绍了实现broadcast的过程:大致的思路是:注册一个系统 BroadcastReceiver,作为访问电池计量之用,如果捕捉到的action是ACTION_BATTERY_CHANGED, 就运行onBatteryInfoReceiver(),捕捉到ACTION_BATTERY_CHANGED时要运行的method,创建一个背景模糊的Window,且将对话窗口放在前景,将取得的电池计量显示于Di
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:47237
    • 提供者:rpudn42
  1. androidandservlet

    0下载:
  2. android端和servlet端使用JSON交换数据信息的简单小例子,部分代码在JSP环境下实现,搞过Java WEB开发(JSP)的程序员,应该对Servlet不陌生,Json目前也是流行技术,所以说这个例子将Android、Json、Servlet三者结合起来,还是有一定参考价值的。   注意:服务器的IP,不要写成localhost了,即使在本机测试也要写上本机的IP地址,localhost会被当成模拟器自身的-android client and servlet end exch
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2332156
    • 提供者:rpudn56
  1. ZXing

    0下载:
  2. 本Java源码主要是演示google.zxing二维码操作类的例子,实现二维码的读取和生成,里面包含了很多Android应用开发所需要的常用类库,来自Google官方的类库文件,觉得挺实用,分享给大家了-The Java source code examples demonstrate google.zxing mainly operate like two-dimensional code, two-dimensional code reading and generation, which
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1723083
    • 提供者:gpudn22
  1. PanesLibrary

    0下载:
  2. Android源代码下载,基于java的手机源码。PanesLibrary是Andorid手机上的多面板平板布局例子,可以让你轻松创建带多个面板的平板布局Android应用,包括有滑动菜单和内容面板,在平板上菜单和多个面板一起显示,让你的Andorid应用界面更加漂亮美观-Android source code download, source java-based mobile phones. PanesLibrary is an example of a multi-panel flat l
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:933390
    • 提供者:gpudn25
  1. createcircle

    0下载:
  2. Android的在物理世界中添加圆形,添加物理世界,在物理世界中添加一个圆形,声明物体对象,声明圆形X坐标和Y坐标,也可在在物理世界中添加一个多边形,可创建圆形和创建多边形皮肤,设置多边形快捷成盒子(矩形),两个参数为多边形宽高的一半,Android对物理世界进行模拟的例子-Android add in the physical world round, adding the physical world, adding a round in the physical world, the st
  3. 所属分类:android

    • 发布日期:2017-04-26
    • 文件大小:342863
    • 提供者:rpudn87
  1. PhotoWallFallsDemo

    1下载:
  2. 一个开源的Android项目pedometer源码,一个运行于android手机端的计步器应用源码,来自国外,代码编写规范,参考价值大,android计步器用来记录你走了多少步,围绕手机振动和重力感应来编程的例子-Android, an open source project pedometer source, an end run on android phone pedometer application source code, from abroad, coding standards,
  3. 所属分类:android

    • 发布日期:2016-05-16
    • 文件大小:1421312
    • 提供者:rpudn97
  1. pedometer

    0下载:
  2. 一个开源的Android项目pedometer源码,一个运行于android手机端的计步器应用源码,来自国外,代码编写规范,参考价值大,android计步器用来记录你走了多少步,围绕手机振动和重力感应来编程的例子-Android, an open source project pedometer source, an end run on android phone pedometer application source code, from abroad, coding standards,
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:380575
    • 提供者:rpudn98
  1. ChildViewPager

    0下载:
  2. Android ChildViewPager解决ViewPager嵌套滑动问题的源码演示,具体就请看源码吧。有环境的最好编译一下源码看效果,Android编程学习的小例子。-Android ChildViewPager solve the problem source ViewPager nested slide presentation, the specific source will see it. Have the best environment to compile the sour
  3. 所属分类:android

    • 发布日期:2017-05-14
    • 文件大小:3099832
    • 提供者:gpudn31
  1. PowerImageViewTest

    0下载:
  2. Android中的PowerImageView测试例子源代码,PowerImageView是一个经过扩展的ImageView,它不仅继承了ImageView原生的所有功能,还加入了播放GIF动画的功能。例子代码包括了PowerImageView构造函数,   完成所有必要的初始化操作,通过Java反射,获取到src指定图片资源所对应的id。-The PowerImageView test Android source code examples, PowerImageView is an
  3. 所属分类:android

    • 发布日期:2017-05-16
    • 文件大小:4183263
    • 提供者:apudn12
  1. guanggaojicheng

    0下载:
  2. 在Android应用中植入广告的例子,在android的程序中加入广告代码,抽屉广告布局的实例,在Android应用中适合的加入广告可增加创收,不过不能过量-Placement in the Android application examples, adding the ad code in android program, examples of drawers advertising layout, suitable for the application in the Android a
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:730433
    • 提供者:wpudn8
  1. PathButton

    0下载:
  2. 仿Path按钮动画效果,Android仿Path按钮动画效果代码实例,android按钮动画效果源码例子,对制作动态的Android按钮有帮助-Imitation Path button animation, Android imitation Path button animation code examples, android button animation source code examples for making dynamic Android buttons help
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:440015
    • 提供者:gpudn33
  1. dodowaterfall

    0下载:
  2. 安卓Android仿蘑菇街瀑布流布局例子,将图片按指定宽度自动缩放排列下来,若对实现android瀑布流无思路的朋友,这是个不错的参考范例。代码完整,而且都带有注释,浅显易懂-St. Andrews Android imitation mushroom waterfall flow layout example, the image is automatically scaled according to the specified width arranged down, if the rea
  3. 所属分类:android

    • 发布日期:2017-05-22
    • 文件大小:6823068
    • 提供者:gpudn35
  1. WaterFall

    0下载:
  2. Android WaterFall瀑布流图片布局源码,包括有安卓瀑布流中流动的单元代码,现在不管是WEB上还是手机上都流行这个,很不错的例子,生成有APK,可拷贝到手机上运行看效果。代码中的注释也是挺多的,对学习瀑布流有帮助-Android WaterFall cascade picture layout source, including unit code Andrews waterfall flowing stream, whether now or on the phone on the
  3. 所属分类:android

    • 发布日期:2017-05-22
    • 文件大小:7133787
    • 提供者:赵坤东
  1. Camera

    0下载:
  2. android侧边栏滑动,包括启动Activity和更换布局实例源码,代码+注释,不错的例子,希望大家喜欢-android sidebar slide, including examples source code+ comments, a good example to start Activity and replacement layout, hope you like
  3. 所属分类:android

    • 发布日期:2017-05-18
    • 文件大小:4739473
    • 提供者:apudn34
  1. andriodactivityshift

    0下载:
  2. android侧边栏滑动,包括启动Activity和更换布局实例源码,代码+注释,不错的例子,希望大家喜欢-android sidebar slide, including examples source code+ comments, a good example to start Activity and replacement layout, hope you like
  3. 所属分类:android

    • 发布日期:2017-04-24
    • 文件大小:480835
    • 提供者:apudn35
  1. contactslistview

    0下载:
  2. android仿google按字母快速查找通讯录的功能,貌似现在很多手机都有这功能,的确用起来方便,怎么实现呢?这是个例子,并不是完整的通讯录程序。-Imitation google android quickly find contacts in alphabetical functions, looks like a lot of phones now have this feature, really easy to use them, how to achieve it? This is
  3. 所属分类:android

    • 发布日期:2017-05-24
    • 文件大小:7833977
    • 提供者:apudn48
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com