Posts by Jeff.85 • 31 points
2 posts
-
1
votes1
answer850
viewsQ: Using another class method
I need to execute a method that is in another class. I think the two are non-activityes classes. The following class has a method called connect(). When this method is executed, at the end of it I…
-
2
votes1
answer1471
viewsQ: Calling another class method in the same application
I’m having a great difficulty to perform a task maybe even simple, for those who are more used to the Java language on Android. I have an application that has menus with options. One of them is to…