-
dictionary
android英语字典是手机中经常使用的应用。因此,在本文将结合Android来讨论如何实现一个Android版的英文词典。实现英文词典的方法很多。在本文使用了SQLite数据库来保存英文单词信息。系统通过SQLite数据库中保存的单词信息来查找到与指定英文对应的中文信息。(Android Dictionary of English is often used in mobile phone applications. Therefore, in this paper will be combined with Android to discuss how to implement a Android version of the English dictionary. A lot of ways to realize the English dictionary. In this paper, we use the SQLite to save the English word information. The system through the SQLite to save the word information to find the corresponding Chinese information with the specified english.)
- 2016-06-13 09:48:48下载
- 积分:1
-
Android 功能完善的数独游戏源代码
Android 功能完善的数独游戏源代码,关于这个游戏的玩法,这里不再赘述了,游戏编写上的特点,简要说明下:
这个游戏在界面上可支持更换三种游戏主题(草地绿、天空蓝、深沉黑)。同时游戏中还涉及到了许多的android编程知识点,比如ColorPickerDialog、DrawView、OnTouchListener等的应用技巧,在界面中的滑动菜单也做的不错,滚动显示和隐藏菜单时,手指滑动需要达到指定速度才行,这样可有效避免误操作,另外menu最多可以滑动到的左边缘。值由menu布局的宽度来定,marginLeft到达此值之后,不能再减少。 。 另外还有毫秒级的线程睡眠编写技巧。
数独游戏是一款经典的益智游戏,用Android来写,也可熟悉各种Android编程技巧,对提升安卓编程水平有帮助。
- 2023-03-04 17:45:06下载
- 积分:1
-
android旅游
android应用源码,按既定发范德萨大神范德萨范德萨非的飞洒范德萨撒娇咯就哦捡垃圾的谁拉的氨基酚范德萨飞机了拉萨讲的是垃圾粉拉挤的少啦将发放的了撒家乐福的色拉激烈的撒浪费激烈的撒浪费家乐福的撒了飞机拉德斯基阿拉法捡垃圾的了撒娇了
- 2022-05-13 04:02:40下载
- 积分:1
-
droptea
仿qq聊天界面,阻尼效果,拖动超出屏幕后自动弹回。(Imitate QQ chat interface, damp effect, drag out of the screen automatically rebound.)
- 2020-06-21 15:40:02下载
- 积分:1
-
选项卡栏 Android 项目
关于使用选项卡栏 control.u 的 android 应用程序创建选项卡可以添加任何 android application.creating 选项卡上使用选项卡栏 control.u 的 android 应用程序中的新选项卡可以在任何 android 的应用程序中添加新的选项卡。创建选项卡上使用选项卡栏 control.u 的 android 应用程序可以在任何 android 的应用程序中添加新选项卡。
- 2023-04-14 21:25:03下载
- 积分:1
-
android 仿余额宝界面实例源码(动态变化的数字)
动态变化的数字
- 2014-12-25下载
- 积分:1
-
Android下的名片识别源代码
Android下的名片识别源代码,属于一个小的智能应用开发。该应用可扩展作为创新的加密应用
- 2023-01-05 16:40:04下载
- 积分:1
-
android蓝牙与设备通信
资源描述package com.capitalbio.bluetoothlibs;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.Stack;
import java.util.TreeSet;
import java.util.UUID;
import android.annotation.SuppressLint;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.os.Handler;
import android.text.TextUtils;
import android.util.Log;
public class BluetoothService {
private String TAG = "BluetoothService";
private UUID mUUID = UUID
.fromString("00001101-0000-1000-8000-00805F9B34FB");
// .fromString("00001000-000
- 2023-06-26 10:20:04下载
- 积分:1
-
Android 录音软件开源项目
简洁的录音软件app
- 2022-07-07 16:27:29下载
- 积分:1
-
ListView下拉刷新,上拉加载更多
ListView下拉刷新,上拉加载更多
- 2018-05-31下载
- 积分:1