widget or app?

rfresh

Well-Known Member
Licensed User
Longtime User
What's the difference between a widget and an app? When would you use one over the other?
 

Jost aus Soest

Active Member
Licensed User
Longtime User
App vs Widget

App := programm for smartphone, normaly started by user
Widget := App, which puts output to home screen, started after boot

So when you want to show something "live" - without the necessity to start an app - create a widget.
 
Upvote 0
Top