CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发 搜索资源 - components

搜索资源列表

  1. gobang

    0下载:
  2. 五子连珠游戏开发,学习android如何自定义组件等-A row game development, and learning how android custom components, etc.
  3. 所属分类:android

    • 发布日期:2017-12-06
    • 文件大小:5030525
    • 提供者:kendongjun
  1. MyFirstAndroidProject

    0下载:
  2. MyFirstAndroidProject(配置简单组件)-MyFirstAndroidProject (configure simple components)
  3. 所属分类:android

    • 发布日期:2017-12-08
    • 文件大小:40039
    • 提供者:lizhiwei
  1. AndroidVideoplayback

    0下载:
  2. Android中的视频预览与播放源码,压缩包内一共有两个VideoView例子,在Android手机中进行视频预览,看似很平常的一个功能,实际上是需要许多组件支持的哦。-Android video preview and playback source, compressed within a total of two VideoView example, video preview Android phone, it seems a very common function, actually
  3. 所属分类:android

    • 发布日期:2017-11-13
    • 文件大小:106779
    • 提供者:addr10
  1. VideoView

    0下载:
  2. Android中的视频预览与播放源码,压缩包内一共有两个VideoView例子,在Android手机中进行视频预览,看似很平常的一个功能,实际上是需要许多组件支持的-Android video preview and playback source, compressed within a total of two VideoView example, video preview Android phone, it seems a very common function, actually n
  3. 所属分类:android

    • 发布日期:2017-11-07
    • 文件大小:97320
    • 提供者:wang
  1. AndroidJsTest

    0下载:
  2. Android与Js交互的源代码,与Javascr ipt交互从而获得浏览器组件。-Android and Js interactive source code, Javascr ipt interaction to obtain the components of the browser.
  3. 所属分类:android

    • 发布日期:2017-11-23
    • 文件大小:86115
    • 提供者:小黑
  1. Androidtelnetloading

    0下载:
  2. 带Loading效果的Android远程登录代码+实例,用于在后台请求服务器是否登录成功,返回[0]登录状态,[1]是否网络错误。代码中可以学习到许多Android编程的小技巧,比如弹出对话框、初始化注册view组件、清空监听按钮、检查注册表单-Loading effect the Android remote login code+ instance, is used to request the server in the background, whether the login is s
  3. 所属分类:android

    • 发布日期:2017-11-28
    • 文件大小:68478
    • 提供者:hpudn38
  1. Androidjs

    0下载:
  2. Android与Js交互的演示实例,与Javascr ipt交互的例子,获得浏览器组件。   //WebView就是一个简单的浏览器   //android浏览器源码存在于LINUX/android/package/apps/Browser中   //里面的所有操作都是围绕WebView来展开的   //WebSettings 几乎浏览器的所有设置都在该类中进行   DemoJavascr iptInterface类为js调用android服务器端提供接口  
  3. 所属分类:android

    • 发布日期:2017-11-10
    • 文件大小:81970
    • 提供者:hpudn40
  1. AnimationClockView

    0下载:
  2. 自定义仪表组件,比如时钟,温度仪表,油耗仪表等等。-Custom instrumentation components, such as clock, temperature instrumentation, fuel consumption meter and so on.
  3. 所属分类:android

    • 发布日期:2017-11-24
    • 文件大小:2410
    • 提供者:徐泽雷
  1. LedClock

    0下载:
  2. 此系统是在android开发环境中实现的一个液晶时钟的桌面组件,程序每隔一秒更新一次程序界面上的6个ImageView,显示当前小时、分钟、秒钟-This system is android development environment to achieve an LCD clock desktop components, the program updates every second program interface on 6 ImageView, displays the curren
  3. 所属分类:android

    • 发布日期:2017-11-20
    • 文件大小:1137738
    • 提供者:刘云
  1. ChooseDate

    0下载:
  2. 选择日期和时间的组件,可以将选择的日期显示在EditView中-Select the date and time components, you can choose the date display in EditView
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:71452
    • 提供者:李辉
  1. DateTimePicker

    0下载:
  2. 日期时间选择组件 android开发,是一个日期和时间选择组件, 当选择后可以显示所选择的的日期和时间-Date Time Picker Components android development, is a date and time component selection, when selected, you can display the selected date and time
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:246874
    • 提供者:苏爱
  1. Android

    0下载:
  2. Android开发精要(完整扫描版) 第1章 Android的系统架构/1 第2章 Android源代码的下载和编译/16 第3章 Android组件模型解析/28 第4章 Android的Intent机制/67 第5章 组件生命周期解析/91 第6章 组件间的数据传输/129 第7章 Android控件解析/141 第8章 应用资源/205 第9章 数据存储/226 第10章 网络通信/248 第11章 地理信息服务/269 第12章 多媒体处理
  3. 所属分类:android

    • 发布日期:2017-06-10
    • 文件大小:17858656
    • 提供者:林任樟
  1. MyActivity

    0下载:
  2. 本节我们学习Android四大天王的Activity,Activity密切关注用户能做什么,负责与用户交互。类似于Java Web中的页面Page,将一系列View装载起来通过内部的加载引擎展现给前台用户。可以说一个简单的Android应用就是由一组Activity组合而成。可见对于Activity的学习在整个Android移动开发学习中至关重要的一环。鉴于Android移动开发属于嵌入式系统开发的范畴,所以Google的工程师在Android平台构架设计上,将很多组件都设计成基于事件驱动的,不
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:54606
    • 提供者:lunzi
  1. WeiboTencent

    0下载:
  2. 仿照腾讯微博实现,包含Android组件使用,以及数据库存储,provider ,已经http请求-Modeled Tencent microblogging implementation, including Android components used, and database storage, provider, has http request
  3. 所属分类:android

    • 发布日期:2017-05-22
    • 文件大小:6480966
    • 提供者:houjiang
  1. AndroidBaseDemo

    0下载:
  2. 内含android各常用组件案例介绍,基本功能齐全-android Components Case Study
  3. 所属分类:android

    • 发布日期:2017-05-22
    • 文件大小:6711729
    • 提供者:明柳
  1. ViewAndItem

    0下载:
  2. 游戏视图与系统组件,Android开发精典案例源码,很好的参考资料。-The game view and system components, Android development of classical case of source code, a good reference.
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:46829
    • 提供者:南煎丸子
  1. AneSDK_Android

    0下载:
  2. android 手机端获取系统功能的一些组件,方便你拿来用,找到是很麻烦的-android mobile terminal to get some components of the system function, allowing you to make use of them, is very troublesome to find
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:541096
    • 提供者:naxiaoguang
  1. achartengine-1.0.0

    0下载:
  2. android图表开发组件,内容丰富,适合入门-android chart the development of components, rich in content, suitable for entry
  3. 所属分类:android

    • 发布日期:2017-04-08
    • 文件大小:593290
    • 提供者:础就
  1. ToastProject

    0下载:
  2. android中的Toast组件的实现。新书入门级别,有short和long两个。-The Toast to achieve android components. Entry-level book, there are short and long two
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:49498
    • 提供者:林楚辉
  1. DialogDemo1

    0下载:
  2. android中关于对话框组件的一个小应用,就是登录界面,输入账号密码。-android application on a small dialog components, that is the login screen, enter the account password.
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:50149
    • 提供者:林楚辉
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com