A
A
Anatoly Sergeevich2017-05-19 14:07:33
Java
Anatoly Sergeevich, 2017-05-19 14:07:33

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";
    }
}

How to create the right facade for them.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question