Re: [android-developers] NOOB Android Beginner Development Question!?!?

2013-04-29 Thread TreKing
On Fri, Apr 26, 2013 at 7:48 PM, Akshay Kumar wrote: > The problem is, I don't know where to put this code!! > Sorry if this is a noob question. I am new to development. Thanks! I think you need to take a step back and learn Java by itself before jumping into Android. --

[android-developers] NOOB Android Beginner Development Question!?!?

2013-04-29 Thread Akshay Kumar
I am having some trouble with the development tutorials on developer.android.com. They say that I have to add: /** Called when the user clicks the Send button */ public void sendMessage(View view) { // Do something in response to button } in the MainActivity class. The problem is, I don't k