Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Re: Help understanding this syntax -- new object returned

    Maybe with the small windows they want everything in a narrow column and with as few statements as possible. Although I think the compiler has to generate variables to hold the returned objects so...
  2. Re: Help understanding this syntax -- new object returned

    The compiler is ignoring white spaces.
    Edit out the white spaces to get:
    AlertDialog.Builder( this ).setTitle( "Planets" ).setMultiChoiceItems( _options, _selections, new...
Results 1 to 2 of 2