<?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>Apptility - Think Apps &#124; Think Innovation &#187; Blog</title>
	<atom:link href="http://www.apptility.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.apptility.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 May 2011 13:10:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Guess Which Country Leads in iPad Demand?</title>
		<link>http://www.apptility.com/2011/05/guess-which-country-leads-in-ipad-demand/</link>
		<comments>http://www.apptility.com/2011/05/guess-which-country-leads-in-ipad-demand/#comments</comments>
		<pubDate>Tue, 24 May 2011 13:05:01 +0000</pubDate>
		<dc:creator>brij</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[App Development]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Honeycomb]]></category>
		<category><![CDATA[Tablet]]></category>

		<guid isPermaLink="false">http://www.apptility.com/?p=405</guid>
		<description><![CDATA[China is surprising everybody in how fast that country is growing. When a country of that size grows that fast, it&#8217;s a wake up call for all types of new businesses. China has by far the strongest interest in purchasing tablets, with consumers surveyed in that country suggesting an 80% interest in purchasing tablets, versus ...]]></description>
			<content:encoded><![CDATA[<p>China is surprising everybody in how fast that country is growing. When a country of that size grows that fast, it&#8217;s a wake up call for all types of new businesses. </p>
<blockquote><p><a href="http://blogs.barrons.com/techtraderdaily/2011/05/17/tablets-115-page-jefferies-note-sees-pc-threat-china-demand/?mod=yahoobarrons">China </a>has by far the strongest interest in purchasing tablets, with consumers surveyed in that country suggesting an 80% interest in purchasing tablets, versus just over 40% in North America, 50% in Europe, just under 50% in the Middle East, and about 65% in Asia-Pacific.</p></blockquote>
<p>Going by geographical spread of our <a href="http://itunes.apple.com/us/artist/apptility-software-pvt-ltd/id346541940">app downloads</a>, we can totally see this huge force on the horizon. More and more users are coming from China to download our apps. And that&#8217;s a wonderful thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apptility.com/2011/05/guess-which-country-leads-in-ipad-demand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Port an Android App to Honeycomb Based Tablet Platform</title>
		<link>http://www.apptility.com/2011/03/how-to-port-an-android-app-to-honeycomb-tablet-ready-version/</link>
		<comments>http://www.apptility.com/2011/03/how-to-port-an-android-app-to-honeycomb-tablet-ready-version/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 13:44:54 +0000</pubDate>
		<dc:creator>siyer</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[App Development]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Honeycomb]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.apptility.com/?p=334</guid>
		<description><![CDATA[We have been developing on Android platform for quite some time. Mastered all the little nuances along the way. As a company we are also devoting significant research hours into iPad platform. When Motorola and Google announced the launch of tablet ready OS &#8211; codenamed Honeycomb, we immediately got down to work. This is what ...]]></description>
			<content:encoded><![CDATA[<p>We have been developing on Android platform for quite some time. Mastered all the little nuances along the way. As a company we are also devoting significant research hours into iPad platform. When Motorola and Google announced the launch of tablet ready OS &#8211; codenamed Honeycomb, we immediately got down to work. This is what we learned during the migration. We are still learning so if we missed out anything, feel free to leave your blog reference or just expand in the comment. </p>
<p><strong>Installation of Honeycomb </strong></p>
<p>As an initial step , update your sdk with Android3.0. You can follow steps mentioned on<a href="http://developer.android.com/sdk/adding-components.html" target="_new"> this official documentation page</a>. In ADT AVD Manager you should be able to Android 3.0 API entry. </p>
<p><a href="http://www.apptility.com/wp-content/uploads/2011/03/honeycomb-2.png"><img src="http://www.apptility.com/wp-content/uploads/2011/03/honeycomb-2.png" alt="adt honeycomb" title="honeycomb-2" width="600" height="533" class="alignleft size-full wp-image-342" /></a></p>
<p>As a next step you will be required to chose whether to <strong>optimize</strong> or to <strong>upgrade</strong> your existing Android application. </p>
<p>If you have an existing app for an earlier versions of Android , then you can optimize it for a tablet &#8211; style experience on Android3.0 , by considering the following steps:</p>
<p>1) First add <uses=sdk android:targetSdkVersion="11" /> in your Android manifest file.</p>
<p><img src="http://www.apptility.com/wp-content/uploads/2011/03/11.png" alt="" title="1" width="306" height="211" class="alignnone size-full wp-image-350" /></p>
<p>By targeting the Android3.0 patform , the system will automatically apply Holographic theme to each activity , provided you dont have your custom theme applied , otherwise it will overrride the inherited holographic theme.</p>
<p>Or you can achieve device specific theme by adding a declaration in res/values-l1 folder -</p>
<p> <code><b><br />
<style name="LightThemeSelector" parent="android:Theme.Holo.Light"></style>
<p></b></code></p>
<p> Other custom themes can be declared under res/values/styles.xml</p>
<p> Now your application will automatically switch to the holo theme if running on HONEYCOMB or later.</p>
<p>2.Continue to build your application against the minimum version specified by android:minSdkversion.</p>
<p>3. Provide alternative resources for xlarge screens &#8211; Every application should provide alternative resources to support specific device configurations.  For example , you can create a new layout for xtra large screen by specifying xlarge qualifier </p>
<p>   you can place the layout under res/layout-xlarge</p>
<p>   we can also specify landscape resources with land qualifier </p>
<p>   like res/layout-xlarge-land</p>
<p>   The resource directory structure of an application supporting different screen sizes and densities can be as  follows   -</p>
<p>      res/layout/my_layout.xml            // layout for normal screen size<br />
      res/layout-small/my_layout.xml      // layout for small screen size<br />
      res/layout-large/my_layout.xml      // layout for large screen size<br />
      res/layout-large-land/my_layout.xml // layout for large screen size in landscape mode<br />
      res/layout-xlarge/my_layout.xml     // layout for extra large screen size<br />
      res/drawable-lhdpi/my_icon.png      // image for low density<br />
      res/drawable-mdpi/dpi/my_icon.png   // image for medium density<br />
      res/drawable-hdpi/my_icon.png       // image for high density</p>
<p>     res/drawable-nodpi/composite.xml    // density independent resource</p>
<p>Now you can test your application by building in Android3.0. and publish it to Android Market</p>
<p>If you want to Develop a New App for tablets and similar devices then </p>
<p>First thing to do is to add minSdkversion to 11 and set the support for other screens as false.<br />
External services such as Android market may use the information provided in manifest file to filter application from devices that do not have an extra large screen.</p>
<p>your manifest file must have these declared &#8211; </p>
<p><img src="http://www.apptility.com/wp-content/uploads/2011/03/21.png" alt="" title="2" width="314" height="192" class="alignnone size-full wp-image-351" /></p>
<p>Now you can just use the new APIs introduced in Android3.0 to build your Application . </p>
<p>Hope this was useful. Do share your feedback by downloading our Honeycomb ready <a href="https://market.android.com/details?id=codemunch.college.finder">CollegeFinder</a> app. It&#8217;s still little rough but we are working on it.</p>
<p><a href='http://www.apptility.com/2011/03/how-to-port-an-android-app-to-honeycomb-tablet-ready-version/attachment/2/' title='2'><img width="150" height="150" src="http://www.apptility.com/wp-content/uploads/2011/03/2-150x150.png" class="attachment-thumbnail" alt="2" title="2" /></a><br />
<a href='http://www.apptility.com/2011/03/how-to-port-an-android-app-to-honeycomb-tablet-ready-version/attachment/4/' title='4'><img width="150" height="150" src="http://www.apptility.com/wp-content/uploads/2011/03/4-150x150.png" class="attachment-thumbnail" alt="4" title="4" /></a><br />
<a href='http://www.apptility.com/2011/03/how-to-port-an-android-app-to-honeycomb-tablet-ready-version/attachment/1/' title='1'><img width="150" height="150" src="http://www.apptility.com/wp-content/uploads/2011/03/1-150x150.png" class="attachment-thumbnail" alt="1" title="1" /></a><br />
<a href='http://www.apptility.com/2011/03/how-to-port-an-android-app-to-honeycomb-tablet-ready-version/honeycomb-2/' title='honeycomb-2'><img width="150" height="150" src="http://www.apptility.com/wp-content/uploads/2011/03/honeycomb-2-150x150.png" class="attachment-thumbnail" alt="adt honeycomb" title="honeycomb-2" /></a><br />
<a href='http://www.apptility.com/2011/03/how-to-port-an-android-app-to-honeycomb-tablet-ready-version/1-2/' title='1'><img width="150" height="150" src="http://www.apptility.com/wp-content/uploads/2011/03/11-150x150.png" class="attachment-thumbnail" alt="1" title="1" /></a><br />
<a href='http://www.apptility.com/2011/03/how-to-port-an-android-app-to-honeycomb-tablet-ready-version/2-2/' title='2'><img width="150" height="150" src="http://www.apptility.com/wp-content/uploads/2011/03/21-150x150.png" class="attachment-thumbnail" alt="2" title="2" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apptility.com/2011/03/how-to-port-an-android-app-to-honeycomb-tablet-ready-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chand Ka Tohfa  &#8211; Fliplog eBook for Children is Now Available on iPad App Store</title>
		<link>http://www.apptility.com/2010/04/chand-ka-tohfa-fliplog-ebook-for-children-is-now-available-on-ipad-app-store/</link>
		<comments>http://www.apptility.com/2010/04/chand-ka-tohfa-fliplog-ebook-for-children-is-now-available-on-ipad-app-store/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 07:23:50 +0000</pubDate>
		<dc:creator>Rashmi</dc:creator>
				<category><![CDATA[eBook News]]></category>
		<category><![CDATA[Chand Ka Tohfa]]></category>
		<category><![CDATA[Children]]></category>
		<category><![CDATA[Fliplog]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Kidbooks]]></category>
		<category><![CDATA[Pratham]]></category>

		<guid isPermaLink="false">http://www.fliplog.com/2010/04/chand-ka-tohfa-fliplog-ebook-for-children-is-now-available-on-ipad-app-store/</guid>
		<description><![CDATA[Our first effort in children book category &#8211; Chand Ka Tohfa &#8211; is now live on iPad app store. I guess this was the easy part, now we need to get moms and dads to buy iPad and share this wonderful eBook experience with their kids. Download from itunes: http://bit.ly/d7Eso5]]></description>
			<content:encoded><![CDATA[<p>Our first effort in children book category &#8211; Chand Ka Tohfa &#8211; is now live on iPad app store. I guess this was the easy part, now we need to get moms and dads to buy iPad and share this wonderful eBook experience with their kids.</p>
<div id="attachment_107" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.fliplog.com/wp-content/uploads/2010/04/fliplog-on-ipad-app-store-2.png"><img src="http://www.fliplog.com/wp-content/uploads/2010/04/fliplog-on-ipad-app-store-2.png" alt="fliplog-on-ipad-app-store-2" title="fliplog-on-ipad-app-store-2" width="600" height="478" class="size-full wp-image-107" /></a>
<p class="wp-caption-text">Download Chand Ka Tohfa from iPad App Store</p>
</div>
<p><b>Download from itunes: <a href="http://bit.ly/d7Eso5">http://bit.ly/d7Eso5</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apptility.com/2010/04/chand-ka-tohfa-fliplog-ebook-for-children-is-now-available-on-ipad-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeMunch for Android – HR Department Goes Mobile</title>
		<link>http://www.apptility.com/2010/02/codemunch-for-android-%e2%80%93-hr-department-goes-mobile/</link>
		<comments>http://www.apptility.com/2010/02/codemunch-for-android-%e2%80%93-hr-department-goes-mobile/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 07:08:24 +0000</pubDate>
		<dc:creator>siyer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.apptility.com/?p=215</guid>
		<description><![CDATA[With CodeMunch project, our goal is to connect companies, knowledge workers and colleges. Since much of this world has gone mobile, it was important for us to take a step back and analyze what works uniquely in the mobile experience. We have found lot of interesting ideas and now we are releasing them in steps. ...]]></description>
			<content:encoded><![CDATA[<p>With CodeMunch project, our goal is to connect companies, knowledge workers and colleges. Since much of this world has gone mobile, it was important for us to take a step back and analyze what works uniquely in the mobile experience. We have found lot of interesting ideas and now we are releasing them in steps.</p>
<p>We are very excited to announce the release Android version of CodeMunch application.</p>
<p>CodeMunch Android application manages all employee follow-ups in one place. You can add a follow-up for your employee. This saves a lot of time by keeping track of all the follow-ups for your employees in one place negating the need to remember them.</p>
<p><img src="http://chart.apis.google.com/chart?cht=qr&#038;chs=135x135&#038;chl=market://search?q=pname:com.codemunch" style="float:left; padding:2px;"/>To get started you need to install CodeMunch application from the Android market place. Alternatively, you can use QR code to scan and install. </p>
<p>Once installed, launch it and start adding contacts.  After adding contacts you can create follow-ups for the respective employees. This is a faster and easier way of adding follow-ups.</p>
<p>For the geeks &#8211; this was our first &#8216;official&#8217; Android project and we had lot of fun developing it. Main APIs we used include Contact API for fetching the contacts, SQLLite to store data. App supports Cupcake, Donut, Eclair and the latest Android 2.0.1.</p>
<p>Here are some screen  shots -</p>
<p><img src="http://www.codemunch.com/misc/android/data/images/07.jpg" border="1"/> <img src="http://www.codemunch.com/misc/android/data/images/05.jpg"/></p>
<p>Please share your feedback and suggestions on <a href="http://www.codemunch.com/module/group/group_home.php?id=117143" border="1">CodeMunch feature discussion forum</a> <br />
<a href="http://www.codemunch.com/misc/android-for-social-recruiting.php">Complete overview on CodeMunch website </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apptility.com/2010/02/codemunch-for-android-%e2%80%93-hr-department-goes-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon RDS launches MySQL as a service</title>
		<link>http://www.apptility.com/2009/10/amazon-rds-launches-mysql-as-a-service/</link>
		<comments>http://www.apptility.com/2009/10/amazon-rds-launches-mysql-as-a-service/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 07:07:49 +0000</pubDate>
		<dc:creator>brij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.apptility.com/?p=217</guid>
		<description><![CDATA[Apptility is a big Amazon Cloud platform user. Not only we do dogfooding with it but we also recommend this platform to our clients. Cloud platform is cost efficient as it allows us to scale our compute capacity. During unpredictable business environment, cloud platform helps us to dynamically align compute resources with the business growth. ...]]></description>
			<content:encoded><![CDATA[<p>Apptility is a big Amazon Cloud platform user. Not only we do dogfooding with it but we also recommend this platform to our clients. Cloud platform is cost efficient as it allows us to scale our compute capacity. During unpredictable business environment, cloud platform helps us to dynamically align compute resources with the business growth.</p>
<p>Amazon had compute scalability in <a href="http://aws.amazon.com/ec2/">Amazon EC2</a>, storage with <a href="http://aws.amazon.com/s3/">Amazon S3</a>, messaging using <a href="http://aws.amazon.com/sqs/">Amazon SQS</a> and monitoring service using Amazon CloudFront. Today they introduced Amazon RDS. Think of it as a MySQL on cloud. Customers have been asking for better SQL based data store and now they have it. This will be disruptive in many ways.  Mysql administration, ongoing maintenance and patch support will all be taken care by Amazon. And that&#8217;s a big relief. MySQL server will be available in following <a href="http://aws.typepad.com/aws/2009/10/introducing-rds-the-amazon-relational-database-service-.html">configuration</a>:</p>
<blockquote><p>You can specify any one of five server instance classes:</p>
<p>* db.m1.small (1.7 GB of RAM, $0.11 per hour).<br />
* db.m1.large (7.5 GB of RAM, $0.44 per hour)<br />
* db.m1.xlarge (15 GB of RAM, $0.88 per hour).<br />
* db.m2.2xlarge (34 GB of RAM, $1.55 per hour).<br />
* db.m2.4xlarge (68 GB of RAM, $3.10 per hour).</p>
</blockquote>
<p>This is going to be useful at many levels. Not only we can migrate our existing applications to this MySQL environment, RDS APIs will also let us invoke MySQL commands from external apps.</p>
<p>During beta phase, Amazon is allowing 20 databases with every AWS account. With each one going up to 1TB, you can feast on 20TB storage in this phase. Enough to satisfy majority of the web applications. Hourly charges will apply -</p>
<blockquote><p>RDS usage is charged by the DB Instance hour. As noted above, there are five instance sizes and corresponding hourly rates. You&#8217;ll also pay 10 cents per GB per month for your provisioned storage and 10 cents for every million I/O requests</p>
</blockquote>
<p>Also there are plans to replicate MySQL instances across availability zones -</p>
<blockquote><p>* Reserved DB Instances so that you can pay a low one-time fee and then receive a substantial discount on your hourly usage charges.<br />
* A High Availability offering so that you can easily and cost-effectively provision synchronously replicated RDS instances in two different availability zones.</p>
</blockquote>
<p>Rightscale has useful insights on this announcement:</p>
<blockquote><p>The way I think of an RDS instance is as a virtual appliance or a special-purpose server. You really get an EC2 instance with an EBS volume running a specific version of MySQL plus automation for backups and resizing the storage volume. The API is designed such that additional versions of MySQL and other databases can easily be added in the future. Just like a regular server, each RDS instance lives within an availability zone and access is controlled through a security group (plus the mysql authentication).</p>
</blockquote>
<p>For more on Amazon RDS:<br />
<a href="http://aws.amazon.com/documentation/">Documentation</a><br />
<a href="http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=293">Libraries</a><br />
<a href="http://aws.amazon.com/rds/faqs/">FAQs</a></p>
<p>We will start testing RDS service by migrating our <a href="http://www.codemunch.com">CodeMunch</a> development database to RDS. Icing on the cake is Amazon&#8217;s announcement to reduce 15% price on compute cycles. Sweet!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apptility.com/2009/10/amazon-rds-launches-mysql-as-a-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What a great time to reboot our blog! Wo&#8230;</title>
		<link>http://www.apptility.com/2009/09/what-a-great-time-to-reboot-our-blog-wo/</link>
		<comments>http://www.apptility.com/2009/09/what-a-great-time-to-reboot-our-blog-wo/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 07:06:48 +0000</pubDate>
		<dc:creator>brij</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.apptility.com/?p=218</guid>
		<description><![CDATA[What a great time to reboot our blog! World of IT is getting rebooted thanks to the wonderful (and scary!) confluence of cloud computing and social media. There is lot to learn and lot to innovate around. Apptility has long been committed to the science of social computing – yeah we have tools and experiments ...]]></description>
			<content:encoded><![CDATA[<p>What a great time to reboot our blog!</p>
<p>World of IT is getting rebooted thanks to the wonderful (and scary!) confluence of cloud computing and social media. There is lot to learn and lot to innovate around. Apptility has long been committed to the science of social computing – yeah we have tools and <a href="http://www.sociallabs.com">experiments</a> to prove that!</p>
<p><img class="size-full wp-image-51" title="rebooting" src="http://www.apptility.com/wp-content/uploads/2009/09/314-2.jpg" alt="rebooting apptility blog" width="420" height="444" /></p>
<p>In recent months we had been working hard to push innovation in the areas of <a href="http://www.socialcrm.com">social crm</a> and <a href="http://www.codemunch.com">social recruiting</a>.  We believe we are witnessing how forces of conversation and engagement are basically re-architecting enterprise boundaries and changing the rules of engagement. Not many people have strong grasp on where things are going (friend recently joked that this is the reason why we have so many social media experts!) but there are many baby steps to be taken here. We are taking it and our clients are taking them as well. Together we hope to learn and iterate.</p>
<p>Share your IT challenges, tell us what problems to focus on, how smartphones are impacting your business and how are you planning to tame this new beast called ’social’.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apptility.com/2009/09/what-a-great-time-to-reboot-our-blog-wo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

