-
android平台语音聊天机器人
android平台的语音聊天助手源码,采用图灵api实现智能聊天,嵌入讯飞语音云SDK,实现语音识别和语音合成,编译成的apk已经在各大应用市场上线,可以搜索“小威机器人”下载体验,
- 2023-07-18 01:55:04下载
- 积分:1
-
MemoryGame
memory games sample code for eclipse open source program
- 2012-04-16 03:29:28下载
- 积分:1
-
消息 Iphone 主题,Android 平台
消息 Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android 平台
消息 Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android 平台
消息 Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android 平台
- 2022-03-19 03:11:41下载
- 积分:1
-
GeolocationService
Implements the Java side of GeolocationServiceAndroid.
- 2014-01-06 11:58:07下载
- 积分:1
-
[Android] 手机资料传到电脑(WiFi)
如何将手机资料经由WIFI传到电脑呢?我们可以利用ServerSocket(Server端)和socket(Client端)来作一个例子,从手机裡选一张照片传送到电脑,这裡有一点要注意,Server和client需在同一个网址。电脑端(Server):先自订一个port(这裡是设成1111), 然后新建一个ServcerSocket,再呼叫accept()方法,这个方法会一直等到client端连进来,才会执行下一行程式。这边的build法,我是用eclipse,直接NEW->Java project,打入程式后,直接按RUN(Ctrl+F11)去执行,然后等待Android端连进来。Android端(Client):这边我设计成,程式一启动,就选一张照片传送到电脑端,分成二个阶段:第一个阶段时,new一个socket,然后带入Server端的IP位址及Port number,第二个阶段,先将照片读入后,存在buffer裡,然后在利用outputstream输出至Server端。最后,因为我们有用到网路传输,所以记得在xml加入INTERNET的权限。AndroidManifest.xml
- 2022-08-25 08:22:45下载
- 积分:1
-
android SQLite插入 查询实例源码下载
android SQLite插入 查询实例源码下载
- 2015-03-13下载
- 积分:1
-
微信登录的界面管理
微信登录的界面,非常简单时尚化,新学习的软件爱好者可以下载使用,顺便请大家指出其中的不足,真正的好代码,值得大家使用下载,欢迎大家一起学习下载!!!
- 2023-04-14 23:00:03下载
- 积分:1
-
java-master
Android插件
PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second.
The atomic components that make up a data stream are API Keys, Messages, and Channels.(PubNub Java-based SDKs for Java/Android
PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second.
The atomic components that make up a data stream are API Keys, Messages, and Channels.)
- 2016-06-05 13:38:05下载
- 积分:1
-
Android实现按回车确认键显示其它输入框的EditText
Android实现按回车确认键显示其它输入框的EditText,在正常状态下,其它部分的EditText是灰色的,当按下回车键后,高亮显示进入输入状态,相关代码可参考如下代码:
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
editTexts[0] = (EditText) findViewById(R.id.edittext1);
editTexts[1] = (EditText) findViewById(R.id.edittext2);
editTexts[2] = (EditText) findViewById(R.id.edittext3);
for (int i = 0; i < editTexts.length; i++)
editTexts[i].setOnKeyListener(this);
buttons[0] = (Button) findViewById(R.id.button1);
buttons[1] = (Button) findViewById(R.id.button2);
buttons[2] = (Button) findViewById(R.id.button3);
}
- 2022-03-26 11:46:37下载
- 积分:1
-
Pedometer
说明: 一款简单的计步器,采用环状计步器界面设计(A simple pedometer with circular pedometer interface design)
- 2020-05-15 14:08:48下载
- 积分:1