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: error: Error parsing XML: unbound prefix
- android:background - Change the Background Color of an EditText
- How to Determine if Android Device has GSM Telephony
- setVisibility() - Hide a Button, in Java
- How to Get the Latitude
- android:requiresFadingEdge
- Cursor getColumnIndexOrThrow - Get the Index for a Column Name
- Save LogCat to a Text File
- Solution: Running Android Lint has encountered a problem Failed
- How to Register an Activity that Responds to NFC tags for URI's that point to a URL