Studio LFP,

First of all, thank you for your replies.

The data source is simply a data structure in memory whose size can vary but
for
testing purposes it is not very large. I am now looking at your solution as
well, but
am really curious as to why the code I have posted is not working. I am
afraid I
might run into the same issue with your code as the one I have at the
moment,
that is, when I call setText(), is the text going to update?

I like to keep my UI code separate from my data. I pass my data around and
reflect changes in the data in my UI separately. That way, even if I need to
rewrite an app for say the BlackBerry or something, I only need to change
the UI code.

Here is my issue, maybe someone can help, if I give two calls of the
following type:

evView1 = (EditView )findViewById( R.id.evView);
evView2 = (EditView )findViewById( R.id.evView);

do evView1 and evView2 point to the same object or are they separate
instances?

Feedback more than welcome,

Regards,

John Goche

On Wed, Sep 28, 2011 at 8:37 PM, Studio LFP <studio....@gmail.com> wrote:

> Mr. Goche,
>
> How much data and what is the source of the data you are using to create
> the EditText views?
>
> Knowing the data load and its source would help a lot.
>
>
> Steven
> Studio LFP
> http://www.studio-lfp.com
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to