created TravelPostWidget.java
created xml folder and added TravelPostWidgetInfo.xml to it.
This commit is contained in:
@@ -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