I want to coding a app with SQLite.There are two java file, one is Main.java, the other one is MyDB.java.
All method about DB ,I want to put on MyDB.java
I don’t know how to use method in MyDB.java.
Any suggestion?
I want to coding a app with SQLite.There are two java file, one is
Share
I think you have to read this tutorial.
http://www.roseindia.net/java/javascript-array/call-method-another-class.shtml
or this
Android: How to use classes in a different file