搜索资源列表
android-sms-status-monitor
- android短信发送状态监控,利用pendingintent这个参数来监听,发送时回发送一个广播,然后注册一个广播接收器-android SMS status monitoring, the use of pendingintent this parameter to monitor, is sent back to send a broadcast, and then sign up for a radio receiver
Comparison-of-CDRadio-and-HD-Radio
- 中国数字调频广播技术方案CDRadio实现了真正的带内数模混叠同播,并通过使用非规则频谱分配、LDPC纠错编码、时间分片等关键技术,获得了更好的性能增益。-CDRadio supports the real in-band mixed broadcast of both digital and analog signals,and gains better performance by adopting key technologies such as irregular spectrum
gnuradio-3.1.3.tar
- 这是用python语言写的一个数字广播的信号处理工具包。利用它,加上一个RF模块就可以实现数字广播信号的发射。-This is the python language used to write a digital broadcast signal processing toolkit. Use it, coupled with a RF module can be achieved on the launch of digital broadcasting signals.
Receiver
- Android应用程序的核心—Intents:用广播告诉你—利用Intent来广播(BroadCast)事件,实现Android中的广播事件-Android application' s core-Intents: using radio to tell you- use of Intent to broadcast (BroadCast) event that will broadcast the event in Android
MyBroadCast
- android中广播机制的简单介绍,以及如何自定义广播和调用自定义广播,非常给力-android broadcast mechanism in a simple introduction, and how to customize broadcast and call custom radio, is to force the code
broadcast
- 这个例子主要研究Android broadcast广播机制的实现,以一个电池监测及广播通知为例,介绍了实现broadcast的过程:大致的思路是:注册一个系统 BroadcastReceiver,作为访问电池计量之用,如果捕捉到的action是ACTION_BATTERY_CHANGED, 就运行onBatteryInfoReceiver(),捕捉到ACTION_BATTERY_CHANGED时要运行的method,创建一个背景模糊的Window,且将对话窗口放在前景,将取得的电池计量显示于Di
MusicPlayer
- 做的是一个简易的音乐播放器,有上一曲、下一曲、暂停、播放、随机播放、单曲循环、播放等功能,主要用了service+广播做的,界面做的还可以,适合初学者参考学习-Do is a simple music player, with a song, the next song, pause, play, random play, single cycle, broadcast, and other functions, mainly made of service+ radio, interface
ex09_BroadcastReceiver
- 这是Android开发中利用intent来广播BroadCast事件的应用实例,用于实现Android中的广播事件。-This is Android development of application example to use intent to radio BroadCast events, for implementing the Android BroadCast events.
Android-buy-furniture-stores-systems
- Android双虎家私门店导购系统 后台: 1.维护用户信息,包括用户名、密码以及所分配密钥。 2.实现对产品信息数据的增加、删除和修改。 3.能够对前端发送回来的订单数据进行统计展示 4.将数据传输到前端的时候可以对数据进行加密。 5.可以向所有用户发布广播通知。 6.对前端发回的留言进行管理。 7.提供新版本软件的发布功能。 前端: 1.通过厂家提供的用户名、密码登陆平台。 2.本地存储数据离线快速展示。 3.快速准确的搜索所需信息,可分为两
SMS_StartService
- 使用短信开启服务,使用到短信机制中的短信广播接收器和广播组件,可以在服务中实现其他功能。-Open SMS service, to use SMS text messaging mechanisms and radio broadcast receiver components can achieve other functions in the service.