登录
首页 » Java » Android-api-in-chinese

Android-api-in-chinese

于 2011-06-23 发布 文件大小:1373KB
0 261
下载积分: 1 下载次数: 31

代码说明:

  android的中文API文档,翻译得挺好。(android API documentation in Chinese, translation was very good.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个android校园网程序
    一个android校园网程序,可以实现校园网的连接。一个android校园网程序,可以实现校园网的连接。一个android校园网程序,可以实现校园网的连接。
    2022-07-02 14:49:27下载
    积分:1
  • 基于Java的俄罗斯方块
    应用背景俄罗斯方块是一款电视游戏机和掌上游戏机游戏,它由俄罗斯人阿列克谢 帕吉特诺发明,故得此名。俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。由于上手简单、老少皆宜,从而家喻户晓,风靡世界。关键技术本文件介绍了运用Java完成该游戏的代码编写并成功运行的技术。包括俄罗斯方块单机游戏和双人对战游戏,运行都成功。在整个过程中涉及到了Java基本知识的大部分内容,有利于Java爱好者的学习与借鉴。
    2022-08-22 04:43:01下载
    积分:1
  • android 登录注册 实例源码下载
    android 登录、注册相关功能实例
    2014-06-06下载
    积分:1
  • asmack-android-6.jar
    smack是一套很好的开源即时通讯api,是基于Xmpp协议的实现,而在Android,则提供了一个asmack的jar包,其功能以及用法跟smack一致。(Smack is a good open source instant messaging api, based on the implementation of Xmpp protocol, while Android provides an asmack jar package, which functions and uses the same as smack.)
    2020-06-17 22:20:01下载
    积分:1
  • 自定义标签
    自定义标签
    2013-12-06下载
    积分:1
  • MediaRecordDemo
    基于 Android 的简单的声音录音程序(a simple Media Record Demo Based on Android)
    2014-06-19 11:08:54下载
    积分:1
  • Android 自定义绘制字符串(Android简单控件的及应用-02_23).zip
    Android 自定义绘制字符串(Android简单控件的开发及应用-02_23).zip
    2019-10-06下载
    积分:1
  • Orong_tbzs
    详细介绍 - [ 聚融网贷款投标助手源码 ] 聚融网贷款投标助手源码是一个安卓版本的聚融网贷款投标助手项目源码,一般公司或者开发者都不会把这类内部使用的项目源码泄漏出来,这个项目是依托于他的官网的orong.cn,但是现在官网挂掉了,估计整个公司跑路了才会分享出来,因为项目缺少部分图片资源所以原项目会报错,我使用资源目录下的其他图片文件对缺少的图片资源进行了替代,可能图片显示会有错误但是整个项目可以正常的运行起来(Detailed financial network loan tender assistant source] Poly financial loans Network Bidding Assistant source is an Android version of the fusion of the net loan bidding assistant project source code, companies or developers won t leak out the internal use of the project source code. The project is relying on his official website orong.cn, but now official website hang, it is estimated that the company running the will share out, because the items missing parts of the picture resources so the original project will misstatement, I use resource directory under the other picture file to replace the missing image resources may picture shows there will be mistakes but the entire project can be normal operation)
    2016-05-30 13:36:23下载
    积分:1
  • APII
    Android应用,个人生活助手类,支持天气地点照片等状态显示与分享至微信朋友圈(Android applications, personal life helper classes to support weather locations and sharing photos and status display to the micro-channel circle of wechat)
    2013-12-01 01:42:24下载
    积分:1
  • 小游戏五子棋大战
    class LNode{ private int row; private int col; private Color chessColor; private LNode next; public LNode(int row,int col,Color chessColor){ this.row=row; this.col=col; this.chessColor=chessColor; } public LNode(){ this.next=null; } public void setRow(int row){ this.row=row; } public int getRow(){ return this.row; } public void setCol(int col){ this.col=col; } public int getCol(){ return this.col; } public void setChessColor(Color chessColor){ this.chessColor=chessColor; } public Color getChessColor(){ return this.chessColor; } public void setNext(LNode next){ this.next=next; } public LNode getNext(){ return this.next; } } class NullAndCount{ private int nullCount=0; private int chessCount=0; public void setNullCount(int nullCount){ this.nullCount=nullCount; } public int getNullCount(){ return this.nullCount; } public void setChessCoun
    2022-05-08 02:47:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载