Binay Shaw
@binayshaw7777
Joined on 24 March 2020
Founding Engineer @ionage
GitHub Stats
174
Followers
33
Repositories
0
Organizations
23
Gists
246
Pull Requests
63
Issues
65
Commits
0
Sponsors
7
Contributed To
512
Star Earned
Most Used Languages
55.88%
Kotlin
31.20%
Java
11.74%
HTML
1.05%
CSS
0.07%
Swift
0.05%
JavaScript
Popular Projects
KotStep
💜 An easy to use Stepper UI library for Jetpack Compose
Kotlin
290
14
10
29
Kotfolio
👾 Minimalistic portfolio built with Kobweb and Jetpack Compose.
HTML
64
5
0
5
Knowtify
📚 Dictionary app build using Compose Multiplatform
Kotlin
31
1
0
7
Microsoft-Engage-2022-Interview-Questions
📚 Microsoft Engage Resources
Java
31
6
0
1
Microsoft-Engage-2022-PresIN
📑 Smart Attendance App that uses face recognition
Java
30
13
0
9
PassGinie-Kobweb
🔑 PassGenie is a Password generator site developed using Kotlin with the help of Kobweb Framework
Kotlin
15
0
0
14
Top Contributions
Top contributions made by the user in the last year.
Charts
Follow Up
Activity Graph
Contributions Calendar
Contributions made by the user in the last 365 days.
Recent Activity
10/5/2025, 11:31:03 PM
10/4/2025, 11:02:02 AM
10/2/2025, 7:16:02 PM
10/2/2025, 7:04:35 PM
10/2/2025, 7:04:29 PM
10/2/2025, 7:02:46 PM
9/22/2025, 5:28:29 PM
9/21/2025, 5:19:10 PM
9/21/2025, 5:14:17 PM
- Refactor INDMoney screen and add Utility functions This commit refactors the INDMoney screen by extracting UI components and logic into utility functions within the `Util` object. Specifically: - `StepContent`, `StepLabel`, and `StatusBadge` composables are created to represent individual parts of a step. - `StepItem` data class is introduced to hold data for each step. - `getIndMoneyStepperSteps` and `getIndMoneyStepperStyle` functions are added to provide step data and styling for the INDMoney stepper. - The `StepperContent` composable in `INDMoney.kt` is updated to use these new utility functions, making the code more modular and reusable. - The stepper now cycles through steps on click.
- Refactor INDMoney screen and add Utility functions This commit refactors the INDMoney screen by extracting UI components and logic into utility functions within the `Util` object. Specifically: - `StepContent`, `StepLabel`, and `StatusBadge` composables are created to represent individual parts of a step. - `StepItem` data class is introduced to hold data for each step. - `getIndMoneyStepperSteps` and `getIndMoneyStepperStyle` functions are added to provide step data and styling for the INDMoney stepper. - The `StepperContent` composable in `INDMoney.kt` is updated to use these new utility functions, making the code more modular and reusable. - The stepper now cycles through steps on click.
- Merge pull request #4 from binayshaw7777/develop Dev -> Main (IndMoney)
9/21/2025, 5:14:17 PM
9/21/2025, 5:14:11 PM
- Refactor INDMoney screen and add Utility functions This commit refactors the INDMoney screen by extracting UI components and logic into utility functions within the `Util` object. Specifically: - `StepContent`, `StepLabel`, and `StatusBadge` composables are created to represent individual parts of a step. - `StepItem` data class is introduced to hold data for each step. - `getIndMoneyStepperSteps` and `getIndMoneyStepperStyle` functions are added to provide step data and styling for the INDMoney stepper. - The `StepperContent` composable in `INDMoney.kt` is updated to use these new utility functions, making the code more modular and reusable. - The stepper now cycles through steps on click.
9/21/2025, 5:08:26 PM
9/21/2025, 5:07:24 PM
- Refactor INDMoney screen and add Utility functions This commit refactors the INDMoney screen by extracting UI components and logic into utility functions within the `Util` object. Specifically: - `StepContent`, `StepLabel`, and `StatusBadge` composables are created to represent individual parts of a step. - `StepItem` data class is introduced to hold data for each step. - `getIndMoneyStepperSteps` and `getIndMoneyStepperStyle` functions are added to provide step data and styling for the INDMoney stepper. - The `StepperContent` composable in `INDMoney.kt` is updated to use these new utility functions, making the code more modular and reusable. - The stepper now cycles through steps on click.
9/21/2025, 4:52:35 PM
- Wrapped up the Groww UI
- Wrapped up Groww UI with Stepper
- Covered amazon top app bar and Overall UI structure
- Covered amazon 95%
- Refactor: Upgrade dependencies and project settings This commit updates the project with the following changes: - Upgraded AGP, Kotlin, KotStep, Compose BOM, and other dependencies. - Enabled Kotlin Compose plugin. - Enabled strong skipping mode for Compose compiler. - Added various Compose preview inspection tools. - Updated Gradle JVM arguments for improved performance and stability. - Removed outdated `.idea/other.xml` file. - Configured test runner to be chosen per test in `gradle.xml`. - Updated `.idea/kotlinc.xml` to reflect Kotlin version 2.0.0. - Removed XML declaration from `.idea/misc.xml`.
- Implemented INDMoney UI
- Updated link action for INDMoney UI The INDMoney UI now uses a utility function to open links, and the default navigation start destination has been changed from INDMoney to Home.
- Fix bank name and added extra padding
- Merge pull request #3 from binayshaw7777/indmoney_impl Indmoney impl
- Merge pull request #1 from binayshaw7777/develop Develop -> Master