WeSearch

How I made a perfect recording button. Simple yet complex thing.

·7 min read · 0 reactions · 0 comments · 11 views
#ux#programming#technology
How I made a perfect recording button. Simple yet complex thing.
⚡ TL;DR · AI summary

The article discusses the complexities involved in creating a perfect recording button for the XSpeak app. It emphasizes the importance of functionality and responsiveness in user experience, particularly for a tool used frequently throughout the day. The author explains the technical challenges behind the button's operation and compares it to similar features in other apps.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3810514) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Dmitry Tseyler Posted on May 21 • Originally published at tseiler.tech How I made a perfect recording button. Simple yet complex thing. #ux #swift #programming #architecture Intro From the start of XSpeak, I wanted it to provide the best possible feel for the user: simple, fast, and responsive. Since it's a recording app, one of its main components is the button the user presses to record a conversation. Actually, it's a control we're used to in many apps.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)