trietbui85
trietbui85
I see you're still using the old image in http://simonvt.github.io/android-menudrawer/ (which doesn't have the arrow indicator for selected row, as well as use the "UP" icon instead "=" icon). If...
Sometimes a ViewPager is too much heavy for a simple scrollview with 2 or 3 screens, so I create a custom horizontal ScrollView instead (which scroll page by page). But,...
https://github.com/androidquery/androidquery
First of all, your satellite menu is really really eye-catching. When I show this to my friends, all of them always ask me how to create a beauty control like...
When include any DrawMe in layout file, I get this rendering problems: ``` The following classes could not be instantiated: - com.rafakob.drawme.DrawMeLinearLayout (Open Class, Show Exception, Clear Cache) - com.rafakob.drawme.DrawMeButton...
I see there are some anim such as: from left to right, right to left, top to bottom, bottom to top. But after finish an anim, this anim will be...
**Describe what scenario you think is uncovered by the existing examples/articles** I notice in `autoDispose` documentation: >To tell Riverpod to destroy the state of a provider when it is no-longer...
Although I can use `time addKtlintCheckGitPreCommitHook` to print out the execution time of that task, I would like that task should have log of execution time instead. Could you print...