Bao Phan
Bao Phan
Me too, for example: I need to custom border color for dark/light theme. With new dark mode, I can do it with: **value/colors.xml** ``` #EBEEF5 ``` **value-night/colors.xml** ``` #303133 ```...
First, thanks for your reply. Current, DPNotify is in MIT license. But current library using swift 1.0 and not optimized yet. I will fix bugs and update to lastest swift...
I think this is not issue. You can custom binding adapter: ```kotlin object MoneyTextViewBindingAdapter { @JvmStatic @BindingAdapter(value = ["moneyTextViewValue", "moneyTextViewSymbol"], requireAll = false) fun moneyTextViewValue(sender: MoneyTextView, value: Float?, symbol: String?)...
> Hi @dphans, > > I got same issue on my side. > > Did you resolve on your side ? @LevisLuong Temporarily, I fix by moving sender activity into...
@phuongtinhbien Sorry, I can't leak company source code because company's policies. In scenario, I set the time interval to check foreground activity and momo result. If foreground activity is SDKActivity...
From gradle 7.3.3 completely removed jitpack.io, I temporary downloaded the source code and import into project, no need to update from now on. I think this library now stable (exclude...
Below is simple websocket server wrote with __Python 3.6__ (Using [`flask`](https://github.com/pallets/flask) [`Flask-Sockets`](https://github.com/kennethreitz/flask-sockets)), you can preference: ```python from flask import Flask from flask_sockets import Sockets app = Flask(__name__) sockets = Sockets(app)...
@MJLHThomassen @Zidar give thanks to you. I will fix soon, this is my fault. Because I'm working on Linux so can't handle Windows OS exceptions. Sorry to confuse you. I...
Usually, reject cause of "spam" are not caused by the library. The most common issue is that your app's functionality is too simple (I think only VPN connection is selected...