Widget Name???
This is a discussion on Widget Name??? within the Droid Development forums, part of the Droid Hacking category; I feel this is such a stupid question, but i just finished my first app out of the book Im reading. And there was no ...
-
Widget Name???
I feel this is such a stupid question, but i just finished my first app out of the book Im reading. And there was no mention of putting a name under my newly created widget. I asked around and people are saying it should be in the manifest file without adding more details. There are some name fields in this file but i still dont get a name once i add my widget. Below is my manifest file can anyone be more specific of where i should apply the name?
HTML Code:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dummies.android.silentmodetoggle"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon"
android:label="@string/app_name"
android:debuggable="true">
<activity android:name=".MainActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<receiver android:name=".AppWidget"
android:icon="@drawable/icon">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data android:name="android.appwidget.provider"
android:resource="@xml/widget_provider" />
</receiver>
<service android:name=".AppWidget$ToggleService" />
</application>
<uses-permission android:name="android.permission.VIBRATE" />
<uses-sdk android:minSdkVersion="7" />
</manifest>
-
-

Originally Posted by
kavrecon
I feel this is such a stupid question, but i just finished my first app out of the book Im reading. And there was no mention of putting a name under my newly created widget. I asked around and people are saying it should be in the manifest file without adding more details. There are some name fields in this file but i still dont get a name once i add my widget. Below is my manifest file can anyone be more specific of where i should apply the name?
HTML Code:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dummies.android.silentmodetoggle"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon"
android:label="@string/app_name"
android:debuggable="true">
<activity android:name=".MainActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<receiver android:name=".AppWidget"
android:icon="@drawable/icon">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data android:name="android.appwidget.provider"
android:resource="@xml/widget_provider" />
</receiver>
<service android:name=".AppWidget$ToggleService" />
</application>
<uses-permission android:name="android.permission.VIBRATE" />
<uses-sdk android:minSdkVersion="7" />
</manifest>
you'll get a faster response over at XDA they have all the developers there
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By ericyu in forum Droid General Discussions
Replies: 2
Last Post: 08-16-2010, 10:24 AM
-
By modified in forum Droid Applications
Replies: 9
Last Post: 06-25-2010, 12:26 PM
-
By ezziriah in forum Droid Applications
Replies: 8
Last Post: 04-19-2010, 01:10 PM
-
By The Rick in forum Droid Applications
Replies: 3
Last Post: 04-15-2010, 11:43 PM
-
By bodean in forum Droid Applications
Replies: 8
Last Post: 02-14-2010, 01:55 PM
Search tags for this page
android change widget name
,
android get widget name
,
android how to change widget name
,
android widget name
,
change widget names droid
,
feed receiver service
,
feed receiver service android
,
feed receiver service droid x
,
feedreceiverservice
,
what is a widget name
,
what is droid feed receive service
,
what is feed receiver service
,
what is widget name
,
widget name
,
widget name android
Click on a term to search our site for related topics.