Re: [android-developers] Beginner questions

2016-05-23 Thread sardar khan
In the activity create a method name with trialmodule and do what you want to do. http://stackoverflow.com/questions/4153517/how-exactly-does-the-androidonclick-xml-attribute-differ-from-setonclicklistene On Mon, May 23, 2016 at 2:25 PM, Roy Bettesworth wrote: > I want to

[android-developers] Beginner questions

2016-05-23 Thread Roy Bettesworth
I want to use onclick I am using XML as my language. " http://schemas.android.com/apk/res/android; xmlns:tools="http://schemas.android.com/tools; android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin"

Re: [android-developers] Beginner questions

2010-12-11 Thread Mark Murphy
On Fri, Dec 10, 2010 at 3:51 AM, JY Kim jkim...@gmail.com wrote: 1. Is eclipse essential in android application writing? No. It's a fine IDE, if you like that sort of thing, but it is not essential. 2. Should I install JDK 64 bit? My windows is 64 bit but I installed 32bit JDK. When I tried

[android-developers] Beginner questions

2010-12-10 Thread JY Kim
Hello. I am beginner in android and my focus is on porting, but I think I also need to learn to write application. I have 2 questions 1. Is eclipse essential in android application writing? Read through hello world program on android developer site, I thought I shoud use eclipse. Application was