what different between xml and java code for define a theme name?e.g.
name="Theme.Translucent" in xml and refer it with the method
setTheme(R.styles.Theme_Translucent). why?
--
Hi,
I am getting the below two errors, can someone help me, why these
errors i am getting.
02-11 10:56:12.120: ERROR/dalvikvm(334): pthread_setspecific failed,
err=22
02-11 10:56:13.210: ERROR/jdwp(345): Failed sending reply to de{*filter*}:
Broken pipe
-Kumar
--~--~---------~--~----~------------~-------~--~----~
while I was reading tutorials about android programming I saw that all
UI objects such as radio buttons and layouts were declared in the
main.xml file and just refer to using their ids in the java source
code. I was wondering if this always has to been the case? I am trying
to write a application that uses radio button heavily, but the amount
of radio buttons needed is determined by the user. (Like the amount of
possible answers to a question).
So I was wondering if its possible to actually create radio buttons
and add them to user interface from the java source code instead? If
so, are there any tutorials showing how to do this?
--~--~---------~--~----~------------~-------~--~----~