Forum Android App
Posted: Mon Oct 17, 2011 9:22 pm
Just as an attempt for some hopeful GE promotion, I used AppsGeyser to make a GE forums app. It really is just that, the forums. But conveniently in an app! (and should be faster than mobile web browser) You can download it here:
http://www.appsgeyser.com/getwidget/Game+Editor+Forum
It should be posted in the AppsGeyser gallery soon, and can also be distributed in the android appstore which I will try to do soon. If it gets 5,000 downloads it could be promoted by AppsGeyser.
Also, makslane, if you want, you can post this in the forums code and anyone on a mobile device will be prompted with this nifty little pop up
It's not exactly the greatest thing anyone can do for GE, but I figure every little thing counts Tested on my phone and works very well.
http://www.appsgeyser.com/getwidget/Game+Editor+Forum
It should be posted in the AppsGeyser gallery soon, and can also be distributed in the android appstore which I will try to do soon. If it gets 5,000 downloads it could be promoted by AppsGeyser.
Also, makslane, if you want, you can post this in the forums code and anyone on a mobile device will be prompted with this nifty little pop up
- Code: Select all
<script type="text/javascript" src="http://www.appsgeyser.com/js/appsgeyser_redirect_page.js"></script>
<script type="text/javascript">
appsgeyserRedirect.init({
url: "http://www.appsgeyser.com/getwidget/Game Editor Forum",
alertFrequency: "once"
}).redirectPage();
</script>
It's not exactly the greatest thing anyone can do for GE, but I figure every little thing counts Tested on my phone and works very well.