I have two classes and one class contain string array and its constructor how to call it in main with its object?
A:
Hi,
Reading this tutorial should answer your question:
http://developer.android.com/guide/tutorials/hello-world.html
It will show you how to Create an Activity. From this Activity, which is launched when you open you application, you will be able to create instances of the class you have created.
Sebastien
2010-10-22 11:37:06