<?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>OpenBaseMovil &#187; Mobile applications</title>
	<atom:link href="/category/mobile-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://openbasemovil.org</link>
	<description>J2ME Framework, J2ME database and more</description>
	<lastBuildDate>Mon, 25 May 2009 08:32:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A few facts about PasswordKeeper</title>
		<link>http://openbasemovil.org/2008/01/23/a-few-facts-about-passwordkeeper/</link>
		<comments>http://openbasemovil.org/2008/01/23/a-few-facts-about-passwordkeeper/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 14:38:03 +0000</pubDate>
		<dc:creator>Narciso Cerezo</dc:creator>
				<category><![CDATA[Mobile applications]]></category>

		<guid isPermaLink="false">http://openbasemovil.org/2008/01/23/a-few-facts-about-passwordkeeper/</guid>
		<description><![CDATA[We were thinking about which application seamed the best choice for creating the Quick Start Guide and the sample application.
It should be not too big, but useful, and make use of a good deal of the platform.
It should also be helpful to compare the effort needed to create an application from scratch and using our [...]]]></description>
			<content:encoded><![CDATA[<p>We were thinking about which application seamed the best choice for creating the Quick Start Guide and the sample application.</p>
<p>It should be not too big, but useful, and make use of a good deal of the platform.</p>
<p>It should also be helpful to compare the effort needed to create an application from scratch and using our framework.</p>
<p>So we finally choose PasswordKeeper, a KeePass like application that has J2ME version at source forge (KeePass for J2ME).</p>
<p>Here are a few quick facts about the size of the project, that I think that speak aloud:</p>
<p><strong>UPDATE:</strong> the table above represents some statistics about the SOURCE code of both applications, not the final .jar size of the application itself. We are trying to picture the <strong>development effort</strong>.</p>
<table style="border: 1px solid black">
<tr>
<th></th>
<th>PasswordKeeper</th>
<th>KeePass for J2ME</th>
</tr>
<tr>
<td>Number of files</td>
<td>20 (5 java, 1 XML for the views, the rest resources)</td>
<td>71</td>
</tr>
<tr>
<td>Size in Kb (approx)</td>
<td>94 (includes images)</td>
<td>237</td>
</tr>
<tr>
<td>Lines of code</td>
<td>2326 (807)</td>
<td>6835</td>
</tr>
</table>
<p>The number of 807 between parenthesis is the approximate number of lines of code that are actually part of the application and not of the template, so the ones that you really create.</p>
<p>Have some comments?</p>
]]></content:encoded>
			<wfw:commentRss>http://openbasemovil.org/2008/01/23/a-few-facts-about-passwordkeeper/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
