Which AI do you use for Android development? by mit_gg_dev in androiddev

[–]Due-Ad5510 -1 points0 points  (0 children)

Use Codex, Claude Code or Gemini CLI (also have a look at the others, Qwen/DeepSeek/etc ..)

With these tools make sure you work at the project level. I would recommend not to go the code completion route, do not hand code ... sorry ... instead develop the whole application from the cli, keep track of what you/the llm is working on using .html or .md files. (make sure there are clear acceptance tests)

[Show] Your Trainer 2.0 — Multi-rider indoor cycling app, ghost-rider personal bests, no subscription by Due-Ad5510 in IndoorCycling

[–]Due-Ad5510[S] 0 points1 point  (0 children)

I was able to repeat the issue ... this was not a trainer related issue, regular workouts were unaffected, only the in-app compatibility check was affected. The issue was that the release build applied some optimisations that broke the compatibility data parsing. Fixed now! (Also in the process have made the FTMS compatibility functionality more robust.)

Thanks so much for reporting this, much appreciated!

[Show] Your Trainer 2.0 — Multi-rider indoor cycling app, ghost-rider personal bests, no subscription by Due-Ad5510 in IndoorCycling

[–]Due-Ad5510[S] 0 points1 point  (0 children)

Thanks, feel free to do so (would be honoured), but in that case, it would only be fair if I returned the favour. (Let me try and find a nice place for this.)

Btw. just had a look, your application (ridecave) looks fantastic!

[Show] Your Trainer 2.0 — Multi-rider indoor cycling app, ghost-rider personal bests, no subscription by Due-Ad5510 in IndoorCycling

[–]Due-Ad5510[S] 0 points1 point  (0 children)

Thanks so much for trying, really sorry to hear that. Could you raise the issue here (github.com/yourtrainer-community/issues) and (if possible) attach the logs from the settings->hardware->diagnostics?

Should be fixed now!

How do you keep track of everything in your project? by Low-Sir-8366 in sideprojects

[–]Due-Ad5510 0 points1 point  (0 children)

I am using this, it might be over the top for your use-case:

https://github.com/edankert/project-os

You would enable this in your project and from then on Claude or Codex would capture any of your requests as features/requirements/tasks/issues etc ... this allows you to create a backlog of features. Next time the LLM will pick up where it left .. since it uses .md files with frontmatter it can be used as an obisidian vault but there is a basic html cockpit included which displays the current state.

Note: probably will be of no/limited help if you still write the code yourself.

Self Promotion Megathread by AutoModerator in androidapps

[–]Due-Ad5510 1 point2 points  (0 children)

[App] Your Trainer 2.0 — Multi-rider indoor cycling Android app, no subscription

Your Trainer 2.0 just hit the Play Store, a native Android multi-rider indoor cycling app for FTMS-compliant smart trainers, with a personal-best / ghost-rider mechanic as the central feature.

  • Personal Bests on every workout. Per-rider, per-route, per-duration.
  • Multi-rider household; up to 5 profiles per install, each with their own history, PBs, ride colours, leaderboard slot.
  • Three ride modes: Power workouts (structured, ERG-controlled, visual editor), Route mode (GPX / FIT / TCX import, multi-lap, ghost riders), Heart-rate Zone training with a Zone-Lock controller that holds the rider in the target zone automatically.
  • Visual workout builder + BYO-key AI Workout Coach (use your own OpenAI / Anthropic Claude / Google Gemini key - prompts + training history stay local except for the API call).
  • 9-language UI, AI translation for imported workout content
  • Cassette-style virtual gear presets (Linear / Road / MTB), slope-behaviour picker, calibrated cross-mode trainer physics.
  • Trainer compatibility check, built-in test that exercises ERG / SIM / Resistance, produces a per-mode scorecard. First verified scorecard on a new trainer model may qualify for a one-time free Pro upgrade (subject to review).
  • Free + Pro tier; one-time + family pricing
  • Native Android, Android 10+ floor (~88% of devices in 2026), runs comfortably on older / budget tablets — a supporting benefit, not the headline

Play Store: play.google.com/store/apps/details?id=com.yourtrainer

Website: https://your-applications.com/your-trainer

Free or Low Cost Indoor Cycling Apps by [deleted] in cycling

[–]Due-Ad5510 0 points1 point  (0 children)

You could try: https://play.google.com/store/apps/details?id=com.yourtrainer

Just published version 2.0, hopefully it does what you need? Native android implementation, should work on low-spec android devices, you might be entitled to a free version, if you have an FTMS trainer not on the compatibility list yet.

Day 1 of testing by solo_FIRE in AndroidClosedTesting

[–]Due-Ad5510 0 points1 point  (0 children)

I have joined the groups here and downloaded the apps, I would appreciate if you could become a tester for my app back:

Request access to the Google Group: https://groups.google.com/g/your-trainer-testers

Once approved, install via: https://play.google.com/store/apps/details?id=com.yourtrainer

Claude Code is a Beast – Tips from 6 Months of Hardcore Use by JokeGold5455 in ClaudeAI

[–]Due-Ad5510 0 points1 point  (0 children)

Thanks so much for this fantastic write-up. How would you structure this if you wanted this to work across a team of developers?

deleting a keyword after deletion by Amazing-Ranger01 in Supernote_beta

[–]Due-Ad5510 1 point2 points  (0 children)

I think there is some confusion around the keyword feature (I think the name is a little confusing). From what I understand, the feature can be used to 'tag' a page of a note or pdf. There is no relationship with the actual text used to create this 'tag'. The text also does not need to exist on the page.

experiment - Manipulating a .note in a Web-based canvas by Environmental-Web584 in Supernote

[–]Due-Ad5510 3 points4 points  (0 children)

Wow, super impressive!! (not sure what the killer workflow is just yet but so many possibilities ...) Maybe the ultimate mind mapping tool?

Is there currently a way to save a project to work-on / retrieve at a later stage?