In fact, if you take the time to create a very simple Activity (which Eclipse will generate for you when you create a new Android application, then you can create and call any class or method in this class that you therefore desire.
A method called create () will appear in the Activity class - you will modify it to create an instance of the class and call the desired method ...
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
Was it not so difficult there?
Good luck
Rodney
source share