I knocked up a Skyrim countdown widget the other weekend, and heard some lovely stuff about it. I also had a couple of requests to do countdown widgets for different games. After spending my morning doing up a BF3 one I decided, rather than respond to each and every request I would put up the code.
It is from a tutorial I did a while ago and is very very simple.
Monday, August 22, 2011
Friday, August 19, 2011
Setting up the Wishlist Notification In Steam Specials
Quick guide to setting up the Steam Wishlist watcher component of Steam Specials.
Open up the steam specials app and select wishlist from the menu option:
Open up the steam specials app and select wishlist from the menu option:
Labels:
Notifications,
steam,
Steam Specials,
Steam Wishlist Watcher,
Wishlist
Steam RSS feeds
So I have been working on reliable rss feeds for the Steam Specials for a while, and I feel I finally have it.
So here they are:
US Feed
UK Feed
Aussie Feed
EU Feed
EU Region 2 Feed coming soon.
If you find any problems with these please let me know.
So here they are:
US Feed
UK Feed
Aussie Feed
EU Feed
EU Region 2 Feed coming soon.
If you find any problems with these please let me know.
Thursday, August 18, 2011
Wednesday, June 29, 2011
Amazon Daily Free Mp3 and Daily Deal RSS feed
I couldnt find an RSS feed that simply showed me the daily album deal and the Free Mp3 of the day so I went and made some for myself:
http://feeds.feedburner.com/AmazoncomMp3SpecialDeals
http://feeds.feedburner.com/FreeAmazonMp3OfTheDay (Amazon changed the way they display this data, making this feed invalid)
Instead of the free MP3 of the day I have made a Feed of the top 15 Free MP3's of the day.
TOP FREE MP3's
These are the top 15 paid songs of the day.
TOP PAID MP3's OF THE DAY
http://feeds.feedburner.com/AmazoncomMp3SpecialDeals
Instead of the free MP3 of the day I have made a Feed of the top 15 Free MP3's of the day.
TOP FREE MP3's
These are the top 15 paid songs of the day.
TOP PAID MP3's OF THE DAY
Steam Specials update!
So I recently updated my app, Steam Specials to android 1.6 to be able to include ads. I checked my statistics and there were 11 or so users still running on 1.5. I feel bad for all of them so hopefully they manage to find there way here.
That there is a link to the ad free 1.5 version. No notification capability sadly.
Labels:
android development,
steam,
Steam Specials,
video games
Save as Ringtone Android Dev
The biggest trouble i had with my louis soundboard was getting the "Save as ringtone or notification" feature to work with my sound files.
This page from Stealthcopter helped me greatly. This sweet guy did basically all the work for me, the only problem was that it didn't work straight out of the box for me. After much trial and error, the only way i could get it to work was by adding a switch statement for each of my raw sound files, cumbersome and an example of very poor coding yes, but it works!
e.g.
public boolean saveas(int ressound){
String soundname = "";
switch(ressound){
case R.id.sound1:
ressound = R.raw.sound1;
soundname = "louis1";
break;
}
Subscribe to:
Posts (Atom)
