sangamk
sangamk
Yes, I believe I did but I don't remember how and don't have the code anymore
No unfortunately not. On Mon, 25 May 2020 at 13:23, DAN931223 wrote: > Excuse me again, do you still have the jar of custom_gson_2.8.1.jar?Or do > you still have the...
I created my own tool for that. This was indeed not complete On Fri, 5 Jun 2020 at 09:27, DAN931223 wrote: > Excuse me again, do you have a GUI...
Yes but can I also find out which widget is linked to that method? So I want to find this -> ``````
For this -> ``` public void click(View view){ } ``` I got it working. However I can't find out how to find the buttonview (button2) for these kinds of methods...
Thx I will give it a try: To clarify I am only interested in the type of the widget that calls the method not its name. So android.widget.Button or android.widget.TextView
So I got it working for most of the callbackmethods. However, I am missing some information. Specifically for menu items and support views. Is there a reason that Menus and...
Bumb, I am having the same issue. Did someone find a solution?