AndroGeek
AndroGeek

Reputation: 1300

Number of widgets an application can have in android

Currently i am working on the widget for Android app and the requirement is to have multiple widgets for a single app. I browsed a lot but could not find the answer. Could you please let me know how many widgets(max) can be developed for an android app.

Upvotes: 0

Views: 140

Answers (1)

CommonsWare
CommonsWare

Reputation: 1007464

If by "widgets" you mean app widgets, then your app can have as many different AppWidgetProvider classes as you want.

Upvotes: 1

Related Questions