-
Android-OS-3.0music3.0.1
android最近版的播放器,有源码,资源文件,供android开发者的使用(android recent version of the player, there is source code, resource files, for the use of android developers)
- 2011-08-08 14:42:39下载
- 积分:1
-
Android文本显示与编辑功能代码演示
本Android源码演示最简单的文本显示与编辑功能,如何在Android的用户界面中显示文本,如何编辑文本的显示属性,设置颜色、设置字体大小等,估计是最基础的Android编程小示例了,运行效果如截图所示。本代码主要是这样实现:
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
TextView textView = (TextView)findViewById(R.id.textview);
textView.setText(Html.fromHtml("这段文字的字体颜色为红色。"));
}
- 2022-03-15 10:13:36下载
- 积分:1
-
第13章 Andriod三大动画
这是一个用android studio 开发工具实现的动画效果 适合初学者学习(This is a Android Studio development tool to achieve the effect of animation for beginners to learn.)
- 2018-11-13 11:44:00下载
- 积分:1
-
TongzhilanStudy
利用service来实现安卓通知栏通知功能,类似QQ在后台运行通知栏会有图标。(Service to Android notification bar notification feature, similar to QQ notification bar running in the background will be icon.)
- 2012-09-28 11:31:29下载
- 积分:1
-
GameView
Android 游戏框架 View,游戏入门必须了解实例(Android View game framework, game entry must understand the examples)
- 2013-09-05 11:16:59下载
- 积分:1
-
fai_is66
Compared with the results of theoretical analysis, Complete HMM-based speech recognition system, Modeling and simulation pwm rectifie.
- 2017-11-17 14:43:48下载
- 积分:1
-
library
说明: 基于安卓的图书馆管理系统,包括jsp服务端源码,安卓客户端源码和mysql数据库。(Android-based library management system, including jsp server source code, Android client source code and mysql database.)
- 2020-05-05 19:37:41下载
- 积分:1
-
Android ListView 下拉刷新 上拉更多
Android ListView 下拉刷新 上拉更多
- 2013-08-07下载
- 积分:1
-
android Toast使用示例详解,含源码下载
这几种情况都是比较常用的 Toast示例,供大家参考学习
- 2014-04-14下载
- 积分:1
-
android 音乐播放实例源码
android 音乐播放实例源码
- 2014-03-14下载
- 积分:1