Gabor Varadi
Gabor Varadi
This is such a nice library, but AndroidX would make Jetifier not needed, and *not* much has changed in regards to how RecyclerView works.
We had a header that is DATE and a subheader that is a PLACE_ID (long), and if PLACE_ID == PLACE_ID for two elements, but their headerId is different, then the...
05-02 18:48:54.869 1956-1956/com.codyengel.simplenetworking E/AndroidRuntime: FATAL EXCEPTION: main Process: com.codyengel.simplenetworking, PID: 1956 java.lang.RuntimeException: Unable to resume activity {com.codyengel.simplenetworking/com.codyengel.simplenetworking.ui.list.ListActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'io.reactivex.Observable com.codyengel.flax.FlaxModel.getObservable()' on a null object reference...
I see that master detail was removed in https://github.com/googlesamples/android-sunflower/commit/7990334ad654fc9347dd9ba0e71761232da56678 and it's actually kinda sad because I was secretly hoping for the past 8 months that this will be *that one...
Code should probably attempt to call `InternalContext.getActivity()` for baseContext in https://github.com/Zhuinden/flowless/blob/master/flowless-library/src/main/java/flowless/ActivityUtils.java#L23 just to be sure.
Currently, the `limit` drops **all new events** that exceed the limit. However, it would sometimes make sense to drop the **old events** and only keep the latest events. Honestly, I'm...
As described by author of https://github.com/isaac-udy/Enro/. Technically I have one in https://github.com/Zhuinden/simple-stack/tree/master/simple-stack-example-scoping that is 2 years old and I should probably still create one here too, probably one that's slightly...
As described in https://www.reddit.com/r/androiddev/comments/g7ywza/switching_between_activity_and_fragment_crashes/for7cm3/