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/sink/SinkActivity.java
36 36
  protected void onCreate(Bundle icicle) 
37 37
    {
38 38
    super.onCreate(icicle);
39
    DistortedLibrary.onCreate();
39 40
    mView = new SinkSurfaceView(this);
40 41
    setContentView(mView);
41 42
    }

Also available in: Unified diff