ThaKidd04
Lurker
im just trying to write a basic app that will flash the screen or something stupid when i hit a button but im getting nowhere mainly because when i try:
Button okBtn = (Button) findViewById(R.android.okBtn);
i get some message telling me that r cannot be resolved... i dont know what to do im trying to go by online tutorials and the android documentation am i missing something?
Button okBtn = (Button) findViewById(R.android.okBtn);
i get some message telling me that r cannot be resolved... i dont know what to do im trying to go by online tutorials and the android documentation am i missing something?