Shahriar Zaman

Results 7 comments of Shahriar Zaman

**Implementing the current issue is enough in most cases, maybe in all cases.** These options are extremely necessary and a must-have for many projects. But what you think if user...

**To clearify,** you must put your resources into one of the described directories, **not directly inside `project/resources` directory.** Say, your project directory is `/home/someone/MyProjects/project1/`. You may have different submodule such...

It's nearly five years, and no progress. Now I realize that it's much better to use either flutter or leave ObjectBox. 😥

```kotlin q.link(Trx_.fromAccount).link(Trx_.toAccount) .apply(TrxAccount_.name.oneOf(filterOptions.account.toTypedArray())) ``` I wonder how to do this! Can't proceed without it...

I couldn't sign-in either. My `localhost` address is `127.0.0.1`. Should I use this instead of `10.0.2.2`? If I use `10.0.2.2` the sign-in progress takes a long time then fails. But...

The problem is [Cleartext HTTP traffic not permitted](https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted). Adding `android:usesCleartextTraffic="true"` in manifest file solves the problem.

I faced the same problem, reconnecting to kernel helped me