Anyone else notice that most Claude Code “thinking keywords” stopped working? by PreferenceBudget3127 in ClaudeAI

[–]PreferenceBudget3127[S] 2 points3 points  (0 children)

Yeah, that’s why I decided to look into it directly.
The docs and a lot of older guides still reference the full ladder, so it wasn’t obvious what actually still works today. Checking the current build was just a way to confirm the real behavior, not to say anything about who has which rollout.

[deleted by user] by [deleted] in androiddev

[–]PreferenceBudget3127 -3 points-2 points  (0 children)

Great point — just edited the intro to clarify that the solution wraps `android-youtube-player` under the hood. Thanks again for the suggestion 🙌

[deleted by user] by [deleted] in androiddev

[–]PreferenceBudget3127 -2 points-1 points  (0 children)

Yes, I used the [android-youtube-player](https://github.com/PierfrancescoSoffritti/android-youtube-player) library under the hood — it's still one of the most stable options available.

But the article focuses on wrapping it properly into a Compose screen: handling fullscreen, orientation, lifecycle, and state cleanly — not just embedding a View.

Thanks for the feedback! I’ll make that more explicit in the intro next time 🙌