Re: [android-developers] need help to create a simple function

2011-06-20 Thread TreKing
On Mon, Jun 20, 2011 at 1:11 PM, Lior Weitzhandler wrote: > i want to know > how do i create a function that returns a String. > i know that it is simple but i cant figure it out. > This group is for Android development. For help with basic Java, please get a good book or search online and do you

[android-developers] need help to create a simple function

2011-06-20 Thread Lior Weitzhandler
Hi, i have just recently started learning development and i want to know how do i create a function that returns a String. i know that it is simple but i cant figure it out. example: public static String func() Text=textBox.getText().toString(); return String; Thank you! -- You received this