<?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>Wake Up Sun &#187; wakeupsun</title>
	<atom:link href="http://www.wakeupsun.com/tag/wakeupsun/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wakeupsun.com</link>
	<description>Developer - mobile applications and games - Android and iOS</description>
	<lastBuildDate>Fri, 14 Feb 2014 10:14:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Android Tips: cut textview to see &#8216;&#8230;&#8217; (ellipsis)</title>
		<link>https://www.wakeupsun.com/tutorial/android-tips-cut-textview-to-see-ellipsis/</link>
		<comments>https://www.wakeupsun.com/tutorial/android-tips-cut-textview-to-see-ellipsis/#comments</comments>
		<pubDate>Thu, 03 Oct 2013 16:16:54 +0000</pubDate>
		<dc:creator>WakeUp Sun</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android tips]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[ellipsis]]></category>
		<category><![CDATA[textview]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wakeupsun]]></category>

		<guid isPermaLink="false">http://www.wakeupsun.com/?p=230</guid>
		<description><![CDATA[Android tips: cut textview and add ellipsis Single line Add android:ellipsize=&#8221;end&#8221; in the properties of the texview. If you want your text on one line, add android:singleLine=&#8221;true&#8221;. Example: &#60;TextView android:layout_width="fill_parent" android:layout_height="fill_parent" android:text="Text to cut because it is too long" android:ellipsize="end" &#8230; <a href="https://www.wakeupsun.com/tutorial/android-tips-cut-textview-to-see-ellipsis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Android tips: cut textview and add ellipsis</h1>
<h2>Single line</h2>
<p>Add <strong>android:ellipsize=&#8221;end&#8221;</strong> in the properties of the texview.</p>
<p>If you want your text on one line, add <strong>android:singleLine=&#8221;true&#8221;</strong>.</p>
<p>Example:</p>
<pre>&lt;TextView
  android:layout_width="fill_parent"
  android:layout_height="fill_parent"
  android:text="Text to cut because it is too long"
  android:ellipsize="end"
  android:singleLine="true"
/&gt;</pre>
<h2>Multi lines</h2>
<p>If your textview will be on 2 lines for example, add<span id="more-230"></span> android:maxLines=&#8221;2&#8243; in your textview properties.</p>
<p>Example:</p>
<pre>&lt;TextView
  android:layout_width="fill_parent"
  android:layout_height="fill_parent"
  android:text="Text to cut because it is too long but I want it on 2 lines"
  android:ellipsize="end"
  android:maxLines="2"
/&gt;</pre>
<p>I hope it helps,</p>
<p>WakeUp Sun</p>
]]></content:encoded>
			<wfw:commentRss>https://www.wakeupsun.com/tutorial/android-tips-cut-textview-to-see-ellipsis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fourteen</title>
		<link>https://www.wakeupsun.com/article/fourteen/</link>
		<comments>https://www.wakeupsun.com/article/fourteen/#comments</comments>
		<pubDate>Fri, 20 Sep 2013 13:57:44 +0000</pubDate>
		<dc:creator>WakeUp Sun</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[fourteen]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[sum game]]></category>
		<category><![CDATA[wakeup sun]]></category>
		<category><![CDATA[wakeupsun]]></category>

		<guid isPermaLink="false">http://www.wakeupsun.com/?p=202</guid>
		<description><![CDATA[Fourteen, my new original game I am very proud to announce you my new game, Fourteen, just released on android. You can find the premium version here: https://play.google.com/store/apps/details?id=com.wakeupsun.fourteen.premium and the free version here: https://play.google.com/store/apps/details?id=com.wakeupsun.fourteen. Fourteen is a new inventive game! &#8230; <a href="https://www.wakeupsun.com/article/fourteen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Fourteen, my new original game</h1>
<h2><a href="http://www.wakeupsun.com/article/fourteen/"><img class=" wp-image-203 alignleft" title="Fourteen game icon" src="http://www.wakeupsun.com/wp-content/uploads/2013/09/icone216.png" alt="Fourteen game icon" width="154" height="154" /></a></h2>
<p>I am very proud to announce you my new game, Fourteen, just released on android. You can find the premium version here: <a title="Fourteen premium" href="https://play.google.com/store/apps/details?id=com.wakeupsun.fourteen.premium" target="_blank">https://play.google.com/store/apps/details?id=com.wakeupsun.fourteen.premium</a> and the free version here: <a title="Fourteen on google play" href="https://play.google.com/store/apps/details?id=com.wakeupsun.fourteen" target="_blank">https://play.google.com/store/apps/details?id=com.wakeupsun.fourteen</a>.</p>
<p>Fourteen is a new inventive game! Forget letters, you play with numbers now! <img src='https://www.wakeupsun.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2><img class="size-medium wp-image-204 alignright" title="Screenshot of Fourteen" src="http://www.wakeupsun.com/wp-content/uploads/2013/09/device-2013-09-18-175804-168x300.png" alt="fourteen screenshot" width="168" height="300" />Rules</h2>
<p>You have 90 seconds to do 14 as many times as possible! Move your finger over the numbers to sum them and do 14.<br />
Play with your friends</p>
<p><span id="more-202"></span>and against the all world (you can play with a random player too). Unlock the trophies and reach the Top!</p>
<p>3 rounds for a game: each one lasts 90 seconds. You have sixteen numbers (between 1 to 6). Connect numbers to sum them and do 14.</p>
<h2>Scores</h2>
<p>Some numbers have bonus which give more points. See the help in the application (in Parameters) to see the bonus values.</p>
<div id="attachment_205" class="wp-caption alignleft" style="width: 178px"><a href="http://www.wakeupsun.com/wp-content/uploads/2013/09/infogame.png"><img class="size-medium wp-image-205" title="3 rounds for a game" src="http://www.wakeupsun.com/wp-content/uploads/2013/09/infogame-168x300.png" alt="3 rounds for a game" width="168" height="300" /></a><p class="wp-caption-text">3 rounds for a game</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignleft size-medium wp-image-212" title="Game details in Fourteen" src="http://www.wakeupsun.com/wp-content/uploads/2013/09/detailgame-168x300.png" alt="Game details in Fourteen" width="168" height="300" /></p>
<p>You can see your combinations and those of your opponent at the end of the round.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>You are free to play your round whenever you want!<br />
Invite your friends and defy them.</p>
<p>In the premium version of Fourteen, you can see all the player statistics and the rankings. Discover the best players. No advertisement in the Fourteen premium version.</p>
<p><iframe src="//www.youtube.com/embed/0dH1Q0QRdzU" frameborder="0" width="420" height="315"></iframe></p>
<p>Enjoy it! <img src='https://www.wakeupsun.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>WakeUp Sun</p>
]]></content:encoded>
			<wfw:commentRss>https://www.wakeupsun.com/article/fourteen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More than 50 000 downloads for Alchemy War on Google Play</title>
		<link>https://www.wakeupsun.com/news/more-than-50-000-downloads-for-alchemy-war-on-google-play/</link>
		<comments>https://www.wakeupsun.com/news/more-than-50-000-downloads-for-alchemy-war-on-google-play/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 08:33:43 +0000</pubDate>
		<dc:creator>WakeUp Sun</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[50000 installations]]></category>
		<category><![CDATA[alchemy war]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[google play]]></category>
		<category><![CDATA[mobile game]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[thanks]]></category>
		<category><![CDATA[wake up sun]]></category>
		<category><![CDATA[wakeupsun]]></category>

		<guid isPermaLink="false">http://www.wakeupsun.com/?p=195</guid>
		<description><![CDATA[Alchemy War Since Wednesday, you have been more than 50 000 players on Alchemy War! And this is only the number of installations from the Google playstore (you are many more with the other stores)! Thank you all! Statistics &#8211; &#8230; <a href="https://www.wakeupsun.com/news/more-than-50-000-downloads-for-alchemy-war-on-google-play/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Alchemy War</h1>
<p>Since Wednesday, you have been more than <strong>50 000 players</strong> on Alchemy War! And this is only the number of installations from the Google playstore (you are many more with the other stores)! Thank you all!</p>
<h2>Statistics &#8211; Analytics</h2>
<p><a href="http://www.wakeupsun.com/news/more-than-50-000-downloads-for-alchemy-war-on-google-play/attachment/visitesalchemywar/" rel="attachment wp-att-196"><img class="aligncenter size-medium wp-image-196" title="Visits on Alchemy War" src="http://www.wakeupsun.com/wp-content/uploads/2013/04/visitesAlchemywar-300x196.png" alt="Number of launchs on Alchemy War" width="300" height="196" /></a>To celebrate, let me show you some statistics. Since the first version of Alchemy War:</p>
<p>- More than <strong>114 500 fights against Killy</strong> (the first Enemy) have been played!<span id="more-195"></span> One fight on two is won at the first round.</p>
<p>- More than <strong>2 100 fights</strong> at the round 100!</p>
<p>- The new fight at the <strong>round 890</strong> (setted in the version 1.7) was reached 2 times! Congratulations to these players!</p>
<p>- Near <strong>200 000 fights</strong> was played!</p>
<p>- More than <strong>414 000</strong> changes between 2 objects have been made!</p>
<p><img class="aligncenter size-full wp-image-197" title="More and more events on Alchemy War" src="http://www.wakeupsun.com/wp-content/uploads/2013/04/analytics.png" alt="More and more events on Alchemy War" width="243" height="137" /></p>
<h2>Thanks</h2>
<p>Of course, I will continue to work on Alchemy War and I will try to improve the gaming experience! Your encouragements, on the <a title="link to Alchemy War on Google play" href="https://play.google.com/store/apps/details?id=com.wakeupsun.alchemywar" target="_blank">Google Playstore</a> for example, or by mail like many of you sent, are very important for me and I want to thank you all for your support!</p>
<p>Talk around you in order to be more and more on Alchemy War!</p>
<p>Don&#8217;t forget to try the new game I launched <a title="Link to Jewels leathe edition on Google play" href="https://play.google.com/store/apps/details?id=com.game.jewels.leather" target="_blank">Jewels leather edition on Android</a>. See this <a title="Jewels Leather edition" href="http://www.wakeupsun.com/article/jewels-leather-edition/">article on Jewels</a>.</p>
<p>WakeUp Sun</p>
]]></content:encoded>
			<wfw:commentRss>https://www.wakeupsun.com/news/more-than-50-000-downloads-for-alchemy-war-on-google-play/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Jewels Leather edition</title>
		<link>https://www.wakeupsun.com/article/jewels-leather-edition/</link>
		<comments>https://www.wakeupsun.com/article/jewels-leather-edition/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 09:17:05 +0000</pubDate>
		<dc:creator>WakeUp Sun</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Article]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android game]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Jewels]]></category>
		<category><![CDATA[leather edition]]></category>
		<category><![CDATA[wakeupsun]]></category>

		<guid isPermaLink="false">http://www.wakeupsun.com/?p=181</guid>
		<description><![CDATA[Jewels leather edition, a new android game I have just launched a new game on the Google Playstore, Jewels leather edition. You can find it here: https://play.google.com/store/apps/details?id=com.game.jewels.leather. Match-3 puzzle game Your mission is to win Jewels leather edition, pass the &#8230; <a href="https://www.wakeupsun.com/article/jewels-leather-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Jewels leather edition, a new android game</h1>
<p>I have just launched a new game on the Google Playstore, <strong>Jewels leather edition</strong>. You can find it here: <a title="https://play.google.com/store/apps/details?id=com.game.jewels.leather" href="https://play.google.com/store/apps/details?id=com.game.jewels.leather" target="_blank">https://play.google.com/store/apps/details?id=com.game.jewels.leather</a>.</p>
<h2><a href="http://www.wakeupsun.com/article/jewels-leather-edition/attachment/promo2/" rel="attachment wp-att-182"><img class="aligncenter size-medium wp-image-182" title="Jewels leather edition game" src="http://www.wakeupsun.com/wp-content/uploads/2013/04/promo2-300x146.png" alt="Android jewels game" width="300" height="146" /></a>Match-3 puzzle game</h2>
<p>Your mission is to win Jewels leather edition, pass the<strong> 6 levels</strong> and try to be the best in the world<span id="more-181"></span> for each level. The leather edition is a nice variation of Jewels puzzle game.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-183" title="View in the game Jewels" src="http://www.wakeupsun.com/wp-content/uploads/2013/04/game-655x1024.png" alt="Beautiful Jewels game" width="350" height="548" /></p>
<p>Easy play:<br />
- Match 3 or more identical jewels.<br />
Tips: a star appears to show you a move.</p>
<h2>Features</h2>
<p>- 6 levels, easy, normal, hard, bonus, legend and extra.<br />
- Get 2 stars on levels to unlock next levels.<br />
- Bonus can generate the board when no more move available.<br />
- International scores: you can compare your score with all players in the world (Scoreloop).<br />
- Customize your player profile.</p>
<h2>Multi rankings</h2>
<p><a href="http://www.wakeupsun.com/wp-content/uploads/2013/04/world_scores.png"><img class="aligncenter size-medium wp-image-184" title="Scoreloop world scores in Jewels leather edition" src="http://www.wakeupsun.com/wp-content/uploads/2013/04/world_scores-168x300.png" alt="World multiscores" width="168" height="300" /></a>Don&#8217;t forget to enable Scoreloop in the game to compete with the world! In the scores view, you will find your local scores, the world scores and the last scores (during the last 24 hours).</p>
<p>Youtube video of Jewels leather edition: <a href="https://www.youtube.com/watch?v=BsOCs80jJUg">https://www.youtube.com/watch?v=BsOCs80jJUg</a>.</p>
<p>I wish you will enjoy it, let me know what you think about it! <img src='https://www.wakeupsun.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can find my best played game <a title="Alchemy war on playstore" href="https://play.google.com/store/apps/details?id=com.wakeupsun.alchemywar" target="_blank">Alchemy war</a> and my first scoreloop game <a title="Android playstore Explodon" href="https://play.google.com/store/apps/details?id=com.ballingbusterdemo" target="_blank">Explodon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.wakeupsun.com/article/jewels-leather-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alchemy war upgrade, more combinations and levels</title>
		<link>https://www.wakeupsun.com/article/alchemy-war-upgrade-more-combinations-and-levels/</link>
		<comments>https://www.wakeupsun.com/article/alchemy-war-upgrade-more-combinations-and-levels/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 10:18:51 +0000</pubDate>
		<dc:creator>WakeUp Sun</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[alchemy]]></category>
		<category><![CDATA[alchemy war]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wakeup sun]]></category>
		<category><![CDATA[wakeupsun]]></category>

		<guid isPermaLink="false">http://www.wakeupsun.com/?p=166</guid>
		<description><![CDATA[Alchemy War upgrade (version 1.7) A new upgrade of Alchemy war is available online. Alchemy War (Android playstore link). New weapons In this version, you have more items to discover. Now there are 111 items to find! Among these objects, &#8230; <a href="https://www.wakeupsun.com/article/alchemy-war-upgrade-more-combinations-and-levels/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Alchemy War upgrade (version 1.7)</h1>
<p>A new upgrade of Alchemy war is available online. <a title="Alchemy War (Android playstore link)" href="https://play.google.com/store/apps/details?id=com.wakeupsun.alchemywar" target="_blank">Alchemy War (Android playstore link)</a>.</p>
<h2>New weapons</h2>
<div id="attachment_167" class="wp-caption alignleft" style="width: 138px"><a href="http://www.wakeupsun.com/article/alchemy-war-upgrade-more-combinations-and-levels/attachment/musket/" rel="attachment wp-att-167"><img class="size-full wp-image-167" title="musket" src="http://www.wakeupsun.com/wp-content/uploads/2013/03/musket.png" alt="a new weapon" width="128" height="128" /></a><p class="wp-caption-text">A new weapon in Alchemy War: the Musket</p></div>
<p>In this version, you have more items to discover. Now there are 111 items to find! Among these objects, you will be able to create new weapons: medieval and from the XVIIIth century weapons. Best alchimists will also create some fun stuff&#8230; <img src='https://www.wakeupsun.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><span id="more-166"></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>New ennemies</h2>
<p>Many players asked me to add more levels, it&#8217;s done! <img src='https://www.wakeupsun.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You have more than 890 rounds with ennemies!</p>
<p>I hope you will enjoy playing Alchemy War. Let me know what you think of it!</p>
<p><a title="Discover new games and apps." href="http://www.wakeupsun.com/applications/">Discover new games.</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.wakeupsun.com/article/alchemy-war-upgrade-more-combinations-and-levels/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Alchemy war: 89 objects and the french translation</title>
		<link>https://www.wakeupsun.com/apps/alchemy-war-89-objects-and-the-french-translation/</link>
		<comments>https://www.wakeupsun.com/apps/alchemy-war-89-objects-and-the-french-translation/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 16:17:19 +0000</pubDate>
		<dc:creator>WakeUp Sun</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[alchemy war]]></category>
		<category><![CDATA[android game]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[phoenix]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[wakeupsun]]></category>

		<guid isPermaLink="false">http://www.wakeupsun.com/?p=139</guid>
		<description><![CDATA[A new android version of my game Alchemy War was released : Alchemy war 1.4. Some new features in this version: &#160; - Now you have 89 objects to discover, - More combinaisons, - French translation. &#160; Thank you very &#8230; <a href="https://www.wakeupsun.com/apps/alchemy-war-89-objects-and-the-french-translation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A new android version of my game Alchemy War was released : Alchemy war 1.4.</p>
<p>Some new features in this version:</p>
<div id="attachment_141" class="wp-caption alignleft" style="width: 138px"><a href="http://www.wakeupsun.com/apps/alchemy-war-89-objects-and-the-french-translation/attachment/phoenix/" rel="attachment wp-att-141"><img class="size-full wp-image-141" title="phoenix" src="http://www.wakeupsun.com/wp-content/uploads/2013/01/phoenix.png" alt="Image phoenix" width="128" height="128" /></a><p class="wp-caption-text">New item: phoenix</p></div>
<p>&nbsp;</p>
<p>- Now you have 89 objects to discover,</p>
<p>- More combinaisons,</p>
<p>- French translation.</p>
<p>&nbsp;</p>
<p><span id="more-139"></span></p>
<p>Thank you very much all for your supports. I will make new posts on Alchemy War, to let you see some of its statistics.</p>
<p>WakeUp Sun</p>
]]></content:encoded>
			<wfw:commentRss>https://www.wakeupsun.com/apps/alchemy-war-89-objects-and-the-french-translation/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Alchemy War : more objects, ennemies and the &#8220;star&#8221; button</title>
		<link>https://www.wakeupsun.com/article/alchemy-war-more-objects-ennemies-and-the-star-button/</link>
		<comments>https://www.wakeupsun.com/article/alchemy-war-more-objects-ennemies-and-the-star-button/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 15:49:02 +0000</pubDate>
		<dc:creator>WakeUp Sun</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[alchemy]]></category>
		<category><![CDATA[alchemy war]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wakeup sun]]></category>
		<category><![CDATA[wakeupsun]]></category>

		<guid isPermaLink="false">http://www.wakeupsun.com/?p=86</guid>
		<description><![CDATA[Alchemy War upgrade : version 1.1 Alchemy War is a new game. You can see its presentation in this article. I have put it on the android market for 3 weeks (Achemy War on the market). Now it is time &#8230; <a href="https://www.wakeupsun.com/article/alchemy-war-more-objects-ennemies-and-the-star-button/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Alchemy War upgrade : version 1.1</h2>
<p><a title="Alchemy War : more objects, ennemies and the « star » button" href="http://www.wakeupsun.com/article/alchemy-war-more-objects-ennemies-and-the-star-button/"><img class="alignleft size-full wp-image-98" title="Alchemy War version 1.1" src="http://www.wakeupsun.com/wp-content/uploads/2012/02/promo.png" alt="Alchemy War version 1.1" width="180" height="120" /></a>Alchemy War is a new game. You can see its presentation in this <a title="Alchemy War presentation" href="http://www.wakeupsun.com/apps/alchemy-war/">article</a>. I have put it on the android market for 3 weeks (<a title="Alchemy War in Android market" href="https://market.android.com/details?id=com.wakeupsun.alchemywar" target="_blank">Achemy War on the market</a>). Now it is time to deliver a big update.</p>
<p>Some new improvements<span id="more-86"></span> in the version 1.1.</p>
<ul>
<li>More objects to create: now there are 70 elements to find! So I added new combinaisons too.</li>
<li>More ennemies to beat: you can try to reach the 300th round!</li>
<li>Object caracteristics: a new button, the &#8220;star&#8221; button, has been added in the game. When you select an object, you can see the &#8220;star&#8221; button in the top left of the screen. By clicking on it, you will see the power of this object. A player suggested it to me, and I finally let me convince.</li>
</ul>
<h2> Next features coming soon</h2>
<p>For the future release, I will try to make some improvements.</p>
<p>In the android market, Amber suggested to me to <em>let the player pull out any element he have discovered during a &#8220;change&#8221;. </em>I think it can be a good improvement. I will try to implement a solution in the game.</p>
<p>An other thing to implement is to save the list of objects discovered by the player. I think it can help players to see its progress.</p>
<p>If you have any suggestion, let me know!</p>
<p>To discover my other applications, go <a title="Applications" href="http://www.wakeupsun.com/applications/">here</a> or directly in <a title="WakeUp Sun Android market applications" href="https://market.android.com/developer?pub=WakeUp+Sun" target="_blank">android market</a>.</p>
<p># Previous article on Alchemy War: <a title="Alchemy War introduction" href="http://www.wakeupsun.com/apps/alchemy-war/">Alchemy War presentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.wakeupsun.com/article/alchemy-war-more-objects-ennemies-and-the-star-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lottery Random Numbers</title>
		<link>https://www.wakeupsun.com/apps/lottery-random-numbers/</link>
		<comments>https://www.wakeupsun.com/apps/lottery-random-numbers/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 21:39:53 +0000</pubDate>
		<dc:creator>WakeUp Sun</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[lottery random numbers]]></category>
		<category><![CDATA[lotto]]></category>
		<category><![CDATA[powerball]]></category>
		<category><![CDATA[wakeupsun]]></category>

		<guid isPermaLink="false">http://www.wakeupsun.com/?p=36</guid>
		<description><![CDATA[Random numbers for your favorite lotteries Lottery Random Numbers is a powerfull android application which is a real lottery numbers manager. I hope it can help you in winning money. Random Numbers By using it, you can generate random numbers &#8230; <a href="https://www.wakeupsun.com/apps/lottery-random-numbers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Random numbers for your favorite lotteries</h2>
<p><a title="Lottery Random Numbers" href="http://www.wakeupsun.com/apps/lottery-random-numbers/"><img class="aligncenter size-full wp-image-45" title="Lottery random numbers logo" src="http://www.wakeupsun.com/wp-content/uploads/2012/01/icone1.png" alt="Lottery random numbers logo" width="72" height="72" /></a></p>
<p><a title="Lottery random numbers" href="https://market.android.com/details?id=com.lotteryrandomnumbers" target="_blank">Lottery Random Numbers</a> is a powerfull android application which is a real lottery numbers manager. I hope it can help you in winning money.</p>
<h3><a title="Lottery Random Numbers" href="http://www.wakeupsun.com/apps/lottery-random-numbers/"><img class="alignleft  wp-image-46" title="lottery random numbers menu" src="http://www.wakeupsun.com/wp-content/uploads/2012/01/menu-180x300.png" alt="lottery random numbers menu" width="147" height="238" /></a>Random Numbers</h3>
<p>By using it, you can generate random numbers for your country lottery. Unlike many others applications in the android market, Lottery random numbers suggests random numbers without special settings!</p>
<p>On the first screen, you can see the lotteries of your country. If you want to play a paticular lottery from an other country, you can choose it by clicking on the top blue buttons.<span id="more-36"></span></p>
<h3>List of countries</h3>
<ul>
<li>US : USA</li>
<li>FR : France</li>
<li>DE : Germany</li>
<li>GB : United Kingdom</li>
<li>CN : China</li>
<li>AU : Australia</li>
<li>JP : Japan</li>
<li>RU : Russia</li>
<li>IT : Italy</li>
<li>CA : Canada</li>
<li>MY : Malaysia</li>
<li>SG : Singapore</li>
</ul>
<h3>List of lotteries</h3>
<ul>
<li>Powerball (US)</li>
<li>Mega Millions (US)</li>
<li>Hot Lotto (US)</li>
<li>Euro Millions (GB, FR)</li>
<li>National Lottery Lotto (GB)</li>
<li>National Lottery Thunderball (GB)</li>
<li>Loto (FR)</li>
<li>Lotto (DE)</li>
<li>Mark Six (CN)</li>
<li>Welfare Lottery (CN)</li>
<li>OZ Lotto (AU)</li>
<li>Lotto (AU)</li>
<li>Powerball (AU)</li>
<li>Loto 6 (JP)</li>
<li>Gosloto (RU)</li>
<li>SuperEnalotto (IT)</li>
<li>Lotto 6/49 (CA)</li>
<li>Sports Toto : Supreme (MY)</li>
<li>TOTO (SG)</li>
</ul>
<h3>Lottery Manager</h3>
<p>Many options are available in Lottery random numbers.</p>
<p><a href="http://www.wakeupsun.com/wp-content/uploads/2012/01/check.png"><img class="alignleft  wp-image-47" title="results check" src="http://www.wakeupsun.com/wp-content/uploads/2012/01/check-180x300.png" alt="results check" width="161" height="260" /></a>- The most important one is that you can save your generated numbers (to check them later, to replay them the next time, etc).</p>
<p>- On each lottery, you can generate or re-generate as many numbers as you want.</p>
<p>- On the saved screen; on can check your numbers to see if you have won the jackpot! <img src='https://www.wakeupsun.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>- Since the version 1.4, you can send your generate numbers by mail or by SMS..</p>
<h3>Adding Lotteries</h3>
<p>If you want me to add your favorite lottery, ask me in a commentary.</p>
<p>Let me know what you think about my first application.</p>
<p><a title="Lottery random numbers" href="https://market.android.com/details?id=com.lotteryrandomnumbers" target="_blank">Android market : Lottery Random Numbers</a><a href="https://market.android.com/details?id=com.lotteryrandomnumbers"><img class="alignright size-full wp-image-48" title="lottery banner" src="http://www.wakeupsun.com/wp-content/uploads/2012/01/bannierepromo.png" alt="lottery banner" width="180" height="20" /></a></p>
<p>&nbsp;</p>
<p>To discover my other applications, go <a title="My applications" href="http://www.wakeupsun.com/applications/">there</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.wakeupsun.com/apps/lottery-random-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
