Posts by Eduardo Mendes • 25 points
2 posts
-
1
votes2
answers281
viewsQ: Class that implements two interfaces that have identical signature methods
I have a class that implements two interfaces. Each of these interfaces has an identical method, for example: public interface InterfaceA{ void doSomething(String params); } public interface…
-
1
votes1
answer82
viewsQ: Implementation of the Life Cycle of an Activity
Hello. I am new to Android Development and would like to better understand how to build more robust applications for this platform. I understand how the life cycle of a Activity but wanted to…