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/girl/GirlActivity.java
41 41
    protected void onCreate(Bundle icicle) 
42 42
      {
43 43
      super.onCreate(icicle);
44
      
44
      DistortedLibrary.onCreate();
45 45
      setContentView(R.layout.girllayout);
46 46
           
47 47
      textSwing = findViewById(R.id.girlTextSwing);

Also available in: Unified diff