Pinned Loading
-
This is the Java version of NickHolc...
This is the Java version of NickHolcombe's ListAdapterWithHeader which was originally wrote in Kotlin, after spending countless hours online looking for a way to add a header to my PagedListAdapter I finally found a solution https://gist.github.com/NickHolcombe/0e1c27892d6b73271f10e12268f40187 except it was in Kotlin, I managed to rewrite it in Java. 1import androidx.recyclerview.widget.AsyncDifferConfig;
2import androidx.recyclerview.widget.AsyncListDiffer;
3import androidx.recyclerview.widget.DiffUtil;
4import androidx.recyclerview.widget.ListUpdateCallback;
5import androidx.recyclerview.widget.RecyclerView;
-
Keycloak react private route that ac...
Keycloak react private route that accepts a route with params, possible answer to this question https://github.com/the-glue/react-router-keycloak/issues/7 1<PrivateRoute exact path="/props-through-render" render={(props) => <PropsPage {...props} title={`Props through render`} />} />
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.