Bao Phan
Bao Phan
I'm using Mac Sierra 10.13.6 and Google Pixel XL (Running on Android Pie), The screen capture is work correctly, but can't record screen. I've pressed Record button but it not...
I run in simulator, is was this error (`sensor or listener is null`), and crash when declare instance of `AlertDialog`.
Reproduce: 1. Open a-shell, create new Python environment: ``` python -m pip venv .venv ``` 2. App display error popup (attached photo below) "Too many python scripts issue on iPad...
I know that `onActivityResult` deprecated but still used in next API versions. But I suggest to upgrade to consistent with newer API. **Old way (Kotlin)** ```kotlin override fun onActivityResult(requestCode: Int,...
Create a custom dialog, set CalendarView as content view with height wrap_parent. When I select start date & end date. Selected background display like attach: 
I've implemented with the example code in document. Enable Background Mode (for Audio, AirPlay & PIP). But player pause when I go to device home screen. How can I achieve...
I'm try to install tool by bootstrap file but found error, please check photo below: ```bash wget http://toltec-dev.org/bootstrap echo "04a28483286f88c5c7f39e352afb62adc57f6162a29fd7e124d832205bb0980e bootstrap" | sha256sum -c && bash bootstrap ``` ![Screen Shot...
1. From partner app, start `MoMoActivity`, app redirect to Momo to continue payment. 2. In Momo app, open device Tasks Manager, tap on partner app. Issue: Partner app "freeze" because...
Kotlin extensions is huge, I think author should separate extensions by modules. For examples: - core module, include generic class type helpers: 'com.github.matteocrippa:karamba-core:1.2.0' - image module, include bitmap, drawable, images...
This library is nice, simple and quick. But I have trouble to connect by .ovpn file cause server has protected by username/password. How can I solve this issue?