-
Compass
android源码分享之指南针程序,非常不错的源代码(the compass android source code sharing program, a very good source)
- 2012-04-29 18:29:09下载
- 积分:1
-
android 语音压缩amr
android 语音压缩用到的很平常,本案例是把语音压缩成amr格式 压缩完成后 语音是可以直接在android系统上播放的 案例简单实用
- 2022-05-13 22:31:24下载
- 积分:1
-
gomoku-master
android game The name "Gomoku" is from the Japanese language, in which it is referred to as gomokunarabe . Go means five, moku is a counter word for pieces and narabe means line-up. The game is also popular in Korea, where it is called omok which has the same structure and origin as the Japanese name. It is said to have originated in China with the name Wu Zi Qi . In the nineteenth century, the game was introduced to Britain where it was known as Go Bang, said to be a corruption of the Japanese word goban, said to be adopted from Chinese k i pan chess-board.
- 2014-03-22 16:20:19下载
- 积分: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
-
微信APP支付代码,Android studio版
目前微信官网没有Android studio版本的APP支付代码 , 而且更新了sdk,缺没更新代码 , 导致 loadurl 方法没有, 包文件错误 , 版本不识别等 , 整了一上午 , 终于整好 , 我想说 , 微信 , 你能在坑点吗
- 2022-02-11 23:08:12下载
- 积分:1
-
物联网开关控制程序
DIFI物联,一款简易的物联网开发源代码,适合初学者进行学习和使用
- 2022-02-02 22:20:11下载
- 积分:1
-
Soduku android
本源码是基于android2.3平台的数独游戏,上层界面采用java语言来写,底层核心算法采用C++,可以实现对数独解法的提示,兼有提示最有可能填出来的空格
- 2022-10-28 06:35:04下载
- 积分:1
-
android 很简单的菜单示例
android 很简单的菜单示例
- 2014-05-29下载
- 积分:1
-
获取Android 系统信息的方法示例源码
这个Android小程序主要是用来获取Android系统信息的,获取android系统中的众多属性信息,最终运行效果如测试截图所示,比如获取android系统的移动网络配置、安装的系统应用、日历存储、媒体存储、外部存储设备、HTML查看程序、软件包权限帮助程序、证书安装程序、设置、系统界面和一体化位置信息等,虽然获取的内容比较多,但程序是比较简单的。
- 2022-05-17 15:51:49下载
- 积分:1
-
vomc
使用matlab软件里面的simulink仿真OFDM系统(simulation of the ofdm system using the simulink in the matlab software)
- 2019-03-27 15:08:09下载
- 积分:1