Svetlozar Kostadinov
Svetlozar Kostadinov
I think the Android-friendly way to use Spatialite's functions that has the "transaction" parameter like: - `InitSpatialMetaData()` - `InitSpatialMetaDataFull()` - `UpgradeGeometryTriggers()` - ... and about 50 more is to supply...
Hi, I can try but not earlier than that Saturday. I accept PRs though. On Thu, Mar 26, 2020, 10:36 Simon Poole wrote: > Hi, would it possible to create...
Is the screenshot from the app or from the layout editor? Please, post some source code and xmls.
Please try which API levels fail exactly. On Mon, 2 Oct 2017 at 18:09 Tim wrote: > The screenshot is from the app itself, here is the source code that...
Hi, I'm also affected by this issue. @agta1991, could you post a snippet of your workaround please?
Thank you guys. @larten, do you have injection in the sub-classes and do you make any use of the restoration callbacks (`onRestoreViewState`, `onRestoreInstanceState`) ? p.s. Beware of the `Parcelable` VS....
> Currenly I left this solution, because, as you wrote, it's easy to eat the full memory :) @larten Lol, and I came back to the `Parcelable` ViewState *but* I'm...
Not just that. Also other style configurations with non-standard status bar. The `DrawerLayout` injected at the root of the hierarchy is a bit intrusive and overrides some parameters. I would...
Hi, I've tried to put a ContentProvider into the data layer. It serves data so I wish to be in "Data". Unluckily my Data layer is quite complex and I...
Thanks, I've taken a look but there's no sample including multi-module build. Maybe with some other DI framework like Toothpick or Tiger it would be easier.