安卓中改变手机壁纸

news/2024/11/25 0:40:14/
布局文件如下:
XML文件如下所示:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000000"
android:orientation="vertical" >
<Button
android:id="@+id/btn_reset"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/returns" />
<ImageView
android:id="@+id/iv_current"
android:layout_width="80dp"
android:layout_height="130dp"
android:layout_gravity="center_horizontal"
android:contentDescription="@string/action_settings" />
<Button
android:id="@+id/btn_current"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/getcurrent" />
<Gallery
android:id="@+id/gallery"
android:layout_width="match_parent"
android:layout_height="150dp"
android:layout_gravity="center"
/>
<Button
android:id="@+id/btn_setwall"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/setcurretn" />
</LinearLayout>
安卓手机壁纸的改变
<1>要实现这一功能需要添加一个权限
 <!-- 设置手机墙纸权限 -->
    <uses-permission android:name="android.permission.SET_WALLPAPER" />

代码实现如下所示:
一、需要创建一个适配器
package com.brucecheng.waller;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.Gallery;
import android.widget.ImageView;
@SuppressWarnings("deprecation")
public class WallPaper extends BaseAdapter {
//创建资源数组
private int[] imageIds;
private Context context;
//重写构造方法
public WallPaper(Context context,int[] imageIds){
this.imageIds=imageIds;
this.context=context;
}
@Override
public int getCount() {
return imageIds.length;
}
@Override
public Object getItem(int position) {
return imageIds[position];
}
@Override
public long getItemId(int position) {
return position;
}
@Override
public View getView(int position, View convertView, ViewGroup parent) {
//创建一个ImageView用于显示壁纸图片
ImageView iv=new ImageView(context);
//设置参数
iv.setScaleType(ImageView.ScaleType.FIT_CENTER);
iv.setLayoutParams(new Gallery.LayoutParams(120, 120));
iv.setImageResource(imageIds[position]);
return iv;
}
二、Activity的代码实现如下所示:
package com.brucecheng.waller;
import java.io.IOException;
import java.io.InputStream;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemSelectedListener;
import android.widget.Button;
import android.widget.Gallery;
import android.widget.ImageView;
@SuppressWarnings("deprecation")
public class WallerActivity extends Activity {
//创建资源数组
private int[] imageIds={R.drawable.bing11,
R.drawable.bing12,
R.drawable.bing5,
R.drawable.bing6,
R.drawable.bing7,
R.drawable.album,
};
//创建一个整型值表示当前的壁纸
int currentIndex=-1;
//寻找控件
Gallery gallery;
Button btn_reset,btn_current,btn_setwall;
ImageView iv_current;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
//调用方法实例化控件
findViewById();
//为gallery绑定适配器
gallery.setAdapter(new WallPaper(this, imageIds));
//设置监听事件
gallery.setOnItemSelectedListener(new OnItemSelectedListener() {
@Override
public void onItemSelected(AdapterView<?> parent, View view,
int position, long id) {
//记录被选中的图片索引
currentIndex=position;
}
@Override
public void onNothingSelected(AdapterView<?> parent) {
}
});
//为其他的控件设置监听事件
btn_current.setOnClickListener(listener);
btn_setwall.setOnClickListener(listener);
btn_reset.setOnClickListener(listener);
}
//重写监听事件
OnClickListener listener=new OnClickListener() {
@Override
public void onClick(View v) {
switch (v.getId()) {
//获取当前壁纸
case R.id.btn_current:
iv_current.setBackgroundDrawable(getWallpaper());
break;
//设置壁纸
case R.id.btn_setwall:
InputStream in=WallerActivity.this.getResources().openRawResource(imageIds[currentIndex]);
//设为当前壁纸
try {
setWallpaper(in);
} catch (IOException e1) {
e1.printStackTrace();
}
break;
//恢复默认壁纸
case R.id.btn_reset:
try {
WallerActivity.this.clearWallpaper();
} catch (Exception e) {
e.printStackTrace();
}
break;
}
}
};
//自定义方法实例化控件
public void findViewById(){
btn_current=(Button) findViewById(R.id.btn_current);
btn_reset=(Button) findViewById(R.id.btn_reset);
btn_setwall=(Button) findViewById(R.id.btn_setwall);
iv_current=(ImageView) findViewById(R.id.iv_current);
gallery=(Gallery) findViewById(R.id.gallery);
}
}




http://www.ppmy.cn/news/436955.html

相关文章

android 壁纸制作教程,教你如何自己制作安卓手机壁纸的方法教程

谷歌的Android手机操作系统正在迅速成为最流行的手机平台之一。这是非常容易自定义的&#xff0c;包括更改墙纸&#xff0c;只是可自定义的其中一部分。 这篇文章可以教你如何DIY制作属于自己的手机壁纸&#xff0c;下面直接进入主题。 准备工作&#xff1a; 1.图片 2.图片编辑…

有没有不限制群发数量的软件?

父亲节的由来 父亲节&#xff08;Fathers Day&#xff09;&#xff0c;顾名思义是感恩父亲的节日。 世界上第一个父亲节&#xff0c;1910年诞生于美国。 而中国的父亲节起源要追溯到民国时代。民国三十四年的八月八日&#xff08;1945.8.8&#xff09;&#xff0c;上海文人所…

【22AP20 解码处理器(Hi3536AV100)】

22AP20 解码处理器(Hi3536AV100) 一、产品简介 22AP20 是针对多路高清/超高清&#xff08;1080p/4M/5M/4K&#xff09;智能 NVR 产品应用开发的新一代专业高端 SoC 芯片。22AP20 集成了 ARM Cortex-A55 八核处理器和性能强大的图像分析工具处理器&#xff0c;支持多种智能算法…

【栈与队列part02】| 20.有效的括号、1047.删除字符串中所有相邻重复项、150.逆波兰表达式求值

目录 ✿LeetCode20. 有效的括号❀ ✿LeetCode1047.删除字符串中的所有相邻重复项❀ ✿LeetCode150. 逆波兰表达式求值❀ ✿LeetCode20. 有效的括号❀ 链接&#xff1a;20.有效的括号 给定一个只包括 (&#xff0c;)&#xff0c;{&#xff0c;}&#xff0c;[&#xff0c;]…

Failed to load ApplicationContext

问题如下 找了一个多小时&#xff0c;最终发现问题所在&#xff1a; 用的数据库时MongoDB&#xff0c;在写分页查询的时候 用的mysql的分页查询的jar包&#xff0c;会引入mysql相关的包。导致jar包冲突 <dependency><groupId>com.github.pagehelper</groupId&g…

C51单片机简易密码锁(课程设计)

已经过测试&#xff0c;全部可用。手机好像不能发博客&#xff0c;相册提取图片代码粘黏复制可用。 本密码锁用于开门关门。绿灯保持常亮状态&#xff0c;表示一直通电状态。如果处于开门状态&#xff0c;则红灯也会亮起。&#xff08;单片机上无法显示红绿灯&#xff0c;仿真…

51单片机密码锁(含确认键、清零键、删除键)

main.c文件内容&#xff1a; 江科协大51单片机入门教程-2020版 程序全程纯手打 从零开始入门_哔哩哔哩_bilibili 新增删除键

基于单片机AT89C51密码锁设计

1 引言 1.1设计目的 随着电子技术的发展&#xff0c;各类电子产品应运而生&#xff0c;电子密码锁就是其中之一。电子密码锁就是通过键盘输入一组密码完成开锁过程。研究这种锁的初衷&#xff0c;就是为提高锁的安全性。 目前&#xff0c;国内自行研制开发的电子锁&…