<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Beiträge von Csongor - Mobile USTP MKL</title>
	<atom:link href="https://mobile.fhstp.ac.at/author/it255501/feed/" rel="self" type="application/rss+xml" />
	<link>https://mobile.fhstp.ac.at/author/it255501/</link>
	<description>Die &#34;Mobile Forschungsgruppe&#34; der USTP, sie  sammelt hier alles zu den Themen Design, UX und Entwicklung mobiler Applikationen</description>
	<lastBuildDate>Thu, 19 Mar 2026 08:03:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://mobile.fhstp.ac.at/wp-content/uploads/2025/03/icon-120x120.webp</url>
	<title>Beiträge von Csongor - Mobile USTP MKL</title>
	<link>https://mobile.fhstp.ac.at/author/it255501/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Print2Mobile &#124; Audio Book &#8211; Static Web APP</title>
		<link>https://mobile.fhstp.ac.at/allgemein/print2mobile-audio-book-static-web-app/</link>
		
		<dc:creator><![CDATA[Csongor]]></dc:creator>
		<pubDate>Thu, 19 Mar 2026 08:03:46 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Print-to-mobile]]></category>
		<category><![CDATA[QR-Code]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web-App]]></category>
		<guid isPermaLink="false">https://mobile.fhstp.ac.at/?p=14984</guid>

					<description><![CDATA[<p>A book titled Flightpath filled to the brim with interesting facts, stories and visuals about aviation, but the question remains: How could we add even more value to an already great product.</p>
<p>The post <a href="https://mobile.fhstp.ac.at/allgemein/print2mobile-audio-book-static-web-app/">Print2Mobile | Audio Book &#8211; Static Web APP</a> appeared first on <a href="https://mobile.fhstp.ac.at">Mobile USTP MKL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p style="font-size:1.2rem"><em>A book titled Flightpath filled to the brim with interesting facts, stories and visuals about aviation, but the question remains: How could we add even more value to an already great product.</em></p>



<p class="has-large-font-size"><strong>Project Overview</strong></p>



<p>To start off I invented a fictional product to which our lectures topic, Print to Mobile(Web) and the use of QR Codes can be applied to. I worked to gain added value for the product, as the title suggest my approach was by extending the physical product with a digital audio book. The project aims to provide an immersive experience through the scanning process and accommodate readers who may prefer to listen to books over reading or just want to listen while being occupied by something else.</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full is-resized"><img fetchpriority="high" decoding="async" width="1024" height="1536" src="https://mobile.fhstp.ac.at/wp-content/uploads/2025/10/cover-print-7.jpg" alt="" class="wp-image-15035" style="width:450px"/></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img decoding="async" width="895" height="385" src="https://mobile.fhstp.ac.at/wp-content/uploads/2025/10/image-6.png" alt="" class="wp-image-15036"/></figure>



<p>A moment after the QR code is scanned the user is met with a book that opens its cover (the same as the physical book cover) and reviles an audio player where the user can listen to the audio book. Test it your self <a href="https://curious-mousse-8bd688.netlify.app/?auto=1">HERE</a>.</p>
</div>
</div>



<p class="has-large-font-size"><strong>Implementation</strong></p>



<p>I decided to create a static web application as the title suggests. This was in order to simplify the project by having no server side. For the creation of the app I used a famous front end framework called <a href="https://nuxt.com/">Nuxt.js </a>that is based on <a href="https://vuejs.org/">Vue.js</a> for template files. Following the chronological order of how the user would encounter interact with the app. The opening of the book cover is created using <a href="https://tailwindcss.com/">Tailwindcss</a> and some additional custom css code where the built in tools of tailwind were not enough. When the book is opened the user encounters the audio player which is created using the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API">Web Audio API</a> that is available in the browser by default. Finally I used the extremely user friendly deployment service of <a href="https://www.netlify.com/">Netlify</a> to publish my application to the web within minutes.</p>



<p class="has-large-font-size"><strong>Summary</strong></p>



<p>The product of this project is a prototype that shows how there can be added value to an existing products by incorporating the Print2Mobile concept. Future iterations of the project could also make use of augmented reality to further enhance the book by showing the plane models &#8220;pop-out&#8221; of the book through the users cameras into their surroundings and allow them to have a closer look.</p>



<p>I personally had fun seeing what&#8217;s the most creative way I can integrate the Print2Mobile concept in my project.</p>



<p>Find the application at: <a href="https://curious-mousse-8bd688.netlify.app/?auto=1">https://curious-mousse-8bd688.netlify.app/?auto=1</a><br><br><strong>Disclaimer: </strong><em>This is a personal project created for educational and illustrative purposes. It is not affiliated with any existing organizations or products.</em></p>
<p>The post <a href="https://mobile.fhstp.ac.at/allgemein/print2mobile-audio-book-static-web-app/">Print2Mobile | Audio Book &#8211; Static Web APP</a> appeared first on <a href="https://mobile.fhstp.ac.at">Mobile USTP MKL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Vibe Coding: Fast AI-Driven Development — Benefits, Risks, and Guardrails</title>
		<link>https://mobile.fhstp.ac.at/allgemein/vibe-coding-fast-ai-driven-development-benefits-risks-and-guardrails/</link>
		
		<dc:creator><![CDATA[Csongor]]></dc:creator>
		<pubDate>Thu, 26 Feb 2026 06:51:11 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<guid isPermaLink="false">https://mobile.fhstp.ac.at/?p=15665</guid>

					<description><![CDATA[<p>AI-assisted development is changing software development as a whole. “Vibe coding” is new trending term that means fast, AI-driven approach focuses on results rather than understanding code. With great power also comes great responsibility, since there are lots of risks involved. This blog will show: What it is, why it’s popular, what can go wrong, <a class="read-more" href="https://mobile.fhstp.ac.at/allgemein/vibe-coding-fast-ai-driven-development-benefits-risks-and-guardrails/">[...]</a></p>
<p>The post <a href="https://mobile.fhstp.ac.at/allgemein/vibe-coding-fast-ai-driven-development-benefits-risks-and-guardrails/">Vibe Coding: Fast AI-Driven Development — Benefits, Risks, and Guardrails</a> appeared first on <a href="https://mobile.fhstp.ac.at">Mobile USTP MKL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>AI-assisted development is changing software development as a whole. “Vibe coding” is new trending term that means fast, AI-driven approach focuses on results rather than understanding code. With great power also comes great responsibility, since there are lots of risks involved.</p>



<p>This blog will show: What it is, why it’s popular, what can go wrong, and a checklist for safely.</p>



<h2 class="wp-block-heading">What Is “Vibe Coding</h2>



<p>“Vibe coding” is programming using natural language. AI generates the code and the developer iterates based on the results. In this approach. “the coder does not need to understand how or why the code works” (Merriam-Webster, 2025) The term became mainstream in 2025 and is now widely used to describe building software by prompting AI and iterating quickly, often with minimal manual code review.</p>



<p>Instead of understanding code, developers when vibe coding focus on a simple question<br>“Does it work?”</p>



<p>Traditional coding focuses on understanding, structure, and design, while vibe coding focuses on speed, iteration, and end-result.</p>



<h2 class="wp-block-heading">The Vibe Coding Loop</h2>



<p>Vibe coding typically follows a simple loop:</p>



<ol class="wp-block-list">
<li>Describe feature in natural language</li>



<li>AI generates code</li>



<li>Run it and test it</li>



<li>paste errors back</li>



<li>Fix and repeat</li>
</ol>



<p>This loop further emphasizes the speed of iteration vibe coding allows its users. Results are produced faster and the developer can focus more on refinement of the results or extending features.</p>



<h2 class="wp-block-heading">Why People Love It: Speed</h2>



<p>The biggest reason developers vibe code is speed.<br>As they say time equals money. AI assistants can greatly reduce task completion time. Its been measured that developers using GitHub Copilot finished a coding task ~55.8% faster<br>(Peng et al., 2023). Naturally this number can change depending on the scenario but it clearly shows that Ai assistance accelerates implementation.</p>



<h2 class="wp-block-heading">Reality Check: “Looks Right” ≠ “Is Right”</h2>



<p>Results can be misleading, just because code looks correct does not mean it actually is correct. The more “long-term maintenance” and “high stakes,” the more we must shift from vibes to verification. A well known phenomenon hallucination can occur in AI-generated code. While the code can be syntactically correct it can contain factual inaccuracy. ” (Alansari &amp; Luqman, 2025)</p>



<p>Bugs may also be subtle:</p>



<ul class="wp-block-list">
<li>Edge cases may not be handled</li>



<li>Race conditions may exist</li>



<li>Wrong assumptions may be built into the logic</li>



<li>Maintenance becomes risky if nobody understands the code later</li>
</ul>



<p>This leads to systems that work initially but become fragile and difficult to maintain.</p>



<h2 class="wp-block-heading">Real-World Security Risks</h2>



<p>Often AI-generated code contain serious vulnerabilities for example: Data exfiltration (exportation), unsafe actions by AI agents injecting instructions.</p>



<p>Schreiber &amp; Tippe (2025) — Analysed 7,703 AI-generated files and found thousands of CWE-mapped vulnerabilities.<br>Sabra, Schmitt &amp; Tyler (2025) — SonarQube analysis showed hard-coded credentials and other severe issues even when unit tests passed. SonarQube is a tool for Static Code Analysis for all languages.<br>Tihanyi et al. (2024) — Large-scale model study found ~62% of generated code was insecure by formal verification. This formal verification is done through Efficient SMT-based Context-Bounded Model Checker (ESBMC).<br>Fu et al. (2025) — Copilot and similar assistants produced code with ~24–30% serious Common Weakness Enumeration (CWE) security flaws across languages.</p>



<p>Even if your own code is fine, your tooling and agent workflow can be the attack surface especially when the AI has “powers” (terminal access, file writes, network).</p>



<h2 class="wp-block-heading">Security Risks in Vibe Coding</h2>



<h3 class="wp-block-heading">Prompt Injection</h3>



<p>LLM app guard rails can be manipulated by prompt injection. OWASP lists prompt injection as a top LLM app risk category (OWASP, 2024). UK NCSC warns prompt injection is not like SQLi and may be harder to fully “fix” with a single mitigation (UK National Cyber Security Centre (NCSC), 2025).</p>



<h3 class="wp-block-heading">Insecure Code Generation</h3>



<p>LLMs may generate code with known vulnerabilities Prone to insecure code, but can improve with feedback/hints (Yan et al., 2025)</p>



<h2 class="wp-block-heading">Guardrails: How to Vibe Code Responsibly</h2>



<p>Vibe coding can be powerful but only with proper guardrails.<br>Responsible use should include:</p>



<ul class="wp-block-list">
<li>Generate tests first</li>



<li>Force model to justify by explanations</li>



<li>Use linters + type checking</li>



<li>Prompt “avoid CWE top issues; use safe defaults”</li>



<li>Never let an agent run with broad permissions by default</li>



<li>Code review: auth, input validation, file/network access</li>
</ul>



<p>Using AI-assisted development should be done with taking the necessary precautions. Keep a fast loop but add verification gates. Effort from  typing code to validating it.</p>



<h2 class="wp-block-heading">Takeaways</h2>



<p>Vibe coding is a new way to code that is becoming more and more standardised. It is fast, iterative, and AI-driven. It helps in rapid development and experimentation, but it also introduces risks in quality, security, and long-term maintainability.</p>



<p>Used responsibly, vibe coding can be a powerful tool in modern development. Without guardrails, it can quickly become hidden tech-debt and security issues.</p>



<h2 class="wp-block-heading">References</h2>



<p>Alansari, A., &amp; Luqman, H. (2025). <em>Large Language Models Hallucination: A Comprehensive Survey</em> (No. arXiv:2510.06265). arXiv. <a href="https://doi.org/10.48550/arXiv.2510.06265">https://doi.org/10.48550/arXiv.2510.06265</a></p>



<p>Collins Dictionary. (2025). <em>Collins—The Collins Word of the Year 2025 is&#8230;</em> <a href="https://www.collinsdictionary.com/woty">https://www.collinsdictionary.com/woty</a></p>



<p>Fu, Y., Liang, P., Tahir, A., Li, Z., Shahin, M., Yu, J., &amp; Chen, J. (2025). <em>Security Weaknesses of Copilot-Generated Code in GitHub Projects: An Empirical Study</em> (No. arXiv:2310.02059). arXiv. <a href="https://doi.org/10.48550/arXiv.2310.02059">https://doi.org/10.48550/arXiv.2310.02059</a></p>



<p>Merriam-Webster. (2025). <em>Vibe coding</em>. <a href="https://www.merriam-webster.com/slang/vibe-coding">https://www.merriam-webster.com/slang/vibe-coding</a></p>



<p>OWASP. (2024, 2025). <em>LLMRisks</em><em> Archive</em>. OWASP Gen AI Security Project. <a href="https://genai.owasp.org/llm-top-10/">https://genai.owasp.org/llm-top-10/</a></p>



<p>Peng, S., Kalliamvakou, E., Cihon, P., &amp; Demirer, M. (2023). <em>The Impact of AI on Developer Productivity: Evidence from GitHub Copilot</em> (No. arXiv:2302.06590). arXiv. <a href="https://doi.org/10.48550/arXiv.2302.06590">https://doi.org/10.48550/arXiv.2302.06590</a></p>



<p>Sabra, A., Schmitt, O., &amp; Tyler, J. (2025). <em>Assessing the Quality and Security of AI-Generated Code: A Quantitative Analysis</em> (No. arXiv:2508.14727). arXiv. <a href="https://doi.org/10.48550/arXiv.2508.14727">https://doi.org/10.48550/arXiv.2508.14727</a></p>



<p>Schreiber, M., &amp; Tippe, P. (2026). <em>Security Vulnerabilities in AI-Generated Code: A Large-Scale Analysis of Public GitHub Repositories</em> (Vol. 16219, pp. 153–172). <a href="https://doi.org/10.1007/978-981-95-3537-8_9">https://doi.org/10.1007/978-981-95-3537-8_9</a></p>



<p>Tihanyi, N., Bisztray, T., Ferrag, M. A., Jain, R., &amp; Cordeiro, L. (2024). How secure is AI-generated code: A large-scale comparison of large language models. <em>Empirical Software Engineering</em>, <em>30</em>. <a href="https://doi.org/10.1007/s10664-024-10590-1">https://doi.org/10.1007/s10664-024-10590-1</a></p>



<p>UK National Cyber Security Centre (NCSC). (2025). <em>Prompt injection is not SQL injection (it may be worse)</em>. <a href="https://www.ncsc.gov.uk/blog-post/prompt-injection-is-not-sql-injection">https://www.ncsc.gov.uk/blog-post/prompt-injection-is-not-sql-injection</a></p>



<p>Yan, H., Vaidya, S. S., Zhang, X., &amp; Yao, Z. (2025). <em>Guiding AI to Fix Its Own Flaws: An Empirical Study on LLM-Driven Secure Code Generation</em> (No. arXiv:2506.23034). arXiv. <a href="https://doi.org/10.48550/arXiv.2506.23034">https://doi.org/10.48550/arXiv.2506.23034</a></p>
<p>The post <a href="https://mobile.fhstp.ac.at/allgemein/vibe-coding-fast-ai-driven-development-benefits-risks-and-guardrails/">Vibe Coding: Fast AI-Driven Development — Benefits, Risks, and Guardrails</a> appeared first on <a href="https://mobile.fhstp.ac.at">Mobile USTP MKL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Rev Match Market &#8211; A Swipe-Based Used Car Marketplace</title>
		<link>https://mobile.fhstp.ac.at/allgemein/rev-match-market-a-swipe-based-used-car-marketplace/</link>
		
		<dc:creator><![CDATA[Csongor]]></dc:creator>
		<pubDate>Wed, 25 Feb 2026 22:05:50 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<guid isPermaLink="false">https://mobile.fhstp.ac.at/?p=15663</guid>

					<description><![CDATA[<p>In my Masterclass Mobile project, I explore how a familiar interaction feature from dating apps could be applied to a completely different use cases. I applied it to the used car market. The core idea behind RevMatchMarket is instead of scrolling through endless lists of car listings, users swipe left to pass or right to <a class="read-more" href="https://mobile.fhstp.ac.at/allgemein/rev-match-market-a-swipe-based-used-car-marketplace/">[...]</a></p>
<p>The post <a href="https://mobile.fhstp.ac.at/allgemein/rev-match-market-a-swipe-based-used-car-marketplace/">Rev Match Market &#8211; A Swipe-Based Used Car Marketplace</a> appeared first on <a href="https://mobile.fhstp.ac.at">Mobile USTP MKL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In my Masterclass Mobile project, I explore how a familiar interaction feature from dating apps could be applied to a completely different use cases. I applied it to the used car market. The core idea behind RevMatchMarket is instead of scrolling through endless lists of car listings, users swipe left to pass or right to like a car, making the browsing experience faster, more engaging, and more intuitive .</p>



<h3 class="wp-block-heading">The Idea</h3>



<p>Buying a used car can be overwhelming. Traditional marketplaces often present users with long, filter-heavy pages filled with static listings. My goal was to improve that experience. The swipe mechanic makes browsing fun.</p>



<h2 class="wp-block-heading">Objectives and Learning Goals</h2>



<p>Three main goals: technical, business, and personal learning.</p>



<h3 class="wp-block-heading">Technical Objectives</h3>



<p>To develop a mobile-web application that demonstrates:</p>



<ul class="wp-block-list">
<li>authentication with protected routes</li>



<li>creation and management of car listings</li>



<li>swipe-based browsing</li>



<li>favorites management</li>



<li>filtering by make, model, and price</li>



<li>frontend-backend integration in a structured monorepo</li>



<li>database-backed persistence for users, listings, images, and swipe decisions</li>
</ul>



<p>Although the initial plan mentioned Ionic and Angular, the project evolved into using:</p>



<ul class="wp-block-list">
<li><strong>Nuxt 4</strong> for the frontend</li>



<li><strong>NestJS</strong> for the backend API</li>



<li><strong>PostgreSQL + Prisma ORM</strong> for persistence</li>



<li><strong>Cookie-based JWT authentication</strong> for session handling</li>



<li><strong>Docker</strong> for local database infrastructure</li>
</ul>



<p>This is due to my more dependable previous experience with this stack to build a full-stack monorepo.</p>



<h2 class="wp-block-heading">Project Scope</h2>



<h3 class="wp-block-heading">MVP</h3>



<ul class="wp-block-list">
<li>Mobile-first UI</li>



<li>User registration and login</li>



<li>Car listing creation and management</li>



<li>Swipe-based browsing of cars</li>



<li>Filtering by make, model, and price</li>



<li>Favorites page</li>



<li>Backend-connected database</li>
</ul>



<h3 class="wp-block-heading">What the Current MVP Includes</h3>



<ul class="wp-block-list">
<li>user registration and login</li>



<li>cookie-based authenticated sessions</li>



<li>protected pages for logged-in users</li>



<li>a swipe feed for browsing available cars</li>



<li>like and pass actions</li>



<li>a favorites page for liked cars</li>



<li>a “My Cars” area for sellers</li>



<li>car listing creation</li>



<li>car listing editing</li>



<li>car listing removal through soft delete</li>



<li>car detail pages</li>



<li>optional image upload for listings</li>



<li>simple client-side filters for make, model, and maximum price</li>
</ul>



<h3 class="wp-block-heading">Explicitly Excluded</h3>



<ul class="wp-block-list">
<li>Payment processing between users</li>



<li>Full production-grade infrastructure</li>



<li>Chat functionality</li>



<li>Location-based matching</li>



<li>Analytics systems</li>



<li>App Store / Play Store deployment</li>
</ul>



<h2 class="wp-block-heading">Key Deliverables</h2>



<p>The final outcome of RevMatchMarket includes:</p>



<ol class="wp-block-list">
<li><strong>A working MVP</strong><br>A swipe-based used car marketplace where:
<ul class="wp-block-list">
<li>Sellers can create, Edit, Delete listings</li>



<li>Listings have images</li>



<li>Buyers can browse cars</li>



<li>Users can like or pass listings</li>



<li>Users can apply filters to listings</li>



<li>Favorites are stored and retrievable</li>



<li>Full authentication </li>
</ul>
</li>



<li><strong>Documentation</strong>
<ul class="wp-block-list">
<li>Detailed project and milestone planning</li>



<li>This blog post summarizing the process and learnings</li>
</ul>
</li>



<li><strong>Final Presentation</strong>
<ul class="wp-block-list">
<li>Live demo of the application</li>



<li>Reflection on challenges</li>



<li>Discussion of future improvements</li>
</ul>
</li>
</ol>



<h2 class="wp-block-heading">Challenges and Lessons Learned</h2>



<p>Creating a UI for mobile devices required careful consideration. Authentication and protecting routes was required a few iterations. Managing JWT tokens via httpOnly cookies and handling session bootstrapping on the frontend. Features need to be limited. It is tempting to add chat, real-time updates, and other features but keeping the MVP focused was essential.</p>



<h2 class="wp-block-heading">Diagrams &#8211; Database &amp; Flow Chart</h2>



<figure class="wp-block-image size-large"><img decoding="async" width="1540" height="800" src="https://mobile.fhstp.ac.at/wp-content/uploads/2026/02/RevMatchMarket-Logical-Database-Schema-1540x800.png" alt="" class="wp-image-15818" srcset="https://mobile.fhstp.ac.at/wp-content/uploads/2026/02/RevMatchMarket-Logical-Database-Schema-1540x800.png 1540w, https://mobile.fhstp.ac.at/wp-content/uploads/2026/02/RevMatchMarket-Logical-Database-Schema-770x400.png 770w" sizes="(max-width: 1540px) 100vw, 1540px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1540" height="800" src="https://mobile.fhstp.ac.at/wp-content/uploads/2026/02/RevMatchMarket-Application-Flow-1-1540x800.png" alt="" class="wp-image-15817" srcset="https://mobile.fhstp.ac.at/wp-content/uploads/2026/02/RevMatchMarket-Application-Flow-1-1540x800.png 1540w, https://mobile.fhstp.ac.at/wp-content/uploads/2026/02/RevMatchMarket-Application-Flow-1-770x400.png 770w" sizes="auto, (max-width: 1540px) 100vw, 1540px" /></figure>



<h2 class="wp-block-heading">Final Thoughts</h2>



<p>RevMatchMarket redefines a simple interaction pattern. This project, I strengthened my skills in full-stack development, mobile-first UI design, backend integration, and structured project planning.</p>



<p>This project started as an assignment but it has the can become much more.</p>
<p>The post <a href="https://mobile.fhstp.ac.at/allgemein/rev-match-market-a-swipe-based-used-car-marketplace/">Rev Match Market &#8211; A Swipe-Based Used Car Marketplace</a> appeared first on <a href="https://mobile.fhstp.ac.at">Mobile USTP MKL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>State of the Art in Real-Time 2D Pose Estimation using Smartphones</title>
		<link>https://mobile.fhstp.ac.at/allgemein/state-of-the-art-in-real-time-2d-pose-estimation-using-smartphones/</link>
		
		<dc:creator><![CDATA[Csongor]]></dc:creator>
		<pubDate>Wed, 25 Feb 2026 19:43:27 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[2D human pose estimation]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Smartphone]]></category>
		<category><![CDATA[SOTA]]></category>
		<category><![CDATA[state of the art]]></category>
		<guid isPermaLink="false">https://mobile.fhstp.ac.at/?p=15652</guid>

					<description><![CDATA[<p>Csongor Jánosi AbstractReal-time 2D human pose estimation using smartphone cameras hasbecome a highly relevant technology for interactive applicationssuch as physical education, gesture-based interaction, and aug-mented reality. While recent advances have significantly improvedpose estimation models, using such systems on mobile devicesremains challenging due to computational, energy, and latency con-straints. This paper presents a state-of-the-art review of <a class="read-more" href="https://mobile.fhstp.ac.at/allgemein/state-of-the-art-in-real-time-2d-pose-estimation-using-smartphones/">[...]</a></p>
<p>The post <a href="https://mobile.fhstp.ac.at/allgemein/state-of-the-art-in-real-time-2d-pose-estimation-using-smartphones/">State of the Art in Real-Time 2D Pose Estimation using Smartphones</a> appeared first on <a href="https://mobile.fhstp.ac.at">Mobile USTP MKL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Csongor Jánosi</p>



<p><br><strong>Abstract<br></strong><br>Real-time 2D human pose estimation using smartphone cameras has<br>become a highly relevant technology for interactive applications<br>such as physical education, gesture-based interaction, and aug-<br>mented reality. While recent advances have significantly improved<br>pose estimation models, using such systems on mobile devices<br>remains challenging due to computational, energy, and latency con-<br>straints. This paper presents a state-of-the-art review of real-time<br>2D pose estimation approaches targeting smartphones, following<br>a PRISMA inspired systematic literature review. Two recent and<br>relevant papers, LMFormer and LiPE, are analyzed and compared<br>based on design choices, efficiency metrics, evaluation scope, and<br>suitability for mobile and human–computer interaction (HCI) prac-<br>tical use cases. The review highlights the balancing of accuracy and<br>computational efficiency, identifies limitations in current evaluation<br>practices, and outlines open research gaps related to end-to-end<br>mobile performance and interaction-oriented evaluation criteria.</p>



<div data-wp-interactive="core/file" class="wp-block-file"><object data-wp-bind--hidden="!state.hasPdfPreview" hidden class="wp-block-file__embed" data="https://mobile.fhstp.ac.at/wp-content/uploads/2026/02/it255501_Janosi_SOTA_paper__ACM_Journal_.pdf" type="application/pdf" style="width:100%;height:600px" aria-label="Embed of it255501_Janosi_SOTA_paper__ACM_Journal_."></object><a id="wp-block-file--media-67463445-6b8f-485a-b325-b1a5ae6f25f3" href="https://mobile.fhstp.ac.at/wp-content/uploads/2026/02/it255501_Janosi_SOTA_paper__ACM_Journal_.pdf">it255501_Janosi_SOTA_paper__ACM_Journal_</a><a href="https://mobile.fhstp.ac.at/wp-content/uploads/2026/02/it255501_Janosi_SOTA_paper__ACM_Journal_.pdf" class="wp-block-file__button wp-element-button" download aria-describedby="wp-block-file--media-67463445-6b8f-485a-b325-b1a5ae6f25f3">Download</a></div>
<p>The post <a href="https://mobile.fhstp.ac.at/allgemein/state-of-the-art-in-real-time-2d-pose-estimation-using-smartphones/">State of the Art in Real-Time 2D Pose Estimation using Smartphones</a> appeared first on <a href="https://mobile.fhstp.ac.at">Mobile USTP MKL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
