andyb129 / AppDevToolbox

Collection of tools for Android app development in one place πŸ”§ πŸ”¨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppDevToolbox

A collection of tools for Android app development in one place.

πŸ‘· πŸ”¨ NOTE: This is still a work in progress πŸ”¨ πŸ‘·

AppDevToolkit

App Dev Toolkit Screen 1 App Dev Toolkit Screen 2 App Dev Toolkit Screen 3 App Dev Toolkit Screen 4 App Dev Toolkit Screen 5 App Dev Toolkit Screen 6

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.

PERMISSIONS

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

TODO

  1. This is my first attempt at this and I hope to improve it over time.
  2. I will try to add any other useful tools/shortcuts as I find them

Licence

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.

About

Collection of tools for Android app development in one place πŸ”§ πŸ”¨


Languages

Language:Kotlin 89.5%Language:Java 10.5%