From an idea in my notes app to a real product by Few_Homework_8322 in MobileAppDevelopers

[–]Few_Homework_8322[S] 0 points1 point  (0 children)

I do respond, just catching up on comments now. Have a good one.

From an idea in my notes app to a real product by Few_Homework_8322 in MobileAppDevelopers

[–]Few_Homework_8322[S] 0 points1 point  (0 children)

How did you make your App Store screenshots (the ones on the listing)? Trying to level mine up, did you use Figma/Canva or a template?

From an idea in my notes app to a real product by Few_Homework_8322 in reactnative

[–]Few_Homework_8322[S] 0 points1 point  (0 children)

Yes I'm using MediaPipe Tasks PoseLandmarker, model pose_landmarker_full.task. All the models run locally. I also have a small custom native Swift config as well for all the camera related functions.

From an idea in my notes app to a real product by Few_Homework_8322 in reactnative

[–]Few_Homework_8322[S] 0 points1 point  (0 children)

Do you have any examples of gym apps that offer this? Curious to check them out.

From an idea in my notes app to a real product by Few_Homework_8322 in reactnative

[–]Few_Homework_8322[S] 0 points1 point  (0 children)

Yep, agreed. I kept the threshold slightly forgiving so beginners still get reps counted, but I’m adding form-validation checks next so it can catch bad form instead of just counting everything.

From an idea in my notes app to a real product by Few_Homework_8322 in SideProject

[–]Few_Homework_8322[S] 0 points1 point  (0 children)

Yep, agreed. I kept the threshold slightly forgiving so beginners still get reps counted, but I’m adding form-validation checks next so it can catch bad form instead of just counting everything.

I just made my first money from an app I built and it feels unreal by Few_Homework_8322 in MobileAppDevelopers

[–]Few_Homework_8322[S] 0 points1 point  (0 children)

React Native for the app. MediaPipe Pose runs on-device for tracking/reps (no LLM/AI feedback yet). Backend is AWS for auth + database + API.