-
Android 自动翻页-文字自动换行的例子
Android 自动翻页-文字自动换行的例子,测试自动换行,设置文字自动换行,得到字符串的信息,通过绘制TextUtil:实现自动换行,包括:行数、页数等信息,内部调用,本源码演示了文字自动换行的同时,还告诉初学者,设置字体尺寸、显示文本的区域、背景颜色、字体颜色、要显示的字符串、 触笔事件、线程处理、绘制字符串、翻页等按键处理,在线程处理中,使用postInvalidate可以直接在线程中更新界面。
比较基础的例子了,相信Android新同学会喜欢这个源码。
- 2022-05-26 14:58:30下载
- 积分:1
-
ReadECGData
读取txt文本心电图数据,动态的绘制心电图波形(Read TXT text ECG data and draw ECG waveform dynamically)
- 2019-03-30 13:16:40下载
- 积分:1
-
带有数字进度的SeekBar
应用背景该SeekBar在拖动过程中有数字的实时显示,有这方面需求的可以参考关键技术
自定义SeekBar集成Android SeekBar,添加数字显示,和数字回调监听
- 2022-03-02 13:03:52下载
- 积分:1
-
android 地图 缩放例子源码
android 地图 缩放例子源码
- 2014-09-22下载
- 积分:1
-
六角界面
此源码为从别处下载下来的,已经忘记出处了,现在传上来,如果大家有需要的可以下载下来看看。
- 2022-01-20 23:24:18下载
- 积分:1
-
android多线程断点下载
android多线程断点下载
示例代码
package com.smart.activoty.download;
import java.io.File;
import android.app.Activity;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ProgressBar;
import android.widget.TextView;
import android.widget.Toast;
import com.smart.impl.SmartDownloadProgressListener;
import com.smart.impl.SmartFileDownloader;
public class SmartDownloadActivity extends Activity {
private ProgressBar downloadbar;
private EditText pathText;
private TextView resultView;
private Handler handler = new Handler(){
@Override//信息
public void handleMessage(Message msg) {
switch (msg.what) {
case 1:
int size = msg.getData().getInt("size");
downloadbar.setProgress(size);
float result = (float)downlo
- 2022-09-04 09:45:03下载
- 积分:1
-
CertPathValidator
Cert Path Validator Source Code for Andriod.
- 2013-12-06 12:14:16下载
- 积分:1
-
基于Android Studio的天气预报APP
基于Android Studio的天气预报APP,本人亲测可用,代码简单易懂,运行在Android studio上。连接的API,不需要自己获取天气数据,即可显示全国天气,以及温馨提示等信息。界面简洁,整体效果不错!
- 2022-02-13 04:21:27下载
- 积分:1
-
android 音乐播放实例源码
android 音乐播放实例源码
- 2014-03-14下载
- 积分:1
-
AhHuiUniversity
随着经济与科技的快速发展,智能手机一步步进入普通人得生活,它将成为人们获取信息的主要设备,因此基于Android手机的手机地图服务需求越开越迫切,为外出旅游的人们提供了极大地便利。Android是Google开发的基于Linux平台的开源手机操作系统。它包括操作系统、中间件、用户界面和应用程序,是为移动终端打造的真正开放和完整的移动软件。本文对目前应用的Symbian、WindowsMoblie、Mac OS X和Android平台的现状进行了分析与比较,主要阐述以面向对象程序开发语言JAVA,以eclipse为开发工具,基于智能手机Android之上设计一个导览系统。本文主要介绍安徽大学,界面友好 、操作便捷,具有良好的可扩展性和可维护性,系统经过测试,可以稳定运行,能够满足手机用户基本的地图服务需求。(With the rapid development of economy and technology,Smartphone enters into the lives of ordinary people step by step,it will become the main device to obtain information,Therefore,based on the Android mobile phone mobile map service needs become more and more urgent for people who travel offers great convenience.Android is the Google development opens the source handset operating system based on Linux platform. It includes the operating system,the Middleware,he user interface and the application procedure. It is for the mobile terminal to create a truly open and complete mobile software. In this thesis,there is a analysis and comparion about the status of the current applide platforms like Symbiam ,WindowsMoblie,Mac OS X and Android ,this thesis Mainly expounds the development of object-oriented programming language java, eclipse as a
development tool, to design a navigation system-based smartphone on Android. This paper mainly introduces the anhui university,user-friendly,easy to)
- 2013-10-30 13:56:55下载
- 积分:1