Phone Temperature Pro 🌡️
A simple and modern Android temperature monitoring app built with Sketchware Pro.
Features
Widget Setup:
Please add this to "AndroidManifest.xml" to enable the widget:
<receiver android:name=".TemperatureWidget" android:label="Temp Widget"> <intent-filter> <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/> </intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/temp_widget_info"/> </receiver>
Built With
©2026 Sketchub | User Policy