-
Android实现手机京东布局
用Android studio实现手机京东的布局以及的数据的展示, 用到了百度地图, autha认证技术
- 2023-03-09 18:20:09下载
- 积分:1
-
CH06
Android sdk开发范例大全(第二版)第6章节
- 2013-08-02 11:12:28下载
- 积分:1
-
TouchActivity
触屏触摸活动测试代码,声明ImageView变量,声明相关变量作为存储图片宽高,位置使用,声明存储屏幕的分辨率变量,取得屏幕对象,取得屏幕解析像素,通过findViewById构造器创建ImageView对象,将图片从Drawable赋值给ImageView来呈现,当点击ImageView,还原初始位置,取得手指触控屏幕的位置,覆盖触控事件,防图片超过屏幕的相关处理,防止屏幕向右超过屏幕,以setLayoutParams方法,重新安排Layout上的位置,以setLayoutParams方法,重新安排Layout上的位置...
(Weather Android source code, obtained Google s weather API data themselves may again be extended run shot more difficult to grasp here, an environmental source test it on the download, Android Weather WeatherForecast seems to be common and the primary example of a simple Android , but would like to develop a beautiful and feature-rich weather application, it requires a lot of knowledge of the perfect combination.)
- 2013-08-01 18:19:48下载
- 积分:1
-
武汉观
新闻类的App,可实时动态的了解武汉资讯,其中设置有爆料,问答等相应模块,还有打赏环节
- 2023-03-07 01:05:05下载
- 积分:1
-
Android-PPT
Android learn. This document include all PPT and other meterials to help you learn the Android development(Android learn. This document include all PPT and other meterials to help you learn the Android development.)
- 2015-05-05 21:00:44下载
- 积分:1
-
Android毛玻璃效果处理类 附示例源码
Android毛玻璃效果处理类 附示例源码,方法封装,实现简单,代码里有详细注释,有需要的朋友可以去下载。相关代码先睹为快:
Bitmap bmp = BitmapFactory.decodeResource(getResources(),id);//从资源文件中得到图片,并生成Bitmap图片
final Bitmap blurBmp = BlurUtil.fastblur(MainActivity.this, bmp, 10);//0-25,表示模糊值
final Drawable newBitmapDrawable = new BitmapDrawable(blurBmp); // 将Bitmap转换为Drawable
layout.post(new Runnable() //调用UI线程
{
public void run()
{
layout.setBackgroundDrawable(newBitmapDrawable);//设置背景
}
});
- 2022-04-07 03:49:35下载
- 积分:1
-
android 4.4 通过拍照、相册 设置头像实例源码下载(亲测通过)
该实例成功解决了 android 4.4 系统 选择照片后 截图失败问题,这是路径取值问题, 详细看代码吧
- 2015-02-13下载
- 积分:1
-
蓝牙连接
应用程序用来连接之间 android 装置和蓝牙适配器。conitains 注册和登录的域。当登录成功马达连接到远程蓝牙打开。
- 2023-07-28 21:00:04下载
- 积分:1
-
4013724
本程序是对V-BLAST系统及其检测算法的仿真,可采用BPSK,QPSK,16QAM,64QAM调制,检测算法为ML,MM(This program is to simulate the V-BLAST system and its detection algorithm, which can be modulated by BPSK,QPSK,16QAM,64QAM, and the detection algorithm is ML,MM.)
- 2019-03-28 05:10:23下载
- 积分:1
-
android 省市县三级联动 实例源码(含sqlite数据库)下载
android版的省市三级联动,使用sqllite本地数据,数据库在这个目录下 resaw
- 2014-12-22下载
- 积分:1