Project

General

Profile

« Previous | Next » 

Revision f404152d

Added by Leszek Koltunski 12 months ago

Introduce 'BandagedObject' - an abstraction and a step towards creator of Bandaged Pyraminxes.

View differences:

src/main/java/org/distorted/bandaged/BandagedCreatorScreen.java
12 12
import java.lang.ref.WeakReference;
13 13
import java.util.ArrayList;
14 14

  
15
import android.annotation.SuppressLint;
15 16
import android.app.Activity;
16 17
import android.content.SharedPreferences;
17 18
import android.graphics.Bitmap;
......
124 125
    return ret;
125 126
    }
126 127

  
127

  
128 128
///////////////////////////////////////////////////////////////////////////////////////////////////
129 129

  
130 130
  private void changeObject()
......
319 319

  
320 320
///////////////////////////////////////////////////////////////////////////////////////////////////
321 321

  
322
    @SuppressLint("SuspiciousIndentation")
322 323
    @Override
323 324
    public void onItemSelected(AdapterView<?> parent, View view, int pos, long id)
324 325
      {

Also available in: Unified diff