plaid
plaid copied to clipboard
An Android app which provides design news & inspiration as well as being an example of implementing material design.
Be able to use fragments included in diferents modules .
https://github.com/chrisbanes/tivi/pull/640 and https://github.com/google/iosched/pull/348 already migrate to hilt. Would be great if this modular plaid also migrated to hilt
Hi Is it possible to have recyclerview items placed from right to left when using SpannedGridLayoutManager? Thanks
@nickbutcher I am trying to use SpannedGridLayoutManager and have some issues. 1. Try to add a header(i.e first item) at position 0 with SpanSize of 3X1 and remain extra space....
After a clean clone I get the following error while building: ``` Gradle Sync Issues build.gradle : ERROR: For input string: "" ``` When opening the file it mentions: ```...
Utilizing the publishing API: https://developers.google.com/android-publisher/#publishing
I noticed, that `AboutStyler` constructor has `@Inject` annotation, however at the same time `AboutStyler` is provided via `@Provides` from `AboutActivityModule` with `@FeatureScope`. Having looked at generated by Dagger source code,...
Bug report for failing test described in #828 ``` io.plaidapp.ui.HomeActivityTest > drawerStaysOpenAfterRotation[Pixel_3_API_29(AVD) - 10] FAILED java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:757) [InstrumentationResultParser]: Ignoring repeated failed event for io.plaidapp.ui.HomeActivityTest#drawerStaysOpenAfterRotation. Stack: java.lang.RuntimeException: Unable to destroy...
While switching day/night mode black screen shows for a second. The same thing happens when we recreate() the activity. Could you please help with this or provide any solution? Thanks,...
see: https://developer.android.com/reference/android/net/ConnectivityManager.html#getActiveNetworkInfo()