Skip to content

Instantly share code, notes, and snippets.

@gulfcoastdev
Last active December 20, 2015 19:38
Show Gist options
  • Select an option

  • Save gulfcoastdev/6184441 to your computer and use it in GitHub Desktop.

Select an option

Save gulfcoastdev/6184441 to your computer and use it in GitHub Desktop.
Test Activity with a constructor
import android.app.Activity;
public class TestActivity extends Activity {
public TestActivity() {
System.out.println("hello world!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment