Answer the question
In order to leave comments, you need to log in
Using Android Facades?
Good afternoon, I did not find the right answer on the Internet.
How to create a facade in android.
Class example
public class Input
{
public String test() {
return "sdas";
}
}
public class Input2
{
public String test2() {
return "sdas1";
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question