Brief overview
Current Activity is a free Android development utility created by indie developer WillLi. The app helps developers locate and display the active Android activity by showing its class and package name, so you can quickly map UI elements to the code that drives them.
Purpose and benefits
This tool is intended for debugging and UI wiring: it reveals which activity is currently running so you can attach actions, verify navigation, or inspect behavior at runtime. It’s lightweight, simple to configure, and focused on giving fast, readable identification of the foreground component.
Ways to surface activity details
- Add a quick tile to your device’s quick settings so you can toggle visibility from the notification shade.
- Keep the activity information visible as a permanent notification for continuous reference while testing.
- Enable a small floating overlay that displays the class and package name on top of other apps for instant, on-screen context.
Current development status
There have been no recent releases or feature updates, but the app continues to function as expected on supported devices. Setup is straightforward and the interface is minimal, so it remains useful despite the lack of ongoing maintenance.
Who should consider using it
If you build or test Android apps and need a fast way to identify which activity is active, this is a helpful tool to have in your toolkit. It’s especially useful for debugging complex navigation flows or when working with multiple modules that share UI components.
Technical
- Android
- Free