Clayton Herendeen

Results 6 issues of Clayton Herendeen

Error: `A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x98c7202c in tid 5202 (pool-2-thread-2)` Here is the only code im executing using this library: Blurry.with(getActivity()).radius(10).async().capture(mainContainerView).into(blurImage); where mainContainerView is a...

When i have an empty list view and i pull down on the screen nothing shows up

This allow you to use multiple different cell types within a sectioned recycler view.

Im using kotlin and have been following the guide in the readme. **Problem 1** I came across the section below in the readme and i cannot get it to work....

Followed getting started guide on Readme. Went to run and got these errors during the build. Cloned v2.52.17 ``` /Users/someone/git/Project/app/src/main/lib/sweetblue/library/src/main/java/com/idevicesinc/sweetblue/BleManager.java:165: error: cannot find symbol public static interface DiscoveryListener extends GenericListener_Void...

I would like to be able to take simple .swift classes that are merely models with instance variables, enums, constructors, accessors & mutators and convert them to java. I develop...