A widget for displaying user data on Android
Universal Widget allows you to place information on any of your systems described in JSON format on the Android desktop. For example, statistics on visits to your site, information about orders in the online store, CPU usage on the server, etc.

Three simple steps for placing information on the desktop:
1) Create a script - data provider in JSON format
2) Install Universal Widget
3) In the widget settings, specify the address of the script - data provider, as well as the update interval
Example JSON:
See examples of data providers here: http://mybest.com.ua/uv/
Link to Google play
UPD. Thank you all for the helpful feedback and comments on the widget. We tried to take into account the main points, and posted a new release, with the changes that we managed to do in a week.
FIXES:
1) A bug with general settings for several copies of the widget
2) Network usage has been optimized
3) Data line indexes have been removed in the JSON data provider
NEW FUNCTIONAL:
1) New look (see the screenshot)
2) Show the last successfully loaded data and date, in case of unsuccessful loading of new
3) Updating the widget when you click on it
4) Using colors for data lines
5) The limit of lines has been increased from 5 to 10 (more will be in the PRO version)
I will be grateful for new reviews!

Three simple steps for placing information on the desktop:
1) Create a script - data provider in JSON format
2) Install Universal Widget
3) In the widget settings, specify the address of the script - data provider, as well as the update interval
Example JSON:
{
"title": "Universal widget",
"type": "list",
"date": "03/18/13 17:31:41",
"data": [
{"name": "Row one", "value ":" String "," color ":" red "},
{" name ":" Row two "," value ":" 1200 "," color ":" # FFA500 "},
{" name ":" Row three "," value ":" 50% "," color ":" yellow "},
{" name ":" Row 4 "," value ":" $ 1,230.00 "," color ":" green "},
{" name ":" Row 5 "," value ":" 19403 "},
...]
}
See examples of data providers here: http://mybest.com.ua/uv/
Link to Google play
UPD. Thank you all for the helpful feedback and comments on the widget. We tried to take into account the main points, and posted a new release, with the changes that we managed to do in a week.
FIXES:
1) A bug with general settings for several copies of the widget
2) Network usage has been optimized
3) Data line indexes have been removed in the JSON data provider
NEW FUNCTIONAL:
1) New look (see the screenshot)
2) Show the last successfully loaded data and date, in case of unsuccessful loading of new
3) Updating the widget when you click on it
4) Using colors for data lines
5) The limit of lines has been increased from 5 to 10 (more will be in the PRO version)
I will be grateful for new reviews!