Skip to content

Tag: android

display image in a splash screen

I am a novice android developer. I am trying to create a splash screen. I have a png image. I have created an empty splash screen with a text box.I have 2 activities – MainActivity and SecondActivity. code: activity_main.xml: But app:srcCompat=”@drawable/geeks” is in red color. Means it is n…

Frida Casting object to List of Strings

I have been trying to print out the contents of a list when hooking an android app with Frida but am not having any luck. The object I want to hook in Java looks like this There aren’t any getters for this public object so I have to resort to using another object (Let’s call the object “Bye&…