Back to project page ValentinesDayHearts.
The source code is released under:
Apache License
If you think the Android project ValentinesDayHearts listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.app; /*from w w w. j ava 2 s . c o m*/ import android.os.Bundle; import com.badlogic.gdx.backends.android.AndroidApplication; public class ValentinesDayHeartsActivity extends AndroidApplication { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); initialize(new ValentinesDayHearts(), false); } }