Just out of curiosity why do you have this in the ListView definition
android:isScrollContainer="true"
Not saying it has anything to do with your problem,just wondering. The
list knows how to scroll without this attribute being set.
P
On Jan 30, 5:08 pm, David Fire wrote:
> hi
> i cant press
Do yourself a favour and get the ebook subscription from Mark Murphy.
If you work through the tutorials book you will be coding android apps
in double quick time.
I've looked at other books, but these are great, and the author
responds to questions on his own email list/bulletin board.
http://com
One way could be to use StringTokenizer
Google for the java.util.StringTokenizer java class.
Save your string array by concatenating the contents with eg: a comma
to your prefs string
Then read the string and use StringTokenizer to split the prefs string
using the comma as the token, and load in
On Jan 20, 1:11 am, Magic wrote:
> I need a little help updating my database. I created an app that has
> an embedded database. When you first install the app it creates the
> database fine and works great, but when I do an update, change the
> database version the app crashes. I looked all over
View text1 = row1.findViewById(R.id.text);
> LinearLayout row2 = (LinearLayout) findViewById(R.id.row2)
> TextView text2 = row2.findViewById(R.id.text);
>
>
>
>
>
> On Tue, Jan 12, 2010 at 11:09 AM, free1000 wrote:
> > I've been attempting to use the tag in some la
I've been attempting to use the tag in some layouts and it
seems that these are of limited use because of the flat namespace of
the R.id.x approach.
Suppose I have a layout (attribs and xml namespace decl omitted for
clarity).
component.xml
Now include this twice inside a 'parent' view
Could it be that you need to run this on the appropriate Google API
platform rather than an Android API level? Strikes me you may be
needing some of the Mapping API for Panoramio (though I' haven't
looked at this sample so I am making an educated guess rather than
actually knowing what I'm talking
7 matches
Mail list logo