Romain

Results 6 comments of Romain

Turn off instant run in the settings and it should be fine.

I probably shouldn't promote other ORMs here, but since Active Android has been abandoned for years, and is dead slow (due to reflection), I highly suggest you move on to...

I ran into this issue a while ago, and found out it was because of the cache. Try to clear it before loading your model again: `Cache.removeEntity(yourModel);`

I don't want to add columns to my models only to perform a join. I managed to do it with a raw query, but that would be great to have...

The reason I'm removing / adding back the scrollbar from the viewgroup is because I never was able to just hide it (neither setVisibility(GONE) nor setScrollBarHidden(false) works for me). So...