Created
April 22, 2015 09:53
-
-
Save Sefford/9d0ba3ce68e5ea277e57 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.google.android.*; | |
import com.anderwebs.Ander; | |
import com.warthon.Jake; | |
public class App extends AnderApp { | |
public void onCreate(Bundle bundle) { | |
Anderwebs.noHacks() | |
.runAtFps(60) | |
.noHexagonal() | |
.createApp(casinos, furcias) | |
.profit(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I can suggest something, Ander please create an Annotation like @AppType for the App class to ensure the result is adjusted with the developer needs