-
实现android相册网格和gallery功能 实例源码下载
实现android相册网格和gallery功能 实例源码下载
- 2015-03-17下载
- 积分:1
-
直播demo 局域网
目前支持Windows、Android版本,后续将支持ios版本,其中Windows版本的EasyClient支持多种源接入,包括Windows摄像头、麦克风、RTSP摄像机、屏幕桌面等,采集后经过x264编码
- 2022-01-26 17:10:13下载
- 积分:1
-
android-PushBox
android 推箱子源代码 益智游戏——推箱子(android pushbox)
- 2021-01-04 21:38:54下载
- 积分:1
-
Android WEBservice客户端测试例子
Android WEBservice客户端测试例子,一个搜索客户端,用户通过这个客户端提交搜索的关键字内容,然后提交至服务器进行扫完后返回远程结果,部分代码如下,仅供参考:
SoapObject soapObject = (SoapObject) envelope.getResponse();
String result = "产品名称:" + soapObject.getProperty("name") + "
";
result += "产品数量:" + soapObject.getProperty("productNumber") + "
";
result += "产品价格:" + soapObject.getProperty("price");
tvResult.setText(result);
- 2022-04-13 09:07:59下载
- 积分:1
-
android 自定义对话框 实例源码下载
android 自定义对话框 实例源码下载
- 2014-08-21下载
- 积分:1
-
模仿的微图形用户界面和简单的函数
微信在中国提供即时消息服务的一个流行的应用。代码模拟微信这可能有利于新的Android开发商漂亮的GUI。主要功能包括:(1)登录,(2)欢迎动画,和(3)简单的聊天演示。
- 2022-03-11 03:59:10下载
- 积分:1
-
这个是<android 开发入门>书中的helloworld代码,java环境,在eclipse环境下运行。...
这个是书中的helloworld代码,java环境,在eclipse环境下运行。-This is Book helloworld code, java environment, run under eclipse.
- 2023-03-17 03:30:04下载
- 积分:1
-
小说__android_app-develop
说明: 原生开发的 小说,功能齐全,界面好看,可以二次开发,(The novel of original development has complete functions)
- 2020-04-09 11:17:55下载
- 积分:1
-
Android应用源码开关WIFI热点搜索连接开源有注释
资源描述Android应用源码开关WIFI热点搜索连接开源有注释
- 2022-02-03 14:16:58下载
- 积分:1
-
listviewheSQLitezhishi
注意:本项目是基于android studio开发的,eclipse可能无法直接使用。
本项目是一个简单的基于安卓的记事本项目源码,添加或删除数据的时候会出现显示bug(实际数据不会受到影响),bug体现在添加或删除一条数据以后会在listview里面会展示复制一遍操作后的数据。而不会清除原有的列表文本。新手朋友可以拿这个项目来试试手感,顺便看看能不能独立解决这个问题。
本项目涉及的知识点有:
1、SQLite的基本使用,增删查改
2、listview,adapeter的基本使用
3、activity生命周期
4、intent、bundle传递参数
5、AlertDialog的基本使用(Note: this project is based on the development of studio eclipse, Android may not be able to directly use.
This project is a simple Notepad program source code based on Android, add or delete data will appear when the display bug (actual data will not be affected), bug reflected in add or remove a data will be in inside the listview will show copy again after the operation data. And will not clear the original list of text. Novice friends can take this project to try to feel, by the way to solve this problem can not be solved independently.
The knowledge points involved in this project are:
1, the basic use of SQLite, CRUD
2, listview, the basic use of adapeter
3, activity life cycle
4, intent, bundle transfer parameters
5, the basic use of AlertDialog)
- 2016-07-25 11:25:09下载
- 积分:1