Peter Badida
Peter Badida
Single HTML would do just by creating a convenient HTML template that validates through W3C validator. Re the JS, perhaps there is no need for that and the whole source...
Unfortunately the group lookup returns an empty list from the `elementpath.select()` and I have no clue why, so only for this single particular XPath I've changed it back to the...
One of the reason is that elementpath allows usage of XPath 1.0 as well as XPath 2.0 and by using the latter we're leveraging out-of-box support for quotes [and other...
Hi, check the https://github.com/kivy/pyjnius/issues/300 and the newest `pyjnius` release again whether it fixed the issues for you. If not, open a new issue with detailed description and reproducible steps. :dango:
I'm not sure if this is a good idea, because it reminds me some of the games made with Unity which didn't have back button implemented at all and the...
What about data loss while paused and the memory would get reclaimed? I haven't really poked into how Java apps handle the back button, but if there's no real danger...
I again feel this is not a good idea mainly because of [Activity lifecycle](https://developer.android.com/training/basics/activity-lifecycle/recreating.html): > There are a few scenarios in which your activity is destroyed due to normal app...
Well, all apps seem to have back button to exit/close an app, even android seems to do so in its docs, so I don't feel it's a good change. Let's...
But this way everything remains as if the app was paused, which just kills everyone else's app that might depend on cleaning the environment properly each time. Maybe a better...
Ah, bad wording. Let's say you make a casual application, not a game. You have there some variables that need to reset each time an App starts e.g. you fetch...