premnirmal/StockTicker — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an Android app called Stocks Widget that lets someone track their stock portfolio right from their home screen.

I want the main feature to be a resizable home screen widget that shows stocks in a clean grid, with ticker symbols, prices, and price changes that are easy to read at a glance. Inside the app, let the user add and manage the stocks they care about, and reorder them by dragging and dropping the list. The widget should update prices automatically, but only during trading hours so it doesn’t waste battery or data when markets are closed.

Please include simple price change indicators and summary alerts so users can quickly see what moved. Keep the UI practical and lightweight, focused on people who just want to glance at their portfolio without opening a full finance app. Use Kotlin for Android, and look up current Android widget docs online if you need to.

Want more depth? Deep Reverse