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
- How to Create a ProGuard Exception
- How to Reference a Library in your Project
- How to Register an Activity that Responds to NFC tags for URI's that point to a URL
- Perform an Action after Enter keypress on EditText
- How to Get a new HttpURLConnection
- How to Declare a URLConnection object
- How to Import a Library
- findViewbyID - How to Find a RatingBar using ID
- How to Open the SDK Manager