Troj
Troj

Reputation: 11911

What is a widget in Android?

What is a widget in android? Can I develop a widget for my app?

Upvotes: 6

Views: 1958

Answers (3)

imcdnzl
imcdnzl

Reputation: 1151

A widget is an app that can update content on a home screen. It isn't just the size of one icon but can vary, taking up as much as one whole home screen if desired.

From Android 4.2 you can also have widgets on the lock screen.

The Google developer documentation is at http://developer.android.com/guide/topics/appwidgets/index.html

There is also a good tutorial at http://www.vogella.com/tutorials/AndroidWidgets/article.html

Upvotes: 0

Navaneeth Sen
Navaneeth Sen

Reputation: 6466

Yes, you can develop your own app for your application. But before you proceed please read through the link: Custom Components.

Upvotes: 2

Related Questions