How can I create a digital clock widget in Android?

Possible duplicate:
an error is displayed for the Digital Clock widget. Android application

I want to develop one digital clock widget for the home screen in Android. I need some sample code. Can anyone help me out?

Thanks in advance.

+4
source share
1 answer

http://buildmobile.com/how-to-code-an-android-widget/ check out this link .. this is what you wanted. See appwidgets at developers.android.com for more information on appwidgets and do some search queries before asking questions in the community.

+7
source

Source: https://habr.com/ru/post/1380699/


All Articles