Skip to content

Instantly share code, notes, and snippets.

@izotx
Last active December 20, 2015 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save izotx/6184441 to your computer and use it in GitHub Desktop.
Save izotx/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