WeSearch

Разработка Android Kiosk приложения

·4 min read · 0 reactions · 0 comments · 14 views
#android#development#kiosk#mobile#tutorial
Разработка Android Kiosk приложения
TL;DR · WeSearch summary

The article discusses the development of an Android Kiosk application by Davran Khasanov, an experienced Android developer. It outlines the challenges faced in creating a kiosk app that restricts user access to a single screen and the technical requirements involved. The author shares insights into using Device Policy Manager and Lock Task Mode to implement the necessary features for the application.

Key facts
About this source

DEV.to (Top) files mainly under programming. We currently carry 4,877 of its stories.

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 === 3904642) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Davran Khasanov Posted on May 23 Разработка Android Kiosk приложения #android #devjournal #mobile #tutorial Всем привет это моя первая публикация. И первый опыт написания статей по разработке. Давайте начнем с небольшого знакомства. Меня зовут Давран, я андройд разработчик с 8 летнем стажем разработки мобильных приложений разного спектра. Мой опыт работы: Сегодня я хотел начать свое повествование с темы Android Kiosk.

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)