<?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>Java mobile tutorials and videos</title>
	<atom:link href="https://www.java-tv.com/tag/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.java-tv.com</link>
	<description>Java, Groovy, Spring, Eclipse, Hibernate Tutorials and Videos</description>
	<lastBuildDate>Tue, 16 Jul 2019 17:42:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Exploring Java Hidden Costs</title>
		<link>https://www.java-tv.com/2019/07/16/exploring-java-hidden-costs/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 16 Jul 2019 17:42:20 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">https://www.java-tv.com/?p=4732</guid>

					<description><![CDATA[<p>As Java 8 features comes to Android, it is important to remember that every standard library API and language feature comes with an associated cost. Even as devices get faster and have more memory, concerns of code size and performance overhead are still very relevant. This talk explores hidden costs &#8230;</p>
The post <a href="https://www.java-tv.com/2019/07/16/exploring-java-hidden-costs/">Exploring Java Hidden Costs</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Android Engineering for Scale</title>
		<link>https://www.java-tv.com/2016/03/30/android-engineering-for-scale/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 30 Mar 2016 08:19:30 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4341</guid>

					<description><![CDATA[<p>This presentation shares the story of scaling Android Engineering at SoundCloud. We grew our team from two developers to 8 in little more than a year. This talk presents the processes and technologies that helped us as well as things we’re striving to get right. Some things needed to evolve: &#8230;</p>
The post <a href="https://www.java-tv.com/2016/03/30/android-engineering-for-scale/">Android Engineering for Scale</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Share Java Code with iOS Application</title>
		<link>https://www.java-tv.com/2015/05/11/share-java-code-with-ios-application/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 11 May 2015 17:18:13 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3487</guid>

					<description><![CDATA[<p>J2ObjC is an open-source command-line tool from Google that translates Java source code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java source to be part of an iOS application&#8217;s build, as no editing of the generated files is necessary. The goal is to write an app&#8217;s non-UI &#8230;</p>
The post <a href="https://www.java-tv.com/2015/05/11/share-java-code-with-ios-application/">Share Java Code with iOS Application</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Enhancing Android UI with Custom Views</title>
		<link>https://www.java-tv.com/2015/03/25/enhancing-android-ui-with-custom-views/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 25 Mar 2015 16:11:22 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3458</guid>

					<description><![CDATA[<p>This tutorial walks you through the process of building custom Views and ViewGroups on Android. More explanations and code on https://thenewcircle.com/s/post/1663/tutorial_enhancing_android_ui_with_custom_views_dave_smith_video</p>
The post <a href="https://www.java-tv.com/2015/03/25/enhancing-android-ui-with-custom-views/">Enhancing Android UI with Custom Views</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Develop Java Mobile and Embedded Apps</title>
		<link>https://www.java-tv.com/2013/11/29/develop-java-mobile-and-embedded-apps/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Fri, 29 Nov 2013 07:53:47 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3067</guid>

					<description><![CDATA[<p>This session covers Java ME Platform SDK, a state-of-the-art toolbox for developing mobile and embedded applications. It provides device emulation, a standalone development environment, and a set of utilities for rapid development of Java ME applications. Java ME SDK 3.2 brings new features, including NetBeans/Eclipse integration, a skin creator, and &#8230;</p>
The post <a href="https://www.java-tv.com/2013/11/29/develop-java-mobile-and-embedded-apps/">Develop Java Mobile and Embedded Apps</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Java Everywhere: Ready for Mobile and Cloud</title>
		<link>https://www.java-tv.com/2013/07/10/java-everywhere-ready-for-mobile-and-cloud/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 10 Jul 2013 20:57:06 +0000</pubDate>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2913</guid>

					<description><![CDATA[<p>The traditional role of middleware in the data center has been challenged to expand and meet the ubiquitous computing demands that are becoming more prevalent. The way Java applications are built, deployed, integrated, and managed must accommodate the rapidly evolving mobile and cloud paradigms without sacrificing security or performance. Open &#8230;</p>
The post <a href="https://www.java-tv.com/2013/07/10/java-everywhere-ready-for-mobile-and-cloud/">Java Everywhere: Ready for Mobile and Cloud</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Android Burning Questions</title>
		<link>https://www.java-tv.com/2013/01/31/android-burning-questions/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 31 Jan 2013 20:31:24 +0000</pubDate>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2709</guid>

					<description><![CDATA[<p>The pivotal point of this presentation is how to code on Android in effective way. If you love programming in Java and have concerns that this language is somewhat second-class citizen to XML on Android platform, this talk is right for you. We will have a look if there are &#8230;</p>
The post <a href="https://www.java-tv.com/2013/01/31/android-burning-questions/">Android Burning Questions</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Android Applications Architecture</title>
		<link>https://www.java-tv.com/2012/09/18/android-applications-architecture/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 18 Sep 2012 12:36:38 +0000</pubDate>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2527</guid>

					<description><![CDATA[<p>Learn the software architecture principles needed to design a typical Android application. You will have a chance to see an example application that uses most of the standard Android building blocks. By the end of this talk, you will have high-level understanding on how to design an Android applications. Tutorial &#8230;</p>
The post <a href="https://www.java-tv.com/2012/09/18/android-applications-architecture/">Android Applications Architecture</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Android Security Analysis</title>
		<link>https://www.java-tv.com/2012/05/07/android-security-analysis/</link>
					<comments>https://www.java-tv.com/2012/05/07/android-security-analysis/#comments</comments>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 07 May 2012 13:12:29 +0000</pubDate>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2318</guid>

					<description><![CDATA[<p>A security analysis of Android operating system from software, application development, programming constructs, all the way down to hardware-specific features of Android devices: mobile phones, tablets, and other consumer electronics devices. Specific attention is paid to Android applications and use cases where security is not a &#8220;nice to have&#8221;; rather, &#8230;</p>
The post <a href="https://www.java-tv.com/2012/05/07/android-security-analysis/">Android Security Analysis</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
					<wfw:commentRss>https://www.java-tv.com/2012/05/07/android-security-analysis/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Rapid Android development with JRuby</title>
		<link>https://www.java-tv.com/2011/09/12/rapid-android-development-with-jruby/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 12 Sep 2011 17:53:21 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[mobile]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1961</guid>

					<description><![CDATA[<p>In this video you will learn how to use Ruboto, a framework that leverages the power of JRuby, to quickly build and deploy Android applications. This tutorial demonstrates using the Ruboto framework to rapidly build and deploy Android applications. See how to create an emulator instance, create a Ruboto project &#8230;</p>
The post <a href="https://www.java-tv.com/2011/09/12/rapid-android-development-with-jruby/">Rapid Android development with JRuby</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
