+ 1
please help to find hidden image in java
I have Java file and xml file their is a hidden image in the code and I need to find and tap on it in the app... but I am unable to find it please help here is xml: https://pastebin.com/LhgAWasJ here is java file: https://code.sololearn.com/c2tFS2HaIFzl/?ref=app
3 Answers
+ 1
Ratnapal Shende I am not going to hunt down your xml fragment for you but I will refer you to stackoverflow.. If you actually made this code you should know where your "rook" imageview is ..
https://stackoverflow.com/questions/6495898/findviewbyid-in-fragment
+ 1
BroFar The code is written by my friend he made an fun app where I need to find some hidden things...
like tapping on 100 times on the same button... or by erasing letters typed on the screen like that...
I can't edit and rebuild the app because I don't have pc...
please help me how can I find it with only my android phone.
+ 1
Ratnapal Shende follow the link and it will show you what you need to know.