- 6
- 0
- 约4.71千字
- 约 5页
- 2017-07-09 发布于河南
- 举报
launcher介绍
Launcher是Android的应用程序启动器,Launcher的功能?还包含:桌面的切换、应用程序快捷 (shortcut)功能、背景图(Wallpaper)功能等等。在Android的桌面最下方,有一个图示,按下后可以拉出应用程序图示清单,这是Launcher提供的功能。我们这个实例是用GridView来实现Launcher效果的,?下面的截屏显示本实例的效果图:?源代码如下:main.xml布局文件,只有一个GridView:[xhtml:collapse:showcolumns]?+ expand sourceview plaincopy·········10········20········30········40········50········60········70········80········90········100·······110·······120·······130·······140·······150?GridView的每一个Item也需要一个布局文件,用来定义应用的图标与标题,application_layout.xml:[xhtml:collapse:showcolumns]?+ expand sourceview plaincopy·········10········20········30········40········50········60········70········80········90········100·······110·······120·······130·······140·······150?主程序文件,Launcher.java:[c-sharp:collapse:showcolumns]?+ expand sourceview plaincopy·········10········20········30········40········50········60········70········80········90········100·······110·······120·······130·······140·······150?几点说明:函数setupViews()是建立Launcher桌面的Views的。setupViews里面的函数bindAllApps()是把Activity里面所有符合特定Intent的结果查出来,结果封装在ResolveInfo的List里面。可以通过ResolveInfo获取到应用的图标及标签。包android.content.pm所含的类负责获取应用程序包的信息,包括关于activities,permissions,services,signatures和providers的信息。?xml version=1.0 encoding=utf-8?LinearLayout xmlns:android=/apk/res/android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parentGridViewandroid:id=@+id/gridviewandroid:layout_width=fill_parentandroid:layout_height=wrap_content//LinearLayout?xml version=1.0 encoding=utf-8?LinearLayout xmlns:android=/apk/res/android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parentImageViewandroid:id=@+id/imageviewandroid:layout_width=wrap_contentandroid:layout_height=wrap_content/TextViewandroid:id=@+id/textviewandroid:layout_width=wrap_contentandroid:layout_height=wrap_content//LinearLayoutpackage com.test.launcher;import java.util.Collections;import java.util.List;import android.app.Activity;import android.content.Com
您可能关注的文档
- 28《观潮》23张.ppt
- 28 生命签证.ppt
- 2、助理人力资源管理师知识考试模拟试卷与答案.doc
- 3沉降与过滤习题与答案.doc
- 328例女中学生月经疾病发病状况与影响因素调查.doc
- 3.3 材料模型种类与参数.ppt
- 4 科普文章阅读全套解析.ppt
- 28.解决问题策略.ppt
- 4套听力答案与原文.doc
- 42805轮机英语-2007年第1期海船船员适任证书全国统考试题与答案(总第42期).doc
- 七年级英语I want to be an actor2.ppt
- 【英语】Section One Introduction+ Reading and Vocabulary(外研版必修2).ppt
- 【步步高】2014届高考物理二轮【配套】专题六 第1课时.ppt
- PPT PowerPoint 应用 (五).ppt
- 七年级英语-weather 2015.ppt
- 七年级英语上册 Unit 7《How much are these pants》period 2 人教新目标版.ppt
- 上海市嘉定区2013届高三英语一模试卷(含答案与听力文字).doc
- 三年级下册公开课第15课《争吵》.ppt
- 三级企业人力资源管理师培训 第一章.ppt
- 上海市闵行区2014届高三英语一模试卷(含答案与听力文字) 2.doc
原创力文档

文档评论(0)