CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - Android so

搜索资源列表

  1. AllAppScroller.java.tar

    0下载:
  2. 一个通过继承ViewGroup,应用Scroller实现的手动拖拽滚屏及自动滚屏的自定义UI控件,可以让初学者很容易地看明白如何制作自定义滚屏效果-1 through inheritance ViewGroup, application Scroller Scroll to achieve manual and automatic scrolling drag custom UI controls, so that beginners can easily understand how to c
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:1.41kb
    • 提供者:龚正
  1. NDK_introduction

    0下载:
  2. 史上最强NDK入门项目实战.利用NDK 生成 SO 库,使用 SO 库进行 JNI 调用,在 Android sdcard 创建文件并写入数据。-NDK started the project in the history of the strongest real. NDK generated using SO library, use the SO library JNI call, in the Android sdcard to create file and write data.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:168.82kb
    • 提供者:xuliu
  1. src

    0下载:
  2. ApiDemos - API Demos The API Demos application includes a variety of small applications that illustrate the use of various Android APIs. It includes samples of: * Notifications * Alarms * Progress Dialogs * Intents * Menus
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:403.9kb
    • 提供者:Gabriel
  1. Chapter-2-To-do-List

    0下载:
  2. 日程表的程序,书上摘录,可以用吧,不行的话请更正-Program schedule, book excerpt, you can use it, not so please correct
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:15.41kb
    • 提供者:adafag
  1. FrameLayouyDemo

    0下载:
  2. 很多时候android系统提供的布局并不能满足我们的要求所以有时候需要我们自己定义一个布局。这个demo简单的呈现的如何自定义布局文件-When the android system provides the layout does not meet our requirements so sometimes need our own definition of a layout. This demo presentation how to customize the layout of the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:52.45kb
    • 提供者:Aaron
  1. P3_1

    0下载:
  2. Java to Android. This show how to do a little application to Android SO usign Java Language.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:666.3kb
    • 提供者:My Login
  1. AgricultureSystem

    0下载:
  2. android手机开发的一些应用,如天气预报,条形码扫描等等很多还有一些预警功能-android phone developed some applications, such as weather, bar code scanning, and so there are some early warning function
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:126.11kb
    • 提供者:yongshenghuang
  1. SecretSMS

    0下载:
  2. android中短息拦截的实现可以一些恶意的联系人屏蔽掉这样可以十字架不受打搅-intercept the realization of short interest in the android malicious contact so you can cross from disturb masked
  3. 所属分类:Java Develop

    • 发布日期:2017-12-08
    • 文件大小:108.55kb
    • 提供者:liu
  1. DatAquisitionFor-Shimmer-Device

    0下载:
  2. This code is used for the Shimmer Galvanic Skin Response (GSR)device, I made it so it displays the Max and Min Ohms. Used great if you want to connect a Shimmer device via Blue-tooth for Android.
  3. 所属分类:Applet

    • 发布日期:2017-12-08
    • 文件大小:3.5mb
    • 提供者:NotAStudent
  1. ToggleButton

    0下载:
  2. Android编程之ToggleButton实例源码下载,切换按钮,动态按钮Android源码实例,那些Android手机中的漂亮按钮就是这么做出来的,喜欢的就请下载源码参考学习吧。-ToggleButton example source code download Android programming, switch button, dynamic buttons Android source code examples, pretty Android phone button is to
  3. 所属分类:Applet

    • 发布日期:2017-11-22
    • 文件大小:48.61kb
    • 提供者:王航
  1. WallpaperManagerSample

    0下载:
  2.  Android壁纸管理WallpaperManager源代码,并非标准的Google版壁纸管理,是仿写的,目的是为了学习Android系统的编写,所以适合Android新手朋友们参考学习。-The wallpaper the Android wallpaper the management WallpaperManager source code, not the standard Google version management, parodies, the purpose is to l
  3. 所属分类:Applet

    • 发布日期:2017-11-30
    • 文件大小:2.57mb
    • 提供者:王航
  1. moviemanager

    0下载:
  2. Application for android phones, which lets the user save watched movies into a database, with rating and imdb links so lookup can be easier. The server handeling the imdb lookup is no longer up, but for someone using android to access XML datab
  3. 所属分类:Applet

    • 发布日期:2017-11-26
    • 文件大小:4.78kb
    • 提供者:Johan
  1. test

    0下载:
  2. 基于android的测试代码.很简单,很适合初学者-android test code,so easy
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:905.99kb
    • 提供者:欧阳玲
  1. android-gestures-

    0下载:
  2. 很多时候,利用触摸屏的Fling、Scroll等Gesture(手势)操作来操作会使得应用程序的用户体验大大提升,比如用Scroll手势在 浏览器中滚屏,用Fling在阅读器中翻页等。在Android系统中,手势的识别是通过 .OnGestureListener接口来实现的,不过William翻遍了Android的官方文档也没有找到一个相 关的例子,API Demo中的TouchPaint也仅仅是提到了onTouch事件的处理,没有涉及到手势。Android Developer讨论组里也有不少人
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:8.77kb
    • 提供者:胡敏
  1. TestHtml5

    0下载:
  2. Java与HTML5结合的编程例子,这是个很好的移动端例子,因为很多HTML5被应用于移动设备上,而且很多移动设备比如android手机都是基于JAVA的,所以JAVA与Android结合,是非常主流的一个架构,初学移动编程的朋友可不要错过哦。-Examples of Java programming combined with HTML5, which is a good example of a mobile terminal, because a lot of HTML5 are appl
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:972.58kb
    • 提供者:jpudn29
  1. Android-particle-effects

    0下载:
  2. 最近在闲逛的时候,发现了一款**粒子爆炸特效**的控件,觉得比较有意思,效果也不错。 但是代码不好扩展,也就是说如果要提供不同的爆炸效果,需要修改的地方比较多。于是我对源代码进行了一些重构,将爆炸流程和粒子运动分离。 对于源码,大家可以参考以下链接-Recently when strolling, we found a**** Particle explosion effects controls feel more interesting, with good results. But
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:7.42mb
    • 提供者:涂序文
  1. 安卓多用途新闻app完整源码(服务器+客户端)

    10下载:
  2. 安卓多用途新闻app完整源码(服务器+客户端),可以用于新闻、博客、作品展示等领域的使用,支持用户注册功能,注册用户可以发表评论、添加我喜欢、编辑个人资料、收到评论回复等等,包含Android Studio客户端源码、php+mysql服务端源码,带编译教程文档。(Android multipurpose news app complete source code (server + client), can be used for news, blogs, exhibition and oth
  3. 所属分类:Java编程

    • 发布日期:2017-12-29
    • 文件大小:56.38mb
    • 提供者:静默温瞳
  1. android-serialport-api

    2下载:
  2. Android 串口调试工具app,用于Android平台的串口调试,比如:设置串口波特率,串口设备ttyS*等等(Android serial debugging tool app, for the serial port debugging of Android platform, such as: set serial port rate, serial port device ttyS* and so on.)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:204kb
    • 提供者:thomas_2018
  1. 1 Android PDF 阅读器源码

    0下载:
  2. android手机app,使用pdf.so打开pdf文件(Android cell phone app, use pdf.so to open PDF file)
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:9kb
    • 提供者:法官123
  1. SysTools

    0下载:
  2. android获取系统相关信息工具类,用于获取版本号,手机相关信息,md5等,功能齐全(Android gets the system related information tool class to obtain the version number, the mobile phone related information, the MD5 and so on.)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:7kb
    • 提供者:边城刀客
« 12 »
搜珍网 www.dssz.com