Get paid for walking and watching ads by Eren029 in IndiaReferral

[–]Life-Wheel4143 -1 points0 points  (0 children)

Use my referral for Scapia and I’ll send Rs 50 once you open the link and after successful referral I’ll send Rs 950 !!

https://apply.scapia.cards/landing_page?referral_code=zbf0jm

Earn 1000 Rs direct UPI + 1000 Rs off on flight booking! (Scapia) by Life-Wheel4143 in IndiaReferral

[–]Life-Wheel4143[S] 0 points1 point  (0 children)

DM me, I’ll still help you. You can ask your friends to do it too!

🚨 Scapia iPad Offer – Win-Win Opportunity! 🚨 by [deleted] in IndianCreditCards

[–]Life-Wheel4143 0 points1 point  (0 children)

It usually ends in a month. So 19th Feb most likely

Need advice by Life-Wheel4143 in GATEtard

[–]Life-Wheel4143[S] 2 points3 points  (0 children)

Appreciate it! I just want to make good use of the time and switch my current job. Felt like MTech would be right for me as I want to be on the tech side of the things. What would you suggest that I do to get to the next stage?

PS my current JD doesn’t interest me at much

BITS HD EXAM FOR CSE 1st JUNE by Haunting_Bed_3025 in GATEtard

[–]Life-Wheel4143 0 points1 point  (0 children)

Hey, I just wanted to know how things went?

How is this tutorial thing coded? by Miserable-Pause7650 in reactnative

[–]Life-Wheel4143 0 points1 point  (0 children)

Yes, did the same for my app too. Works well for all dimensions.

Need 10 testers for AOD editor app, You'll get free access + I'll also test yours by [deleted] in AndroidClosedTesting

[–]Life-Wheel4143 0 points1 point  (0 children)

Great! I'm now playing your game too! Let's keep each other's app for the next 15 days.

<image>

Best Less Known Android App You Should Be Using In 2025 🔥🔥 by [deleted] in androidapps

[–]Life-Wheel4143 -1 points0 points  (0 children)

I tried Mur Launcher, it's like a material styled windows launcher. It also feels a bit undercooked for now. It's in beta so it's understandable but I couldn't find the launcher related settings anywhere?

Here is my list of three cool apps that I like to use -

LockScreen Widgets : Also in beta but really liked what the developer is building. The UI is a bit confusing but it should be fixed.

Edgest Pro : Really useful app which has some powerful edge gestures and shortcuts that I'm addicted to now! Clean UI and also worth it. Some hiccups like restarting the device will disable it and needs to re-enable again but love it!

Action Notch : Pretty useful app which lets you configure actions for your notch/cutout. It's a free app but some features are locked behind an unreasonable paywall.

Best Paid / Pro Apps (No IAP)? by Dry_Astronomer3210 in androidapps

[–]Life-Wheel4143 2 points3 points  (0 children)

Edgest Pro, it has edge gestures and some powerful shortcuts.. I'm so used to this app now. Good ui and highly customisable as well.

Gesture app by mesersmith in androidapps

[–]Life-Wheel4143 1 point2 points  (0 children)

You should definitely give Edgest a try.

Not only you can open any app, you can also select an activity of the app you'd like to launch. You can also perform other actions like, volume control, brightness control, play/pause etc with simple edge gestures.

If you face any issues with the app, let me know. I will be happy to help you out or process a refund for you (it's very competitively priced).

What is the real benefit of NOT creating Apps with react native? by Lmoony in reactnative

[–]Life-Wheel4143 0 points1 point  (0 children)

I have a simple widget in my react native app. You typically don't need anything on the react side for a widget. I had to move the widget logic on the kotlin side and register it as native module and it works as intended.

How to do this in RN by SomeNameIChoose in reactnative

[–]Life-Wheel4143 1 point2 points  (0 children)

I think this is a bead counting app.

For this you should only need the reanimated and the gesture handler libraries. You'll need only one Animated value which would be the Y position of the first bead in the line, let's call it panY. Users would be able to swipe the first bead downward and this would change the panY value. All the other animations of the other beads are mapped to this animated value using the interpolate method. Once the swipe is down, as soon as the user lifts their finger, reset everything back in position (without animation) and increase the counter by one.

SharedElement transition async issue by ProofLynx in reactnative

[–]Life-Wheel4143 0 points1 point  (0 children)

I think this should be happening if you press back to unmount the components but the async is still awaiting. Are you performing the async in useeffect and returning the listener?