Daniel Wilson
Daniel Wilson
This is weird, I get the same after upgrading from 8.7.0 to 10.2.0 and migrating to AndroidX. Edit: Note there is an issue located here on this. #1571
Duplicate of #1571
:( Just came across this while researching kdoc, so right now it is impossible to publish my documentation from my private library, for consumers of that lib?
+1 Surprised this hasn't been fixed, the checkbox is a little sketchy anyway, method names are slightly different for example (isCheck() or setOncheckListener()). For the moment we're probably better off...
Agreed this is the one feature that I'm missing! Thanks.
I'm trying to implement this with tabs and it's pretty hard. If I want a master-detail layout for each tab the proandroiddev solution does not work so well because there's...
Haha well I [wrote a terrible article on what I managed to conjure up](https://medium.com/@Wingnut/tabbed-master-detail-flow-using-the-navigation-component-library-%EF%B8%8F-9ecdea6403c0) for posterity. You are right I hadn't considered how unusual what I was trying to do...
I only bloody saw they [added this](https://issuetracker.google.com/issues/191276636) after I [rewrote my implementation using SlidingPaneLayout](https://medium.com/@Wingnut/tabbed-slidingpanelayout-primary-detail-using-the-navigation-component-library-%EF%B8%8F-6517a2c1e554) 😆
I can also see this is an issue - Hilt does not appear to like onCreate being made final. Perhaps it was a change to the Hilt lib, in the...