How to run a widget inside of an activity in Android?
- by user220755
I have a widget built to give the user the chance to choose the date (I did not build it, I am building on top of an open source software). Now, I need to display this widget inside of a class that extends the activity class in Android.
Let me show some code.
Let us say this is the activity class:
public class RandomClass extends Activity {
…