搜索资源列表
jamendo
- Jamendo在线音乐播放器是一款android平台在开源的在线音乐播放,该播放器的主要特色如下: 1. 界面美观,在jamendo播放器中精美的布局的随处可见,大量使用自定义控件和Adapter进行布局,这点可供初学者好好探讨研究 2. 构架清晰 3. 在代码中大量使用全局缓冲机制,如全局Application缓冲,图片缓冲等等。。 4. 数据传递使用JSON方式,网络传输(Apache Http 4.0)。。。 5. 全局的MediaService,并且伴有NotifyM
RSSReader_0200
- 基于android手机RSS应用:内容包括:SAX解析XML,adapter是使用已经listactivity的使用,如何动态展现xml的数据-Android-based mobile RSS application: include: SAX parsing XML, adapter is to use already listactivity use xml data to show how dynamic
Android
- 本文是对Android SDK1.5版的英文开发资料Android Development Guide一文应用程序框架部分的翻译,覆盖了Android应用开发所有主要的概念。部分内容整理自网络。本文仅用于技术学习,请勿用于商业用途。-This article is the English version of Android SDK1.5 data Android Development Guide developed a paper application framework part of
src
- BluetoothChat - Bluetooth Chat This application allows two Android devices to carry out two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as: * Scanning for other Bluetooth devices * Q
android
- 本文是对Android SDK1.5版的英文开发资料Android Development Guide一文应用程序框架部分的翻译,覆盖了Android应用开发所有主要的概念-This article is the English version of Android SDK1.5 data Android Development Guide developed a text translation of part of the application framework, covering al
Secret-Android--development
- Android应用开发揭秘,杨丰盛。 如果你也在思考下面这些问题,也许本书就是你想要的! 1.Android开发与传统的J2ME开发有和相似与不同? 2.如何通过SharedPreference、Files、Network和SQLite等方式搞笑实现数据存储-Secret Android application development, Yang Fengsheng. If you also consider the following issues, perhaps this bo
Android.doc
- Android开发指南中文版 本文是对Android SDK1.5版的英文开发资料Android Development Guide一文应用程序框架部分的翻译,覆盖了Android应用开发所有主要的概念。部分内容整理自网络-Android development guide Chinese version This paper is on the Android SDK1.5 version of the English development data of Android Devel
AndroidXml
- 自己写的处理XML数据的android应用-Write their own XML data android application
MusicPlayer
- Android中,设计一个简单的Music Player应用,里面用到了MediaPlayer的类以及数据保存。语言是Java。-Android, a simple Music Player application, which uses the MediaPlayer class and save the data. The language is Java.
BikeRoute1
- BikeRoute 是一个Android平台的应用,用来为自行车提供导航计划,数据来自于 OpenStreatMap 和 Cyclestreets.net-BikeRoute an Android platform application, used for bicycle navigation program, data from the OpenStreatMap and Cyclestreets.net
android_fram_animation
- Amination的整体使用有2种方法,即Tween Animation和Frame Animation,在博客Android开发历程_8(Tween Animation的2种属性设置方法) 中已经介绍了Tween Animation的使用方法,且讲到了其2种属性设置方式。这一节就来看看Frame Animation的使用。参考资料为Mars老师的资料。 Frame Animation的应用不是很广,它主要是将一张张图片串联起来播放,人眼看上去就感觉在动一样,就是利用这种特性到达动态效果
Android-GPS
- gps数据收集,手机通过使用卫星的gprs进行数据的传输,并传回数据在android智能手机端显示-android application Through their mobile phones Transmitted by satellite positioning data to smart phones, and to determine the location of the phone gps get data。Let in the form of a map on the phone
android_contentprovider
- android程序中的存储操作ContentProvider操作。适合提供大量数据处理的应用程序和支持其他程序访问该应用的操作。-The android program storage operation ContentProvider operation. Suitable for to provide for the large amount of data processing application and support other programs visit to the appl
Android-SQLite-store
- 关于android应用程序存储,管理数据和共享应用数据的各种方法。-Android application store, manage data and sharing application data of various methods.
LogInfo
- 一个从指定url获取服务端关键日志信息的android应用。其url可以配置。 服务端的程序不包含在内。因为手机的存储空间小,所以服务端要根据监控的需要自己决定返回那些日志信息。 本程序包含一个android service,定时从服务端下载日志,保存在手机中,用户点开主界面可查看日志信息。 本程序可用于运维人员在休假、旅行过程中远程查看服务器的运行状况。-An Android application obtained server key log information from
SharePreferences
- 本源码主要于数据存储SharePreferences相关,介绍SharePreferences在android开发中的用法和实例。 关于SharePreferences:它是以键值对来存储应用程序的配置信息的,只能存储基本数据类型。一个程序的配置文件仅可以在本应用程序中使用,或者说只能在同一个包内使用,不能在不同的包之间使用。实际上SharedPreferences是采用了XML格式将数据存储到设备中,在DDMS中的File Explorer中的/data/data//shares_
SensorSample
- SensorSample源码下载,Android传感器应用基础源代码,传感器在Android智能手机中是必不可少的,其实很多智能是由很多的传感器传递数据给手机处理,才显得手机很智能,比如传感器的应用就是一例,另外还有重力感应和距离感应器等,都是很出色的安卓手机传感器应用实例,当然本例来说,是特别基础那种,代码也不太复杂,所以尤其是对Android编程新手有不小的帮助。-SensorSample source download the the Android sensor applications
AndroidImitateLetao
- Android仿乐淘的应用程序分析源码,仿乐淘应用客户端的程序源码,为您编写其它类似的购物应用起到帮助作用,通过这个并不复杂的应用实例,你可以了解一些Android的编程技巧,比如:底部菜单栏点击事件效果设置,模仿从服务器加载数据时的虚拟进度条,通过线程来循环调用进度条,底部菜单模块ListView监听器、获取ListView的数据,继承Activity类可以使用此类的方法,该类提供整个项目中Activity所使用到的公共方法,该类中全属于公共方法.集成该类可以使用等-Android the
android-application
- 在Android手机的研发过程中,某些客户可能会有一些怪异的需求,这里提供的是将内置应用存放在system data区域,但是却可以让客户手动删除的功能。-In the the Android phone R & D process, some customers may have some weird demand, here is the built-in applications are stored in the system data area, but allows customer
AchievementsEntry
- 此应用为成绩录入软件,能打开指定的网页,通过导入Excel文件将excel文件内的数据填充到指定网页,具有代表性的小程序,供大家参考借鉴!-This application is results entry software that can open the specified page, by importing Excel file data within the excel file to the specified web page filled with typical small
