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
- Perform an Action after Enter keypress on EditText
- android:ellipsize - Add an ellipsis(...) in a TextView
- Save LogCat to a Text File
- How to Import a Library
- How to Reference a Library in your Project
- How to Open the SDK Manager
- Solution: Running Android Lint has encountered a problem Failed
- How to Add a Toast
- How to Create a ProGuard Exception
- String.valueOf - How to Convert a Double to a String