created TravelPostWidget.java
created xml folder and added TravelPostWidgetInfo.xml to it.
This commit is contained in:
5
TravelPost/res/xml/TravelPostWidgetInfo.xml
Normal file
5
TravelPost/res/xml/TravelPostWidgetInfo.xml
Normal 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>
|
||||
@@ -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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user