DevRadar

Mobile

Auto-aggregated global tech articles · 14 posts

D
Mobile

Designing Plural-Safe Text in Figma

A translated Polish subscription screen ships. QA signed off. A user on the 3-month plan sees "Otrzymaj 3 miesięcy dostępu Premium" — and it reads wrong, the way "3 childs" would in English. Grammatically, it should be "Otrzymaj 3 miesiące dostępu Premium." Same English source, same intended meaning

Dev.to (EN Zone)
D
Mobile

Dealing with sensitive permissions on Android

Right now the developer community seems fascinated (if not outright obsessed) with agentic coding. That wave is real, and it will heavily impact how we build software. But let's not forget there are other topics worth attention. Here, the focus is something less fashionable: sensitive permissions on

DEV Community
O
Mobile

Orca: the ADE for orchestrating a fleet of coding agents in parallel

What do you do when Claude Code proposes one solution, Codex a different one, and Gemini a third? The usual move is to pick an agent up front and take whatever it produces. Orca changes that dynamic: it runs all three at once, each isolated in its own git worktree, and lets you compare the results a

DEV Community
F
Mobile

Flutter Web in Two Tabs: Both Polling, Both Wrong

Your app works. Then a user opens it in a second tab, and things start going wrong in ways that never show up in testing. Both tabs poll the server, so your request volume doubles for one user. Both hold a WebSocket, so your connection count is wrong and your server thinks you have twice the traffi

Dev.to (EN Zone)