Enrique Bautista
Enrique Bautista
From Official docs: Fragments outlive their views. Make sure you clean up any references to the binding class instance in the fragment's onDestroyView() method. My question is the following: `...
see: https://developer.android.com/reference/android/net/ConnectivityManager.html#getActiveNetworkInfo()
Hi, when I add the library to the app/build.gradle file: `implementation 'com.klinkerapps:link_builder:2.0.5'` I get the following build error: `Execution failed for task ':app:mergeDebugJavaResource'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade...
How i can obtain this layout with this library? ImageView with inverter rounded corners or based on shape of layout like view.setClipToOutline(true); Thanks. 
Using ShapeOfView in ViewPager with FragmentStatePageAdapter return : Failed to allocate a 1324812 byte allocation with 721200 free bytes and 704KB until OOM. Lines: .ShapeOfView.calculateLayout (ShapeOfView.java:147) .ShapeOfView.dispatchDraw (ShapeOfView.java:114) When requiresBitmap=...
shadow
Hi!, Nice work, but how i can add shadow to this widget when the background is white? Thanks.
Hi!, Great job, but sometimes is required set default start and end date when daterangepicker is reopen, but endCalendar set default based on startCalendar. Thanks.
Where is the animation for alpha and scale? ViewPager Transformer or something? Thanks.
**Describe the bug** I need when the user taps on the screen to “draw” an X where he clicked on the pdf, in my case, it is in the checkBoxes,...