Can I add widgets from installed apps to my application activity
I am trying develop an android application for a device (device is not a tablet or phone, its a preconfigured android board running Android 4.1.1)and one of the activity need to display a customized dashboard of several types of information as shown below The types of information shown here is preconfigured. Instead of developing all these from scratch, I am planning to install apps that has widgets (like weather and calendar) and include widgets in my Layout. I refered to the below links Add widgets into my own application.- Android http://www.anddev.org/appwidgethost_tutorial-t10329.html I