Roberto Estivill
Roberto Estivill
Useful method to set text size given a `R.dimen` resource ```kotlin /** * Set this TextView text size with a R.dimen constant * * @param dimen R.dimen reference */ fun...
Similar to `IntentBuilder`, create a `IntentFilterBuilder` class that wraps the `IntentFilter` api, and exposes a fluid API and arguments validations.
I'm getting the following error when running any of the sample codes. My device details is a Motorola Moto X 2nd gen (2014) running Android 5.1 stock. ``` D/AndroidRuntime(18022): Shutting...
I like the approach overall. I have implemented a very similar pattern in my app and has been working fine. However, there is one use case that I never know...
I was thinking on a variation of `PermissionsManager.hasAllPermissions` that only takes a context and retrieves all the app permissions out of the package info, just like `PermissionsManager.requestAllManifestPermissionsIfNecessary` Just by looking...
How can I align the top of the indicator with the top of the content, when the content is longer than a single line? Basically making sure the two red...
At the bottom of the `android/examples/build-test-deploy.yaml` file you can find the following comment and configuration: ``` # This build requires more than 3.75 GB of memory, so I have to...
Hello everyone, Im investigating Pippo for some projects and I couldn't find any information about the threading model. And by that, I mean how are routes/controllers instantiated and maintained throughout...
Hello there, I'm experiencing an issue with the following structure: Json ``` json { "coord": { "lat": 32.123, "lon": 32,123 } } ``` Pojo ``` java package com.example; import com.google.gson.annotations.SerializedName;...
Is there any way to customise the directory in which all the configs are? From the code i would say there is not, but maybe i'm missing something final def...