-
一款基于安卓的简单聊天软件
可以注册登录、发送文字表情。
使用前请安装好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
-
[安卓开源]带详细注释的水果消消看源码
说明: 一款游戏,有详细注释,可以运行在安卓平台上。(A game, with detailed annotations, can run on Android platform.)
- 2020-06-21 14:20:02下载
- 积分:1
-
android api 手册(chm)
android api 手册(chm)
- 2015-01-09下载
- 积分:1
-
android 蓝牙热敏打印机 app源码下载
蓝牙热敏打印机 此工程创建于2014年8月,使用蓝牙和usb传输打印数据,打印数据是将打印内容装换成bitmap,bitmap处理成二值图像。
- 2016-02-17下载
- 积分:1
-
automatically-send-text-messages
Android自动发送短信,可以让你的手机自动发送短信的代码(Android automatically send a text message that lets your phone automatically send SMS code)
- 2012-07-17 16:07:58下载
- 积分:1
-
jump-target-ia32
Jump Target implementation for Linux Android Source Code.
- 2013-07-24 10:33:27下载
- 积分:1
-
带标签的简单饼图
翻译 maninwest@Codeforge 作者:User 1234567@CodeProject此库包含创建带有基本交互和标签的饼图的简单方法。实现步骤计算值的百分比使用百分比找到掠角在当前扇形的掠角上添加上一个扇形的结束角。使用起始角度和掠角创建新扇形视图。代码循环访问所有点并计算角度,添加扇形到布局total = 0;
for (int i = 0; i < data.length; i++) {
total += data[i];
}
float startAngle = 0, sweepAngle;
for (int i = 0; i < data.length; i++) {
sweepAngle = data[i] * (360f / total);
PieSlice pieSlice = new PieSlice(getContext(), this);
pieSlice.startAngele = startAngle;
pieSlice.sweepAngle = sweepAngle;
addView(pieSlice);
pieSlices.add(pieSlice);
pieSlice.paint.setColor(palette[i % 6]);
startAngle += s
- 2022-05-18 12:34:33下载
- 积分:1
-
Android_Interface-tutorial-Daquan
android 界面教程大全
很使用 喜欢做界面的朋友,这必然是首选(the android interface tutorial Daquan is very friends like to do the interface, which is bound to be preferred)
- 2012-11-05 13:01:19下载
- 积分:1
-
Android 支持人脸识别拍照程序范例
Android 支持人脸识别拍照程序范例,拍摄照片时将自动锁定人脸部位,然后对焦什么的都会跟上,就像现在手机拍照的人脸检测一样的功能。同时本拍照程序还有一些特效功能,比如黑白、负片、曝光过度、色调分离、白板、浅绿、浮雕、素描、霓虹灯等。
改变方向并作动画效果 @param orientation [0 , 7] 方向分别为 0上面朝下 1左上面朝下 2左面朝下 3左下面朝下 。。。依次类推
本APP运行时需要开启摄像头权限、读取外部存储权限、写入外部存储权限。
- 2022-10-02 09:30:04下载
- 积分:1
-
android 瀑布流 完整实例源码下载
android 瀑布流 完整实例源码下载
- 2014-07-29下载
- 积分:1