kassim

Results 19 comments of kassim

@BansookNam are you using `kapt` instead of `annotationProcessor` for your Butterknife dependency statement in your `build.gradle`? I had the same issue when introducing Kotlin - you need to use `kapt`...

Would be a great addition! 👍

I found the same issue. I fixed it by putting it in a `view.post()` call.

mine was in a ViewHolder of RecyclerView, which would have items added in onViewCreated maybe the 'show' method itself should be using post?

select any view in your layout, for example a TextView, has a post method you can call ``` textView.post(()-> { showTooltip()}) ```

@Falke-Design what's the status of this? I've come to the need of a spinner selector with the features of MaterialDateTimePicker so am quite interested

from the homepage screenshot - shouldn't the alignment be to the right? also there's an ampersand (also on the questions page)

possibly worth reporting here: https://github.com/firebase/firebase-ios-sdk

I'm experiencing the same issue/error warning when trying to set up the datadog gcp integration. Is there a way to debug or solve?