chris-bc / Flipper-Gravity

A Flipper Zero companion app for ESP32-Gravity - Be an unseen force with Gravity's wireless exploration, offensive and defensive tools. Download ESP32-Gravity:
https://github.com/chris-bc/esp32-gravity
MIT License
52 stars 3 forks source link

Just-In-Time view creation #11

Open chris-bc opened 12 months ago

chris-bc commented 12 months ago

Currently all views are malloc'd on app initialisation. Now the application is increasing in complexity it would be wiser to malloc the views on-demand