Kotlin stripe-sdk

Open-source Kotlin projects categorized as stripe-sdk
Topics: Stripe

Kotlin stripe-sdk Projects

  • stripe-android

    Stripe Android SDK

  • Project mention: Ask HN: Is Android development a thing of the past? | news.ycombinator.com | 2023-12-27

    "I haven't seen excitement around any product and ecosystem launched since 2018 except flutter and Firebase."

    Hard disagree, lol. Android Jetpack was launched in 2018. It was basically the second generation of Android development, it was a proper "tech stack" instead of everyone cobbling together third party libraries. Architectures switched over to the one true MVVM, instead of being this mess of MVC, MVP, etc.

    Jetpack Compose is pretty amazing, it cut down our LOC by about half because we don't need adapters for every list. Kotlin coroutines & flow is nice. You get reactive programming, no more complex nested if/else conditions. We're not using Fragments or Activities much now either, navigation is via Compose, meaning DI is less necessary. So builds can be much faster too with a 2023 stack, and you can get UI changes rendered in the emulator immediately without even needing to update the build.

    Here's a modern stack I made, should be able to spin up an app in an hour, and it shouldn't be too hard to read the code: https://github.com/smuzani/android-minimalist-template

    Or if you want something production, Stripe's code is one of my favorites: https://github.com/stripe/stripe-android

    Jetpack has some dark moments though, but that's a story for another day.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Kotlin stripe-sdk related posts

Index

Project Stars
1 stripe-android 1,208

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com