Sabid Habib

Results 3 issues of Sabid Habib

The locationServicesEnabled() method on LocationState class only checks if the current _"location_mode"_ is 0 or not. It assumes that each device will return **'0'** when location service is off. But...

I have a CatRealm with a boolean field isPet. ``` Class CatRealm extends RealmObject{ boolean isPet; } ``` Now, I have updated the type of isPet to `Long ` type....

I had two realm objects previously, `Cat extends realmObject{ String name; String color; }` `Person extends realmObject{ String name; RealmList cats; }` when I remove both tables "Cat" and "Person",...