created TravelPostWidget.java

created xml folder and added TravelPostWidgetInfo.xml to it.
This commit is contained in:
warren powers
2011-01-16 20:59:52 +00:00
parent 3c0796a79f
commit e14c957a20
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider
xmlns:android="http://schemas.android.com/apk/res/android">
</appwidget-provider>

View File

@@ -0,0 +1,13 @@
package com.TwentyCodes.android.TravelPost;
import android.appwidget.AppWidgetProvider;
/**
* This class will display the widget on the android screen and handle user interaction
* @author warren
*
*/
public class TravelPostWidget extends AppWidgetProvider {
}