Kartik Krishnanand

@kkrishnanand
8 Followers
32 Following
118 Posts
@bentrengrove Hi, Ben, if I remember correctly, there used to be a sample codelab that showed how we could collect information about the Windows layout, and the presence of hinges. I can't seem to find that codelab anymore.
The bane of my life
Do i know anyone who is a member of ASG, and who can admit me to ASG?
Achievement unlocked: Creating JIRA dashboards for the first time.
Why Google, General Mills and other companies are ending on-site childcare

The pitfalls or companies offering on-site childcare

Fast Company
ComposeAuthentication/email/src/main/java/com/manoflogan/email/composables/EmailContent.kt at email · manoflogan/ComposeAuthentication

Compose Authentication screen. Contribute to manoflogan/ComposeAuthentication development by creating an account on GitHub.

GitHub

@riggaroo Hi, Rebecca, I have a question about implementing "swipe to dismiss" feature in Android with Jetpack Compose. I am trying to use "SwipeToDismissBox" but I am stuck on an issue, and I hope that you can guide me.

I am trying to set up a minimum threshold after which the swipe is detected (50% of the width). If the swipe threshold is less than that, then I want it to snap back to origin. I can't figure out how to do that.

Set up:
1. https://github.com/manoflogan/ComposeAuthentication/blob/email/email/src/main/java/com/manoflogan/email/composables/EmailContentList.kt#L44-L53 and https://github.com/manoflogan/ComposeAuthentication/blob/email/email/src/main/java/com/manoflogan/email/composables/EmailContentList.kt#L76

ComposeAuthentication/email/src/main/java/com/manoflogan/email/composables/EmailContentList.kt at email · manoflogan/ComposeAuthentication

Compose Authentication screen. Contribute to manoflogan/ComposeAuthentication development by creating an account on GitHub.

GitHub
Update the Compose bom -> crash somewhere in the app

@ianlake I wanted to seek your advice for this report which I filed. https://issuetracker.google.com/issues/318732729

I think that it is a bug in how test navigation controller resolves the navigation argument, but I would appreciate feedback in this regard.

Google Issue Tracker

@hitherejoe I have bought your book "Practical Jetpack Compose" and I had a question I wanted to ask you. The "home" project uses a LocalConfiguration#current#orientation to determine if the user is on a large screen. Shouldn't the tutorial use window size classes instead?