Eliezer Graber

Results 146 comments of Eliezer Graber

I think a lot of codebases are at the point where they'd prefer to not have to use Jetifier because of the performance impacts it has. It would be nice...

Especially since I just checked and the only support library dependencies are test (which doesn't seem to be used) and the arch version of room.

I don't know much about Intellij's UI but I'd assume the process for this is to add an action [here](https://github.com/pbreault/adb-idea/blob/master/src/main/java/com/developerphil/adbidea/action/QuickListAction.java) called "Permissions", which would open a sublist of actions of...

The db gets compressed in assets. When you install it, it gets copied to the filesystem, where it is uncompressed.

It definitely depends on the use case. Some of my apps it wouldn't matter, and some of them really do matter greatly.

Probably the best way to handle this would be to properly host the database somewhere (like what was happening on GitHub before, but using some server(less) tech).

You know it required an internet connection up until the latest version, right?

There have been people using it for years with an internet connection, and not a very optimized one. If you tell me that 3mb extra reported in the app size...

Same problem here. Kinda gross to have to `requestLayout` in the ViewHolder, especially since the width and height are set correctly.