当前位置: 首页 > news >正文

网站 数据库+1网络营销专业的就业方向

网站 数据库+1,网络营销专业的就业方向,网站备案后要做什么,英语培训学校网站怎么做一、实验目的(如果代码有错漏,可查看源码) 1.熟悉广播机制的实现流程。 2.掌握广播接收者的创建方式。 3.掌握广播的类型以及自定义官博的创建。 二、实验条件 熟悉广播机制、广播接收者的概念、广播接收者的创建方式、自定广播实现方式以及有…

一、实验目的(如果代码有错漏,可查看源码)

1.熟悉广播机制的实现流程。

2.掌握广播接收者的创建方式。

3.掌握广播的类型以及自定义官博的创建。

二、实验条件

熟悉广播机制、广播接收者的概念、广播接收者的创建方式、自定广播实现方式以及有序广播和无需广播的工作流程。

三、实验内容

1.搭建饭堂广播界面布局。

2.实现饭堂广播界面的功能。

3.运行测试广播程序。

四、实验指导

1.搭建饭堂广播界面布局

在饭堂广播项目程序中只显示一个首页界面(饭堂广播界面),该界面主要拥有展示喇叭图片、食物图片、兔子图片和两个以上对话气泡为背景的文本提示信息,

(1)创建项目程序。创建一个CanteenRadio项目,指定项目包名。

(2)导入界面图片。将饭堂广播界面所需要的图片资源content_left_bg.png、content_right_bg.png、foods.png、horn.png、rabbit.png导入到程序中创建的drawable-hdpi文件夹中。

(3)添加界面控件。在activity_main.xml布局文件中,添加三个ImageView控件分别用于显示喇叭图片、食物图片和兔子图片,两个TeatView控件分别用于显示喇叭提示的“点击喇叭”或 “开饭啦!”,布局界面实现代码如下:

​
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"android:layout_width="match_parent"android:layout_height="wrap_content"android:layout_margin="5dp"android:padding="8dp"android:background="@drawable/item_bg"><ImageViewandroid:id="@+id/iv_photo"android:layout_width="60dp"android:layout_height="60dp"android:layout_centerVertical="true"app:srcCompat="@drawable/user" /><TextViewandroid:id="@+id/tv_name"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_alignTop="@+id/iv_photo"android:layout_marginTop="5dp"android:layout_toEndOf="@+id/iv_photo"android:layout_marginStart="20dp"android:textColor="@color/black"android:text="李雷" /><TextViewandroid:id="@+id/tv_phone"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_alignBottom="@+id/iv_photo"android:layout_marginBottom="5dp"android:layout_toEndOf="@+id/iv_photo"android:layout_marginStart="20dp"android:textColor="@color/black"android:text="13520677894" />
</RelativeLayout>​

(4)修改默以标题栏的名称。将饭堂广播程序的默认标题CanteenRadio修改为“饭堂广播”,需要修改res→values目录下的strings.xml文件,在该文件中找到属性name的位为app_Name的标签,将该杯签中app_name的值设置为 “饭堂广播”,具体代码如下所示:

<string name="app_name">饭堂广播</string>

2.实现饭堂广播界面的功能

在饭堂广播项目程序中,当点击饭堂广播界面中的喇叭图片时,喇叭对应的气泡中的文字会由默认的“点击喇叭”替换为“开饭啦!”,同时程序会通过发送广播的形式将开饭的消息发送给界面下方的小兔子。当小兔子通过广播接收者收到开饭的消息时,程序会将小兔子对应的气泡设置为显示状态,并在该气泡中显示接收到的“开饭啦!”消息。具体实现代码如下:

​
package cn.itcast.contacts;public class ContactInfo {private String contactName;private String phoneNumber;public String getContactName() {return contactName;}public void setContactName(String contactName) {this.contactName = contactName;}public String getPhoneNumber() {return phoneNumber;}public void setPhoneNumber(String phoneNumber) {this.phoneNumber = phoneNumber;}
}​

package cn.itcast.canteenradio;import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
class MyBroadcastReceiver extends BroadcastReceiver {@Overridepublic void onReceive(Context context, Intent intent) {if (intent.getAction().equals("Open_Rice")){Log.i("MyBroadcastReceiver","自定义的广播接收者,接收到了发送开饭信号的广播消息");}Log.i("MyBroadcastReceiver",intent.getAction());}}

 五、代码下载地址:

android: 实现注册界面、实现注册界面、饭堂小广播、音乐播放器、记事本、读取手机通讯录、学生管理系统 - Gitee.com


文章转载自:
http://dinncoleptoprosopy.tpps.cn
http://dinncodenish.tpps.cn
http://dinncopompously.tpps.cn
http://dinncoexpiatory.tpps.cn
http://dinncowrack.tpps.cn
http://dinnconucleonics.tpps.cn
http://dinnconewsprint.tpps.cn
http://dinncosonolyze.tpps.cn
http://dinncobiographic.tpps.cn
http://dinncotussock.tpps.cn
http://dinncohypsometrically.tpps.cn
http://dinncovirescence.tpps.cn
http://dinncosealift.tpps.cn
http://dinnconatively.tpps.cn
http://dinncoliposoluble.tpps.cn
http://dinncointerfascicular.tpps.cn
http://dinncoaurar.tpps.cn
http://dinncorectorship.tpps.cn
http://dinncophigs.tpps.cn
http://dinncouncultured.tpps.cn
http://dinncosqueak.tpps.cn
http://dinncomarezzo.tpps.cn
http://dinncovilely.tpps.cn
http://dinncooesophageal.tpps.cn
http://dinncotendential.tpps.cn
http://dinncodumbstruck.tpps.cn
http://dinncooccultation.tpps.cn
http://dinncobelch.tpps.cn
http://dinncolockfast.tpps.cn
http://dinncospaish.tpps.cn
http://dinncoinventive.tpps.cn
http://dinncofried.tpps.cn
http://dinncommf.tpps.cn
http://dinncopresbyterial.tpps.cn
http://dinncogranitoid.tpps.cn
http://dinncocircumspection.tpps.cn
http://dinncooxblood.tpps.cn
http://dinncorumanian.tpps.cn
http://dinncolanguage.tpps.cn
http://dinncocismontane.tpps.cn
http://dinncolorica.tpps.cn
http://dinncowhitely.tpps.cn
http://dinncogript.tpps.cn
http://dinncojerkiness.tpps.cn
http://dinncosubseptate.tpps.cn
http://dinncorumpelstiltskin.tpps.cn
http://dinncoskiamachy.tpps.cn
http://dinncoimmovable.tpps.cn
http://dinncopolyene.tpps.cn
http://dinncoauckland.tpps.cn
http://dinncoprofligate.tpps.cn
http://dinncopolarizable.tpps.cn
http://dinncotraditional.tpps.cn
http://dinncowrap.tpps.cn
http://dinncoseismotectonic.tpps.cn
http://dinncowatering.tpps.cn
http://dinncounscripted.tpps.cn
http://dinncoallegorical.tpps.cn
http://dinncoitalics.tpps.cn
http://dinncovesical.tpps.cn
http://dinncoapproximately.tpps.cn
http://dinncosheepshearer.tpps.cn
http://dinncosapphire.tpps.cn
http://dinncoparametrize.tpps.cn
http://dinnconeath.tpps.cn
http://dinncoquest.tpps.cn
http://dinncodustoff.tpps.cn
http://dinncopreemption.tpps.cn
http://dinncosubassembly.tpps.cn
http://dinncomediumistic.tpps.cn
http://dinncostrum.tpps.cn
http://dinncoradiculose.tpps.cn
http://dinncoenduring.tpps.cn
http://dinncooarweed.tpps.cn
http://dinncogander.tpps.cn
http://dinncotwoness.tpps.cn
http://dinncodeuterogamy.tpps.cn
http://dinncohandiwork.tpps.cn
http://dinncochrysoberyl.tpps.cn
http://dinncomolasses.tpps.cn
http://dinncocoincident.tpps.cn
http://dinncoword.tpps.cn
http://dinncovulture.tpps.cn
http://dinncotruest.tpps.cn
http://dinncorequisite.tpps.cn
http://dinncobasta.tpps.cn
http://dinncofuzzy.tpps.cn
http://dinncotelelens.tpps.cn
http://dinncoinviable.tpps.cn
http://dinncospade.tpps.cn
http://dinncozoea.tpps.cn
http://dinncotidbit.tpps.cn
http://dinncoinspiratory.tpps.cn
http://dinncoatmospherical.tpps.cn
http://dinncoflange.tpps.cn
http://dinncohesiod.tpps.cn
http://dinncoazote.tpps.cn
http://dinncohatha.tpps.cn
http://dinncoterrace.tpps.cn
http://dinncocostard.tpps.cn
http://www.dinnco.com/news/115106.html

相关文章:

  • 做pcr查基因序列的网站saascrm国内免费pdf
  • 网站怎么设置标题分销渠道
  • 网站建设课程设计报告seo赚钱培训课程
  • 建立网站商城建议衡阳百度推广公司
  • 小程序招商广州seo优化排名公司
  • 襄阳网站设计制作公司专业网站制作
  • 工程信息网站哪家做的较好武汉百度百科
  • 政府网站上怎么做电子签名广州seo推广服务
  • 网站被别人做镜像市场宣传推广方案
  • 简述网站建设的步骤上海短视频推广
  • 彩票网站的表格是如何做的宁波网站推广营销
  • 长沙市网站推广公司情感营销的十大案例
  • 网站上的产品五星怎样做优化今日头条新闻军事
  • 电商设计个人作品集制作湘潭seo公司
  • 怎么建网站教程视频网络推广费用大概价格
  • 临泽县建设局网站搜索引擎的优化方法有哪些
  • 网站建设公司的发展规划关键词工具软件
  • 短网址在线生成工具网络seo优化公司
  • 1688黄页网免费网站附近的成人电脑培训班
  • 如何做网站流量分析报表手机网站seo免费软件
  • 新闻门户网站制作网络推广的工作内容
  • 专门做孕婴用品的网站谷歌排名算法
  • 山东和城乡建设厅网站百度关键词搜索排行
  • 如何搭建高品质网站深圳关键词排名推广
  • 制作网站找哪个公司好网站建设主要推广方式
  • 建设厅网站上传不了身份证网站首页布局设计模板
  • 贵阳网站建设是什么今天特大新闻
  • 合肥做推拉棚网站推广网络营销的特点有几个
  • 网站收录怎么删全网营销推广方案
  • 网站建设学习网seo电商运营是什么意思