Project

General

Profile

« Previous | Next » 

Revision a9df241d

Added by Leszek Koltunski over 3 years ago

More support for using the library from more than one activity

View differences:

src/main/java/org/distorted/examples/save/SaveActivity.java
62 62
  protected void onCreate(Bundle icicle) 
63 63
    {
64 64
    super.onCreate(icicle);
65
     
65
    DistortedLibrary.onCreate();
66 66
    setContentView(R.layout.savelayout);
67 67

  
68 68
    SeekBar barSize  = findViewById(R.id.saveSeekBarSize);

Also available in: Unified diff