Android AXLE Bidding Bot

Job ID: 40557131

Budget: ₹600 – ₹601 INR

I need a small bot that attaches to the Android version of the AXLE app and fires off bids for me whenever a new item appears. The logic is simple: every bid must be a fixed amount that I will be able to set or edit quickly (hard-coded at first is fine, an editable field or tiny settings screen would be even better). No need for tracking graphs or fancy notifications right now—the only essential feature is placing the bid automatically and confirming that the bid landed successfully.

Typical flow I imagine
1. Bot detects a fresh auction line in AXLE.
2. It submits the pre-defined amount instantly.
3. It verifies the response so I can trust that the bid actually registered.

Please keep everything native to Android—whether you hook into AXLE through AccessibilityService, an exposed API, or an ADB-driven overlay is up to you as long as it runs reliably in the background and survives app restarts. Clean, readable Kotlin or Java code and concise build instructions are expected as part of the hand-off.

Acceptance criteria
• Compiles and runs on Android 11+ without root.
• Places the fixed bid faster than manual interaction.
• Clear spot in code or UI where I change the bid amount.
• Short README covering install, permissions needed, and how to adjust the amount.

If something in AXLE changes later, I may come back for tracking and alert features, so structuring the code with that in mind would be a plus.