Toby Kurien
Toby Kurien
It should still be functional, some of my family members still use it. There aren't any glaring security issues I am aware of and the sandboxing should still work, although...
Thanks. The option to use `@InjectView` will still be there, but perhaps applying `@InjectViews(R.layout....)` to the class (Activity/Fragment/ViewHolder/etc) can inject all the view widgets. Would be very useful and time-saving...
Yup, as far as I know, mobile data toggling is no longer supported by the OS. Only WiFi toggle will work.
Thanks. I actually did put in code to check for Airplane mode a long while back (Froyo days), but it's probably not working anymore.
Good suggestion, although it will be a bit of effort to implement, as it will require the creation of a database to store settings, etc. I'd love someone to give...
Currently, the project is actually coded in Eclipse, the `build.gradle` file is for building only.
I searched the error message and found some posts, maybe this is relevant: https://stackoverflow.com/questions/25120883/how-to-uninstall-pygame-on-mac-osx-10-9-4
Yes, please feel free to submit alternatives :-)
The assets and coordinates are hard-coded for 800x480, this is what makes the code so simple and easy to work with. You would need to re-layout the UI (update the...
You could try using the XWindows xset command to set up the screensaver: https://www.computerhope.com/unix/uxset.htm