Re: [android-developers] Adding new fields
----- Original Message -----
From: "Mark Murphy" <mmurphy@commonsware.com>
To: <android-developers@googlegroups.com>
Sent: Thursday, June 23, 2011 1:07 PM
Subject: Re: [android-developers] Adding new fields
new CheckBox(this);
(assuming you are executing that statement in an activity)
Then add it to the container using addView().
On Thu, Jun 23, 2011 at 6:23 AM, Knutsford Software
<info@knutsford-software.co.uk> wrote:
> My app needs to read a mysql database then display one or more check boxes
> on the screen depending on what is returned from the database. I have got
> it
> to read the database ok but I am not sure how to do the check boxes. Is it
> possible to get java to write them from scratch and if so how?
>
> Thanks
>
> --
Ah ha - easy when you know how - thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home