A collection of tools for Android app development in one place.
👷 🔨 NOTE: This is still a work in progress 🔨 👷
This app brings together the following amazing Android development apps into one. (Thanks to all for their brilliant tools)
I've also tweeked a few parts (e.g. language button on widget) and added some other features.
- Device Stats (device info) by scottyab - https://github.com/scottyab/android-device-stats
- Material Keylines (layout overlay) by esnaultdev - https://github.com/esnaultdev/MaterialKeylines
- Venom (process killer) by YarikSOffice - https://github.com/YarikSOffice/venom
- Dev Widget (app widget) by tasomaniac - https://github.com/tasomaniac/DevWidget
- Dev Tiles (notification tiles for dev settings) by mustafa01ali - https://github.com/mustafa01ali/Dev-Tiles
- Snippet (quick text pasting) by Me! 😄 andyb129 - https://github.com/andyb129/Snippet
To use the DEV TILES part of the app remember to launch these ADB shell commands to allow the app to access the dev settings
adb shell pm grant uk.co.barbuzz.appdevtoolbox android.permission.WRITE_SECURE_SETTINGS
adb shell pm grant uk.co.barbuzz.appdevtoolbox android.permission.DUMP
- This is my first attempt at this and I hope to improve it over time.
- I will try to add any other useful tools/shortcuts as I find them
Copyright (c) 2020 Andy Barber
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.