my need is to add some static code in a offline manner (no needs to contact a third party server to find the code but already in Android Studio) inside an existing application code. For instance, I wanna add a method (~10 lines) inside the MainActivity class and/or add some static code (~5 lines) inside the onClickListener method for a specific button and/or add some libraries/packages in a class.

Our idea is to create a plugin for Android Studio like "App Link Assistant" [https://developer.android.com/studio/write/app-link-indexing] which it works adding some static code inside an existing app.

I would like to ask which technology fits my situation in the best way.

More Amir Sharif's questions See All
Similar questions and discussions