Changes

Jump to: navigation, search

Android Broadcast Intents and Broadcast Receivers

49 bytes added, 16:15, 4 July 2014
Creating the Example Application
Within the Eclipse environment, create a new Android Application project. Name the project SendBroadcast, with the appropriate package name and SDK selections.
Request the creation of a blank activity and the use of the default launcher icons. On the New Blank Activity screen of the New Android Application wizard, set the Activity Name to SendBroadcastActivity and the Layout Name and Fragment to activity_send_broadcastand fragment_send_broadcast respectively.
Click Finish to create the new project.

Navigation menu