Abdullah Kardaş

Results 51 comments of Abdullah Kardaş

I got same error But thanks to @flipnovidade it works perfectly

this is recyclerview with cardview you see sizes of buttons are different

**Resolved** Go to GrawView clas and change `private Vector gravAnimators;` to ` private Vector gravAnimators=new Vector();` the gravAnimators variable didnt initiliazed so when start() method runs, gravAnimators gives null reference....

is there any news about that?

I think this is not related to library to remove this just you need to add to gradle com.android.support:support-v4:26.1.0 because support libraries should be same version

yes I got this error Attempt to invoke virtual method 'void com.stfalcon.smsverifycatcher.SmsVerifyCatcher.onStart()' on a null object reference

this may help you > Rive already has support SwiftUI for IOS. But what about Android Compose UI? In my current project i wrap it in AndroidView Composable. Any future...

Actually this is very easy. if you import library as module or copy library java classes, layouts and resource values you will see that ` if (selectedPosition == position) {...

Also if you want to change week names and month names in your language or other language you can change lists as `private static final String[] WEEK_DAYS = DateFormatSymbols.getInstance(new Locale("tr","TR")).getShortWeekdays();...