views:

72

answers:

1

I want to put the Android's Analog Clock in my app, is there a way?

--update

Studying android developers page. It says that

"App Widgets are miniature application views that can be embedded in other applications (such as the Home screen)"

so, looks like there is a way.

--update

Still nothing, read all details of the above page, but found nothing about how to add a widget to my app.

A: 

the closest will be adding the analog clock widget to your app

<AnalogClock android:id="@+id/AnalogClock01" 
android:layout_height="wrap_content" 
android:layout_width="wrap_content"></AnalogClock>
Jorgesys
but this is not the same handsome one that I can add to my desktop..
Tom Brito
So, for widgets I get from the internet for example, it's not possible?
Tom Brito
I didn't search a lot, but looks like it's not possible.
Tom Brito