Search:

Type: Posts; User: wy125

Search: Search took 0.10 seconds.

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

    You are absolutely correct. I cannot believe I didn't realize it myself. I've been away from java for a while so I assumed this was some new syntactic sugar. I agree with you that it's quite ugly,...
  2. Help understanding this syntax -- new object returned

    I was reading an Android tutorial and came across this block of code:


    protected Dialog onCreateDialog( int id )
    {
    return new AlertDialog.Builder( this )
    .setTitle( "Planets"...
Results 1 to 2 of 2