Reputation: 1300
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
Reputation: 1007464
If by "widgets" you mean app widgets, then your app can have as many different AppWidgetProvider
classes as you want.
Upvotes: 1