Ataul Munim

Results 14 comments of Ataul Munim

@Bhullnatik can you update with the latest `master` pls?

![appbar](https://user-images.githubusercontent.com/2678555/51109957-be11be80-17ee-11e9-93e9-441b39ad694b.gif)

This happens in a lot of apps because there's rarely a debounce for clicks. 👍 It's more noticeable here because of the animation and the aberrant behaviour when dismissing both...

I've seen an abstract implementation of View.OnClickListener which is used instead of an anonymous one. This implementation keeps track of when the last click occurred and swallows further events unless...

👋 I'll do the non-reflow text part of this 😬 oh it might be linked 🙈 ~~still would like to try.~~

@nickbutcher Would this ticket require replacing the `ElasticDragDismissFrameLayout` with a (custom) `CoordinatorLayout`? `CollapsingToolbarLayout` is designed to work as a direct child of `AppBarLayout` which, in my understanding, works with the...

This is too heavy for me 😓😞 I think I understand the different parts a little better: - `ReflowText` is a `Transition` for the `Activity` that figures out what the...

I think that's a lacking feature, not a bug 😅 The `DesignerNewsService` only has `POST` `/api/v2/upvotes` but hasn't got `DELETE` `/api/v2/upvotes` yet. This could be a related bug though: -...

Sequential calls to upvote a story `/api/v2/upvotes/` will toggle the vote. This is undocumented in the API as far as I could see. Using the `@DELETE` method that's documented to...

What if you have multiple libraries that _require_ you to extend _their_ Activity? This Activity could be an _example_ for users that want to integrate dspec into their base :+1:...