<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Tseng's dev blog</title>
	<link>http://tseng-blog.nge-web.net/blog</link>
	<description>A developers blog</description>
	<lastBuildDate>Thu, 25 Jun 2009 20:22:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Android 1.5 NDK Released!</title>
		<description><![CDATA[Finally Google Released the NDK, which allows developers to use native code/libraries in their code (programmed in C or C++) which can be used for intense CPU operations such as encoding/decoding or physics. 
You can download it here.
For most Developers this isn’t much interesting, but if you need advanced stuff as implementing your own audio [...]


No related posts.]]></description>
		<link>http://tseng-blog.nge-web.net/blog/2009/06/25/android-1-5-ndk-released/</link>
			</item>
	<item>
		<title>Android sales will outstrip iPhone by 2012</title>
		<description><![CDATA[Market researcher at Informa Telecoms &#038; Media predicted in a new report that Android sales will outstrip iPhone by the year 2012.


Related posts:<ol><li><a href='http://tseng-blog.nge-web.net/blog/2009/06/25/android-1-5-ndk-released/' rel='bookmark' title='Permanent Link: Android 1.5 NDK Released!'>Android 1.5 NDK Released!</a> <small>Finally Google Released the NDK, which allows developers to use native code/libraries in their code (programmed in C or C++) which can be used for intense CPU operations such as...</small></li>
</ol>]]></description>
		<link>http://tseng-blog.nge-web.net/blog/2009/03/09/android-sales-outstrip-iphone-year-2012/</link>
			</item>
	<item>
		<title>Android Market DRM not safe!</title>
		<description><![CDATA[All protected applications are stored inside the /data/app-private folder (which is normally invisible, unless you have root access). 
Thanks to Tim over there at strazzere.com for finding this out and making people aware of it! Check out his Android Market DRM busted < 12 hours! post for more details about the very weak DRM protection of the Android Market!


No related posts.]]></description>
		<link>http://tseng-blog.nge-web.net/blog/2009/02/28/android-market-drm-not-safe/</link>
			</item>
	<item>
		<title>Android Market: Developers worried about bad sales</title>
		<description><![CDATA[reasons developers worry, is about the slow/low sales of their paid applications. One of such worried developers is “Ed Burnette”, author of of “Hello, Android”.
He’s going into an very interesting topics, especially for developers who offer a free and a paid version of their application. One of the main problems he encountered with his paid application is, that he barely got any sales. So he thought, what could be done to change this.


Related posts:<ol><li><a href='http://tseng-blog.nge-web.net/blog/2009/06/25/android-1-5-ndk-released/' rel='bookmark' title='Permanent Link: Android 1.5 NDK Released!'>Android 1.5 NDK Released!</a> <small>Finally Google Released the NDK, which allows developers to use native code/libraries in their code (programmed in C or C++) which can be used for intense CPU operations such as...</small></li>
</ol>]]></description>
		<link>http://tseng-blog.nge-web.net/blog/2009/02/28/android-market-developers-worried-about-bad-sales/</link>
			</item>
	<item>
		<title>SavedState: Preserve data when your Activity is recreated &#8211; Part 1</title>
		<description><![CDATA[Certain events (like low on memory, or configuration change) can lead that your Android application is killed and possibly important data is lost when it's recreated again. To prevent this, you need to temoprary preserve your important data in SavedStates (onSavedInstanceState and onRestoreInstanceState) and load it when the application is recreated to prevent losing critical data necessary for your application


No related posts.]]></description>
		<link>http://tseng-blog.nge-web.net/blog/2009/02/27/savedstate-preserve-data-when-application-is-recreated/</link>
			</item>
	<item>
		<title>How to implement your own Listener in Android/Java</title>
		<description><![CDATA[When you’re developing application, there is often a need to create your own controls/widgets/classes or to extend already available ones. And in most cases, you want this control/widget to be as flexible as possible. In order to achieve this, you have to create special events, which can be handled outside of your widget.
Some of the [...]


No related posts.]]></description>
		<link>http://tseng-blog.nge-web.net/blog/2009/02/17/how-implement-your-own-listener-android-java/</link>
			</item>
	<item>
		<title>Implementing Listeners in your Android/Java application</title>
		<description><![CDATA[I’ve seen many people asking how to implement Listeners in their applications. Implementing a Listener is quite easy. There are 3 ways to implement an Listener and the have their advantages and disadvantages. 

The tree way to implement Listeners are


No related posts.]]></description>
		<link>http://tseng-blog.nge-web.net/blog/2009/02/14/implementing-listeners-in-your-android-java-application/</link>
			</item>
	<item>
		<title>Android: Creating XML UIs</title>
		<description><![CDATA[In the last article, Android: Your first Android Application, we created a simple login screen, but didn't had time to go in deeper in the UI XML structure. In this article I will explain the basics of creating an UI via XML resource. I'll use the XML file from previous example here.


No related posts.]]></description>
		<link>http://tseng-blog.nge-web.net/blog/2009/01/30/android-creating-xml-uis/</link>
			</item>
	<item>
		<title>A sad day for Handsets: Apple awarded with Multi-Touch patent</title>
		<description><![CDATA[A few days ago, Apple was awarded with the patent #7,479,949, titled &#34;Touch screen device, method, and graphical user interface for determining commands by applying heuristics&#34;. In other words, this means that there won&#8217;t be any handsets with Multi-Touch devices out of there other than Apple devices, at least in the U.S. This is especially [...]


No related posts.]]></description>
		<link>http://tseng-blog.nge-web.net/blog/2009/01/29/a-sad-day-for-handsets-apple-awarded-with-multi-touch-patent/</link>
			</item>
	<item>
		<title>Android: Your first Android Application</title>
		<description><![CDATA[Update: Small update for all of you who are not using Eclipse to develop their application, check out this Tutorial on how to compile Android Application without IDE.


No related posts.]]></description>
		<link>http://tseng-blog.nge-web.net/blog/2009/01/29/android-your-first-android-application/</link>
			</item>
</channel>
</rss>
