I’m using Eclipse with ADT and I’m following this tutorial: http://developer.android.com/training/basics/firstapp/starting-activity.html
to make an app. But I got stuck at the part where I’m supposed to find a ‘sendMessage () method’ and create an ‘intent’ inside it…
But where do I find this sendMessage method?
In layout>activity_main.xml?
In src>app_name>MainActivity.java?
EDIT: So I get where this method thing is, but here’s the next question:
Where do I put the ‘intent’ thingy?
In src>app_name>MainActivity.java. Of course, you need to create it.