jon80
Member
I cannot quite understand why the method has an incorrect signature...
<Button
android:layout_width="121dp"
android:layout_height="wrap_content"
android:text="Push me"
android:id="@+id/btnPushMe"
android:layout_gravity="left|top"
style="@Style/FullscreenActionBarStyle"
android:enabled="true"
android:focusable="true"
android
nClick="evtPushMe"/>
</FrameLayout>
private void evtPushMe(View v) {
System.out.println(this.databaseList().toString());
//does anyone have a sample of making something happen e.g. a picture change within a control on the display or something ...
}
Is Eclipse having a "bug" because it is indicating that the method has an incorrect signature, and, if it is a bug, can you file one, as I have given up on having any question resolved completely?
https://code.google.com/p/android/issues/list, indicates that this is subject to SPAM once again, there needs to be a filtering mechanism, I hope someone writes to Google Inc.
Is the documentation complete?
http://developer.android.com/reference/android/widget/Button.html
http://developer.android.com/reference/android/view/View.OnClickListener.html
<Button
android:layout_width="121dp"
android:layout_height="wrap_content"
android:text="Push me"
android:id="@+id/btnPushMe"
android:layout_gravity="left|top"
style="@Style/FullscreenActionBarStyle"
android:enabled="true"
android:focusable="true"
android
nClick="evtPushMe"/></FrameLayout>
private void evtPushMe(View v) {
System.out.println(this.databaseList().toString());
//does anyone have a sample of making something happen e.g. a picture change within a control on the display or something ...
}
Is Eclipse having a "bug" because it is indicating that the method has an incorrect signature, and, if it is a bug, can you file one, as I have given up on having any question resolved completely?
https://code.google.com/p/android/issues/list, indicates that this is subject to SPAM once again, there needs to be a filtering mechanism, I hope someone writes to Google Inc.
Is the documentation complete?
http://developer.android.com/reference/android/widget/Button.html
http://developer.android.com/reference/android/view/View.OnClickListener.html