An Android home screen widget that displays the health factor of your Aave v3 positions in real time.
- Multiple instances — each widget is independently configured with its own wallet address and network
- Auto-refresh every 15 minutes via WorkManager, plus tap-to-refresh
- Color-coded health factor — green (safe) through red (liquidation risk)
- 4 responsive layouts that adapt as you resize the widget: narrow (1×2), small (2×1), medium (2×2), large (4×2)
- Supported networks: Ethereum, Arbitrum, Polygon, Optimism, Base
- Custom RPC — optionally use your own Infura/Alchemy endpoint per widget
- Open the project in Android Studio
- Connect your Android phone via USB with USB debugging enabled
- Press Run — the app installs directly on your phone
- Long-press your home screen → Widgets → find Aave Widget → drag to screen
- Enter a wallet address, pick a network, and tap Save
- Android 8.0+ (API 26)
- Internet permission (for RPC calls)