Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - util
Search - util - List
DL : 0
android画图工具类,游戏开发时,图片翻转、旋转的实现-android drawing tools, game development, image rotation, rotation to achieve
Date : 2025-12-17 Size : 35kb User : 刘冬杰

DL : 0
android中的工具类,各种。如json等http,file等,各种。-this snippet for android is util class package,simple json and http ,file.
Date : 2025-12-17 Size : 18kb User : enum

package org.crazyit.dialog import java.util.Calendar import android.app.Activity import android.app.DatePickerDialog import android.app.TimePickerDialog import android.os.Bundle import android.view.View import android.view.View.OnClickListener import android.widget.Button import android.widget.DatePicker import android.widget.EditText import android.widget.TimePicker ,package org.crazyit.dialog import java.util.Calendar import android.app.Activity import android.app.DatePickerDialog import android.app.TimePickerDialog import android.os.Bundle import android.view.View import android.view.View.OnClickListener import android.widget.Button import android.widget.DatePicker import android.widget.EditText import android.widget.TimePicker
Date : 2025-12-17 Size : 17kb User : ekey

可以拖动的ListView,实现手动拖动的ListView 可以拖动的ListView,实现手动拖动的ListView-DragListView package com.tarena.draglist.demo import java.util.List import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.BaseAdapter import android.widget.TextView public class DragListAdapter extends BaseAdapter { Context context LayoutInflater inflater List<String> groupN public DragListAdapter(Context con, List<String>groupname) { this.groupN = groupname this.context = con inflater = LayoutInflater.from(con) } @Override public int getCount() { return groupN.size() } @Override public Object getItem(int position) { return groupN.get(position) } public void remove(String group) { int index=groupN.indexOf(group) groupN.remove(index) notifyDataSetChanged() } public void insert(String grname, int postion) { groupN.add(postion, grname) notifyDataSetChanged() } @Override
Date : 2025-12-17 Size : 203kb User : zhengyunguang

一个手机安全软件的demo, 一个手机安全软件的demo,-package com.tarena.phonemanager import java.util.ArrayList import java.util.List import android.app.Activity import android.app.AlertDialog.Builder import android.app.Dialog import android.content.DialogInterface import android.content.Intent import android.os.Bundle import android.view.LayoutInflater import android.view.Menu import android.view.MenuItem import android.view.View import android.view.View.OnClickListener import android.widget.EditText import android.widget.ListView import android.widget.TextView import android.widget.Toast import com.tarena.adapter.ContactAdapter import com.tarena.biz.ContactBiz import com.tarena.entity.Contact public class BlackActivity extends Activity { private TextView tv_white, tv_black, tv_add_white private ContactBiz cBiz private ListView lv_wb_contacts private ArrayList<Contact> contacts private LayoutInflater inflater private EditText et_add_name, et_add_num private View
Date : 2025-12-17 Size : 1.11mb User : zhengyunguang

ViewFilper用法说明,一个小demo-package com.tarena.phonemanager import java.util.ArrayList import java.util.List import android.app.Activity import android.app.AlertDialog.Builder import android.app.Dialog import android.content.DialogInterface import android.content.Intent import android.os.Bundle import android.view.LayoutInflater import android.view.Menu import android.view.MenuItem import android.view.View import android.view.View.OnClickListener import android.widget.EditText import android.widget.ListView import android.widget.TextView import android.widget.Toast import com.tarena.adapter.ContactAdapter import com.tarena.biz.ContactBiz import com.tarena.entity.Contact public class BlackActivity extends Activity { private TextView tv_white, tv_black, tv_add_white private ContactBiz cBiz private ListView lv_wb_contacts private ArrayList<Contact> contacts private LayoutInflater inflater private EditText et_add_name, et_add_num private View
Date : 2025-12-17 Size : 1.15mb User : zhengyunguang

android短信demo,包括连续发送短信-package com.tarena.phonemanager import java.util.ArrayList import java.util.List import android.app.Activity import android.app.AlertDialog.Builder import android.app.Dialog import android.content.DialogInterface import android.content.Intent import android.os.Bundle import android.view.LayoutInflater import android.view.Menu import android.view.MenuItem import android.view.View import android.view.View.OnClickListener import android.widget.EditText import android.widget.ListView import android.widget.TextView import android.widget.Toast import com.tarena.adapter.ContactAdapter import com.tarena.biz.ContactBiz import com.tarena.entity.Contact public class BlackActivity extends Activity { private TextView tv_white, tv_black, tv_add_white private ContactBiz cBiz private ListView lv_wb_contacts private ArrayList<Contact> contacts private LayoutInflater inflater private EditText et_add_name, et_add_num private View
Date : 2025-12-17 Size : 108kb User : zhengyunguang

介绍Java 的实用工具类库java.util 包。在这个包中,Java 提供了一些实用的 方法和数据结构。例如,Java 提供日期(Data)类、日历(Calendar)类来产生和获取 日期及时间,提供随机数(Random)类产生各种类型的随机数,还提供了堆栈 (Stack)、向量(Vector) 、位集合(Bitset)以及哈希表(Hashtable)等类来表示相应的 数据结构.-Introduction of Java Utility library java.util package. In this package, Java provides some practical Methods and data structures. For example, Java provides the date (Data) class calendar (Calendar) class to generate and access Date and time, providing a random number (Random) class produces various types of random numbers, but also provides the stack (Stack), vector (Vector), bit set (Bitset) and hash table (Hashtable) and other classes to represent the corresponding Data Structures.
Date : 2025-12-17 Size : 245kb User : peter

android 快速开发的11个工具类.-11util classes for android dev. 11util classes for android dev. 11util classes for android dev.
Date : 2025-12-17 Size : 11kb User : 王先生

This a subclass of android.widget.TextView which exposes a method setDate() that accepts a long Unix timestamp or java.util.Date. The view converts the date into a String which describes the date in terms of time since that timestamp. For example, if the current timestamp is Unix 1453503166 and we call timeSinceTextView.setDate(1453503116), 50 seconds ago is displayed.-This is a subclass of android.widget.TextView which exposes a method setDate() that accepts a long Unix timestamp or java.util.Date. The view converts the date into a String which describes the date in terms of time since that timestamp. For example, if the current timestamp is Unix 1453503166 and we call timeSinceTextView.setDate(1453503116), 50 seconds ago is displayed.
Date : 2025-12-17 Size : 111kb User : huang xing

PS(补充): 一、(之前环境myeclipse10或2014、eclipse android、IE10) mysql建表与存储过程:在WirelessOrder_Server目录下有‘并台存储过程代码.txt’和 建表语句.txt ,需要在mysql数据库执行来建表 二、配置数据库 在WirelessOrder_Server/src/有DBConfig.properties文件,需要将里面的username和password改为自己mysql数据库用户名与密码(即第一步建表的用户) 三、修改客户端IP 在WirelessOrder_Client/src/com/amaker/util目录下有HttpUtil.java文件,14行将String BASE_URL= http://192.168.43.216:8080/WirelessOrder_Server/ 中192.168.43.216改为自己主机IP 四、mysql数据表根据文档添加数据,如登入用户名、密码等等需要自己造;tomcat发布运行进行测试 注意:请查看数据表结构,有主键外键约束 PS:真是手机有可能连不上客户端,可以用模拟器或是电脑与手机都用同一个wifi测试 如有疑问可发-PS (supplement): a, (before environmental myeclipse10 or 2014, eclipse android, IE10) mysql built table and stored procedure: In WirelessOrder_Server directory and stored-procedure code .txt and construction of the table statement .txt , need mysql s to build in table II, in the configuration WirelessOrder_Server/src/have DBConfig.properties file needs to be inside the username and password to own mysql user name and password (that is, the first step to build a user table) III. modify the client IP in WirelessOrder_Client/src/com/amaker/util directory HttpUtil.java file, line 14 String BASE_URL = http://192.168.43.216:8080/WirelessOrder_Server/ in changing his host 192.168.43.216 IP four, mysql data table according to the document to add data, such as user login name, password, and so needs its own making tomcat release test run Note: See the data table structure, primary key foreign key constraint PS: It is possible to phone Rom clients can use the simulator or a computer wit
Date : 2025-12-17 Size : 2.68mb User : 吴昊

高仿QQ客户端加服务端加数据库全套源码运行步骤: QQServer端 1,使用mysql.sql文件创建数据库,修改DB.properties中密码为你设置的数据库的密码 mysql数据库默认编码应该设置为gbk 2,先启动Server QQClient端 1,改ip 修改com.way.chat.common.util.Constants.SERVER_IP为你自己电脑的ip 查看ip,开始 -运行 -cmd(命令提示符) -ipconfig 2,运行客户端 真机测试时如果真机不能连接自己电脑上的服务器,先要关闭防火墙 真机不能连接自己电脑的服务器的时候,可以使用模拟器测试-High imitation QQ client plus server plus a full set of source code running steps: QQServer end 1, use the mysql.sql file to create the , modify the password for the you set the password for the DB.properties The default encoding for the MySQL should be set to GBK 2, start Server QQClient end 1, change IP Modify IP for your own computer com.way.chat.common.util.Constants.SERVER_IP See IP, start running -cmd (command prompt) -ipconfig 2, running the client If the testing prototype cannot connect your computer to the server, to close the firewall When the machine cannot connect your computer server, you can use the simulator to test
Date : 2025-12-17 Size : 1.37mb User : gaojinding

DL : 0
本程序包含一个http协议的工具类,支持get和post请求两种方式,返回值类型为字符串类型,方便开发。-This project conclude a util designed to use HTTP protocol. Its return is String type which is easier for you to program.
Date : 2025-12-17 Size : 1.38mb User : hary

DL : 0
详细介绍 - [ WIFI热点搜索连接 ] WIFI热点搜索连接是一个安卓版搜索扫描周围wifi并获取热点信息然后可以直接连接wifi热点的应用源码,可以直接在应用内打开wifi开关,不需要去设置选项里面打开,项目提供了一个util类,提供包括安卓连接WEP、WPA、WEP2、无密码等几种热点的功能实现,并且代码都有有比较详细的注释,一开始wifi关闭部分判断有点问题javaapk.com进行了少量更正,现在整个项目可以正常完美的运行,项目编码GBK默认编译版本4.1.2最低版本4.0以上。 -WIFI hot search connection. WiFi hotspot search link is an Android version of search scanning around the WiFi and get hot information can then be directly connected WiFi hotspot application source code, can be directly in the application of the open WiFi switch, do not need to set options open project provides a util classes, including Android connection WEP, WPA, WEP2, no password several hotspot, and the code has detailed notes, start WiFi off part of the judgment problem javaapk.com for a small number of corrections, and now the whole project can be perfectly normal operation and project GBK encoding default compiled version 4.1.2 minimum version 4.0 and above.
Date : 2025-12-17 Size : 1.34mb User : Austin

android sdcard工具类,判断sdcard是否可用,获取SD卡路径,获取SD卡的剩余容量,获取系统存储路径,屏幕工具px,dip互换。(Android sdcard & screen utility class)
Date : 2025-12-17 Size : 2kb User : romen
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.