Aaron Fleshner

Results 6 issues of Aaron Fleshner

Updated gradle to 7.2. Updated gradle build tools to 7.1.2 Added Google repo to the build Updated project to just Androidx(Using migration tool) Then updated all of the needed gradle...

When extending an object such as a baseObject class Object extends baseObject{ .... Variables ..... public Object(Parcel in){ //it needs a call to the super the super constructor so it...

I was curious if there was a way to set the color filter on a drawable on the fab. I see a protected function getIconDrawable but like i said it...

Simple Toggle Method. If layer is open the Layer will close. If the layer is closed it will open. It's just that simple. Just for nicer looking code.

When running through the code lab in the on "The Goundwork" [page](https://codelabs.developers.google.com/play-billing-codelab#2) it says to copy and paste. ``` kotlin dependencies { val billing_version = "5.0.0" implementation("com.android.billingclient:billing:$billing_version") } ``` But...

I was curious if you were planning on adding in drag and drop for easy reordering. I have a project that consists of a few headers and some list items...