Helpful links for developing Android games using libGDX with Google Play capabilities.
https://github.com/playgameservices/android-samples
http://theinvader360.blogspot.co.uk/2013/10/google-play-game-services-tutorial-example.html
http://www.gamefromscratch.com/
For future reference:
http://stackoverflow.com/questions/8104364/apply-pixel-coordinates-to-screen-coordinates
Look into this later:
https://www.iforce2d.net/rube/
Little Big Things
Saturday, April 19, 2014
Saturday, April 12, 2014
Connecting Samsung Galaxy through ADB
I was having difficulty getting my Samsung Galaxy S4 to connect/recognize through ADB. After following the instructions to connect my phone for development I was still not seeing it in the list using adb devices.
The simple solution for me was to go to the [Developer options] on the actual phone and make sure "USB Debugging" was selected. Toggling this on brought up the dialog asking whether to accept an RSA key that allows debugging through this computer, mentioned in the notes on the page linked above.
Other notes:
The simple solution for me was to go to the [Developer options] on the actual phone and make sure "USB Debugging" was selected. Toggling this on brought up the dialog asking whether to accept an RSA key that allows debugging through this computer, mentioned in the notes on the page linked above.
Other notes:
- To enable developer options on a Samsung Galaxy S4, make sure you don't overlook this bit of information:
Note: On Android 4.2 and newer, Developer options is hidden by default. To make it available, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options. - This is where you'll find the ability to toggle USB Debugging.
- Help getting the USB Driver can be found on this page. My solution is specific to the Galaxy S4 but probably similar for all other recent phones using Android 4.2+.
Friday, February 7, 2014
WordPress: Why is my page/post slug adding numbers?
If you add a post or page and the 'slug' is coming up something like: "my-post-2" but you you've deleted the original you might be wondering why it keeps adding numbers.
Remember to simply check your "Trash" and empty the original post from there!
Remember to simply check your "Trash" and empty the original post from there!
Subscribe to:
Comments (Atom)