-
Android播放器波形图案例
基于Android波形图的绘制,Wave格式的音频波形绘制,类似于windows media player的各种波形效果
- 2022-03-23 08:06:45下载
- 积分:1
-
cbNotepad
Windows、Android、IOS通用的记事本程序源码。类似于Windows系统的Notepad.exe。移动平台的编程,早已出现非常好的可视化环境,那就是xeC++Builder或xeDelphi。建议增加这些分类。(Windows, Android, IOS general Notepad program source code. Notepad.exe, which is similar to the Windows system. There has been a very good visualization environment for mobile platform programming, that is, xeC++Builder or xeDelphi. It is suggested that these categories be added.)
- 2018-07-13 08:35:09下载
- 积分:1
-
AndroidMP3.tar
一个Android手机操作系统开发的实例,是一个mp3播放器的例子(Android mobile phone operating system developed by an instance of an example of mp3 player)
- 2010-09-12 21:02:15下载
- 积分:1
-
一款基于安卓的简单聊天软件
可以注册登录、发送文字表情。
使用前请安装好mysql。
this is a android instant messenger based on socket communication
basic functionality:
1. a user can register an account with a username, his/her age and gender
2. login with username and password
3. find out friends by username or particulars(age and gender)
4. chat with a friend with text and emoji
5. chatting history available for checking
6. messages sent to offline friends will be saved at server and pushed to that friend when he/she signs in
7. ringtone and vibration notification when a message arrived if messanger is not foreground
- 2022-06-26 00:25:43下载
- 积分:1
-
android 时间轴 实例源码下载
android 时间轴 实例源码下载
- 2014-12-04下载
- 积分:1
-
开源中国项目源码
开源中国android项目源码 里面有开源中国项目功能具体实现 可以用来做学习研究
- 2022-03-02 20:54:05下载
- 积分:1
-
基于百度地图API可进行GPS定位,解析经纬度等
利用百度地图API进行定位,还能得到经纬度、导航卫星定位等
- 2022-01-26 05:16:30下载
- 积分:1
-
代码学习
安卓代码学习,H265最新技术,下载可以编辑。请广大朋友放心下载学习与交流。
安卓代码学习,H265最新技术,下载可以编辑。请广大朋友放心下载学习与交流。
- 2022-04-19 06:34:14下载
- 积分:1
-
购物商城手机客户端+web服务器端
购物商城APP项目采用JSP+Java编写,分为手机客户端和web服务器端两个部分。手机端可以浏览商品,购买商品;web服务器端则是后台管理,可以对商品种类进行操作,用户权限的分配等等。。。
- 2022-03-04 14:56:13下载
- 积分:1
-
BaiDuMapApiDemo
public class BMapApiDemoApp extends Application
{
static BMapApiDemoApp mDemoApp;
// 百度MapAPI的管理类
BMapManager mBMapMan = null;
// 授权Key
// 申请地址:http://developer.baidu.com/map/android-mobile-apply-key.htm
String mStrKey = "866FCA5A50327A48A9857274B5B0FA066DDCDF90";
boolean m_bKeyRight = true; // 授权Key正确,验证通过
// 常用事件监听,用来处理通常的网络错误,授权验证错误等
static class MyGeneralListener implements MKGeneralListener
{
@Override
public void onGetNetworkState(int iError)
{
Log.d("MyGeneralListener", "onGetNetworkState error is " + iError);
Toast.makeText(BMapApiDemoApp.mDemoApp.getApplicationContext(), "您的网络出错啦!", Toast.LENGTH_LONG).show();
}
@Override
public void onGetPermissionState(int iError)
{
Log.d("MyGeneralListener", "onGetPermissionState error is " + iError);
if(iError
- 2022-03-24 01:15:32下载
- 积分:1