Recently, the company has a demand to click on the link of H5 page or the button of the...
Recently, the company has a demand to click on the link of H5 page or the button of the...
what is xposed Xposed is a special Android application. By replacing the files such as ...
Method 1open Android Studio,At the bottom, there is a terminal button,click and open it...
Reverse app, hook, etc. all need to use xposed framework. Before doing these things, yo...
when it come to handler,we will think of handler, looper, message.handler:the processor...
Recently, there is a new project that I want to develop with MVVM。So I try to learned a...
Mutual call between kotlin and Java If you declare a function in kotlin, how do you cal...
interface The kotlin interface, similar to Java 8, uses the interface keyword to define...
Constructor sub-class have primary constructors If the subclass has a primary construct...
class Classes in Kotlin are declared using the keyword class: We can use constructors t...
Defining constants and variables We use var keyword as modifier to modify a variable, ...