How to Call a Method
1. In the MainActivity.java, create a new method named myMethod.
2. In the onCreate method, add the below line. This will call the method named myMethod and process the contents, then return to the onCreate method after it is completed.
myMethod();
3. Compile and run!
Resources:
Popular Posts
- Solution: Running Android Lint has encountered a problem Failed
- android:ellipsize - Add an ellipsis(...) in a TextView
- How to Import a Library
- How to Set Permission for I/O Operations over NFC
- How to Reference a Library in your Project
- How to Install an SDK package
- findViewbyID - How to Find a RatingBar using ID
- How to Create a ProGuard Exception
- android:id - How to Name a Rating Bar, in XML
- How to Open the SDK Manager