Leonid Ustenko
Leonid Ustenko
Is there a way to animate expand/collapse of a RecyclerView item? I tried to mix Scale, Fade, Slide, but cannot achieve a collapse/expand effect
Implemented same as in sample app. onBecameForeground called onBecameBackground never called. At the time of going background listeners becomes empty (due to weak reference) and thus hasn't been called
Cannot log in when Facebook app is installed on device, `logInWithReadPermissionsInBackground()` returns null ParseUser. However, when debugging I see that authorization is actually successful and I receive facebook token and...