Showing posts with label Method. Show all posts
Showing posts with label Method. Show all posts
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:
Subscribe to:
Posts (Atom)
Popular Posts
- android:ellipsize - Add an ellipsis(...) in a TextView
- Solution: Running Android Lint has encountered a problem Failed
- How to Install an SDK package
- How to Import a Library
- How to Add a Toast
- How to Create a ProGuard Exception
- Intent setType(String type) - How to Set an Explicit MIME data type
- How to Register an Activity that Responds to NFC tags for URI's that point to a URL
- findViewbyID - How to Find a RatingBar using ID
- How to Declare a RatingBar