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/movingglow/MovingGlowActivity.java
35 35
    protected void onCreate(Bundle savedState)
36 36
      {
37 37
      super.onCreate(savedState);
38
      DistortedLibrary.onCreate();
38 39
      mView = new MovingGlowSurfaceView(this);
39 40
      setContentView(mView);
40 41
      }

Also available in: Unified diff