当前位置: 首页 > 软件库 > 程序开发 > 代码练习 >

apps-for-android

Android示例程序
授权协议 Apache
开发语言 Java
所属分类 程序开发、 代码练习
软件类型 开源软件
地区 不详
投 递 者 谭仰岳
操作系统 Android
开源组织
适用人群 未知
 软件概览

这是一组很有用的开源的 Android 示例程序,用于演示 Android 平台的各种特性:

  • Amazed: A simple but addictive accelerometer-based marble-guidance game.
  • AndroidGlobalTime: a full representation of the Earth that you can spin around.
  • AnyCut: A utility that lets users create Home screen shortcuts to nearly anything in the system.
  • Clickin2DaBeat: A game that mashes up YouTube with custom rhythm-game logic.
  • DivideAndConquer: a game in which you must isolate bouncing balls by creating walls around them.
  • HeightMapProfiler: A simple 3D performance testing tool that renders a 3D height map.
  • LOLcat Builder: O HAI. I CN HAS CHEEZBURGER?! IM N UR PHONE, CAPTIONIN UR PHOTOS.
  • Panoramio: An app that shows you nearby photos and points of interest.
  • Photostream: An app that lets you view photostreams from online photo-hosting services.
  • Radar: A radar-style relative location display view, used by Panoramio and others.
  • RingsExtended: A utility that provides enhanced control over ringtones.
  • Samples: Miscellaneous examples showing features of the Android platform (among which OpenGL ES).
  • SpriteMethodTest: An application that compares the speed of various 2D sprite drawing methods.
  • Translate: Translates more than 150 language pairs with Google's translation service.
  • WebViewDemo: How Java and JavaScript can call each other inside a WebView.
  • WikiNotes: A wiki note pad that uses intents to navigate to wiki words and other rich content stored in the notes. 
 相关资料
  • Softaculous Apps Installer是一个自动脚本安装程序,只需点击几下即可安装最流行的PHP,JavaScript,Perl应用程序。 使用Softaculous Apps Installer时,您无需手动安装应用程序,方法是首先上传文件,然后创建数据库并最终安装它们。 但您只需点击几下即可安装它们。 要访问Softaculous Apps Installer,您可以在cPane

  • Vasa做的关于react组件复用的演讲 以下是一些有助于编写高复用性react组件的通用编码原则。 单功能原则 使用react时 组件或容器的代码在根本上必须只负责一块UI功能。 以设计收货地址组件为例 收货地址组件可以拆分为地址组件(只含有地址相关内容),姓名组件(包括姓氏和名字),电话组件,省,市和邮政编码组件。 使用redux时 All API related call go into R

  • 编写一个简单的服务器应用程序,向您展示如何将 SPDY 集成到你的下一个应用程序。它只会提供一些静态内容回客户机。这些内容将取决于所使用协议是 HTTPS 或 SPDY 。如果 服务器提供 SPDY 是可以被客户端浏览器所支持,则自动切换到 SPDY 。图12.1显示了应用程序的流程 对于这个应用程序只编写一个服务器组件处理 HTTPS 和 SPDY。为了演示其功能使用两个不同的 web 浏览器,

  • 示例程序 Mininet 代码中带有了大量的示例程序,供大家参考和理解代码。所有的示例程序都在 example 目录下,包括 baresshd.py: 使用 Mininet 的中层 API 来在一个 namespace 中创建主机、链路,并在主机上启动 sshd 进程,让用户可以登录。并未使用 OpenFlow。 consoles.py: 为每一个节点都创建一些 console 窗口,并允许用户对

  • 提供内核、文件系统、网络和外设的使用例程 模块   内核例程   内核接口的使用例程。     文件系统例程   文件系统接口的使用例程     网络例程   网络接口的使用例程     外设例程   外设接口的使用例程   详细描述 提供内核、文件系统、网络和外设的使用例程

  • 问题内容: 在MySQL中,我有一个带有For循环的存储过程: 它总是打印。MySQL for循环的正确语法是什么? 问题答案: