Thursday, 16 February 2012

Android App News: Sky Go release date set for 22 February


Great news for Android phone owners. Sky Go is finally set to launch on February 22, offering on-the-go access to Sky Sports, Sky Movies and loads more top channels

The wait is almost over for Android loyalists desperate to access Premier League football on-the-go following news of the official release date for the Sky Go Android offering.

On 22 February Sky will make the app, so popular on the iPhone, iPod touch and iPad, available for select Samsung and HTC phones, with more to follow, according to a TechRadar source.
Our sister site also says it has been informed that the app may even appear in the Android Market before the 22nd.

The Sky Go app brings unlimited live streaming for Sky subscribers and allows non-dish owners the opportunity to sign up for a monthly fee. The channels available through Sky Go mirror those you subscribe to through your home set-top box.

The likes of Sky Sports, Sky Sports, ESPN, Sky Movies, Sky Atlantic and Sky Sports are all on-board, with the broadcaster looking continually to add to the array of channels served up by the app.

You'll need an HTC Desire, Desire S, Desire HD, Sensation, Incredible S and the Samsung Galaxy S and Galaxy SII if you want to access the app from the get go.

Original Source

Android App Development

Tuesday, 14 February 2012

Android App News: CloudMagic is your personal search engine

A new Spotlight-esque app for Android smartphones allows you to search your essential Google Apps and Twitter account in record-setting time

CloudMagic is a new app for Android-powered devices, which offers ultra-fast search across a host of apps on your smartphone or tablet.

The free CloudMagic app indexes your tweets, Gmail, Google Docs, Google Apps, Calendar and Contacts apps on your handset, making it easier and faster to find the content you need on your smartphone. In that regard, it works like the Spotlight application for Mac OS X.

Searches, which can be typed or spoken via a homescreen widget, can be confined to a single application, like Gmail, or plough through the whole lot in order to find matches across the range of apps.

Results will enable easy actions like reply or retweet and will be neatly separated into the various categories.
The app doesn't yet support Facebook searches, but you feel that with the addition of the social network, it would become a must-have app for the Android platform.

Original Source

Android App Development

Java tip: Set up an RSS feed for your Android application

Use Java's SAXParser to retrieve and parse an RSS feed for Android. This Java tip is for developers new to Android and includes instructions for setting up an Android App development environment and a short application tutorial.

An RSS feed is an XML-formatted file used to publish periodically updated syndicated information. An RSS feed may be parsed (that is, read and formatted) using an XML parser. Java-compatible parsers used to parse XML on Android include:
  • android.content.res.XmlResourceParser is a pull parser
  • Simple API for XML (SAX) is found in the org.xml.sax package
  • Android ROME Feed Reader is Google’s RSS feed reader for Android
  • Android Feed Reader is another Google RSS/Atom feed reader for Android
  • Android-rss is a lightweight Android library for RSS 2.0 feeds
This Java tip is a step-by-step introduction to using the javax.xml.parsers.SAXParser to parse an RSS feed in XML format. SAXParser is a standard choice because it is included with the Android APIs in the Android SDK. We'll set up the development environment, create a simple Android app and feed for demonstration purposes, and then use SAXParser to format the feed for Android. While some familiarity with Java application development is assumed, this tip is suitable for developers new to Java mobile development.

Setting up the environment

Take the following steps to set up the development environment for this project:
  1. Install the Eclipse IDE.
  2. Install the Android Development Tools (ADT) plugin for Eclipse. The ADT plugin for Eclipse provides a set of extensions to develop Android applications in Eclipse.
  3. Install Android 2.3 SDK platform. Android SDK provides tools for developing Android applications.
  4. Create an Android Virtual Device and set the Target environment as Android 2.3.3. API Level 10.

The Android project

We'll create an example Android project to receive the RSS feed.
  1. In your Eclipse IDE select File-->New.
  2. In New select Android-->Android Project, then click Next.
  3. In the New Android Project window, specify a Project name (RSSFeed).
  4. Select Android Platform 2.3 API 10 for your Build Target.
  5. In Properties, specify an Application name (again, RSSFeed), and a Package name (android.rss).
  6. Select the checkbox: Create Activity, and specify the Activity class (RssFeed).
  7. Specify the minimum SDK version as 10 and click Next; or, if you've selected the Platform 3.0 API 11, then specify the minimum SDK Version as 11.
Note that an activity (Step 6) represents a user interaction. The class extending the Activity class creates a window for a UI.
The resulting Android project will consist of the following files:
  1. An activity class (RSSFeed), which extends Activity.
  2. A res/layout/main.xml file, which specifies the layout of the Android UI components.
  3. An AndroidManifest.xml file, which contains application configuration such as the package name, the main activity to launch when the Android application is started, application components, processes, permissions, and the minimum API level.
In res/layout/main.xml, specify the layout of the Android UI components. Create a LinearLayout and set android:orientation as "vertical." Our goal is to display the RSS feed as a text message, so add a TextView element for the title of the RSS feed and specify android:text as a Google RSS Feed. Add a TextView element, with id "rss" to display the RSS feed. Listing 1 shows the resulting main.xml.

Original Source

Monday, 13 February 2012

HP to release server management apps for iOS, Android

HP's server management apps will help system administrators check on the health of servers

Hewlett-Packard will be showing new smartphone and tablet applications for Apple's iOS and Google's Android that will allow system administrators to remotely control and configure servers, the company said on Monday.

The company's applications will not only provide information about the health of servers, but also allow system administrators to remotely manage or shut down servers, said John Gromala, director of modular systems product marketing, during an interview at the HP Global Partner Conference being held in Las Vegas.

The ability to manage servers through mobile devices is a powerful tool, Gromala said. System administrators can also use the app to login to management subsystems to swiftly identify and address server problems, instead of logging on to management consoles in data centers.

The mobile applications are designed to take advantage of HP's new Gen8 servers, which were announced on Monday. The servers feature tight integration of hardware and software to deliver better performance-per-watt while reducing maintenance and electricity costs in data centers.

The new Gen8 servers analyze, monitor and diagnose server issues gathered across 1,600 system parameters, and an HP service app will be able to access that data to get a picture of server health. The monitoring information is gathered by a secondary processor and controlled by a management application called Integrated Lights-Out (iLO) management engine.

A separate mobile app will allow system administrators to run scripts that help configure applications on servers, said an HP representative who declined to be named. The scripts can be simply cut and pasted, and the app will help configure the servers. For example, database servers can be configured by scripting in the app.

A system administrator will also be able to check the location of a server in a data center through HP's mobile apps. That should help isolate specific server problems.

The service will be provided directly by HP or its partners for customers who opt in to receive the data. The company did not share information on when the mobile apps would be available for download.

Sunday, 12 February 2012

Android apps vs. iOS apps...And the winner is..

There's no doubt that the popularity of apps is soaring, and the demand for them is going to be even higher in the years to come, as consumers demand more of them from their carriers, as well as from the apps developers. At the moment, iOS apps and Android apps seem to dominate the apps marketplace. The question is, which one is better and more reliable of the two?

According to a report, a study claims iOS apps crash more often than Android apps. In the study, iOS apps crash more frequently, especially under version 5.0.1, while those on Android remain to be pretty stable. One factor could be that, since 5.0.1 is quite new, developers may have failed to make their apps compatible with the latest version of Apple's mobile platform. However, the study notes that the older iOS 4.3.3 also had its share of app crashes.

Another report claims the use of location or GPS services or cameras, Internet connectivity, connecting to 3G or Wi-Fi, memory, and even language, are potential reasons why iOS apps crash more often.
The study results and reports above can be viewed as a potential plus for Google over its rival Apple. But then again, it's ultimately up to the consumers to decide on what is the best apps platform for them to use and which ones they trust the most.

Meanwhile, let the apps wars continue, and may the company with the best apps platform wins.

Best Android Apps Released This Year So Far

Moving into 2012, the Android Market continues to flourish as we see many more high quality Android apps make their way to Google's platform. So here is a recap of the hottest apps released this year to date (January - February).

Best Android apps 2012 (January - February)

Osmos HD: Absorb, or be absorbed... The hit iOS game comes to Android! Enter the Darwinian world of a galactic mote. To survive, absorb smaller organisms and grow—but beware of larger predators! Winner of multiple "Game of the Year" awards, Osmos features unique physics-based play, stellar graphics, and a hypnotic soundtrack of ambient electronica. Ready to evolve?

Transparent Screen: You want to use your phone while you're walking? Make your screen transparent! This app gives you the opportunity to use your phone as usual, while being able to see the image of your camera transparently on the entire screen.

Foursquare (updated): While Foursquare has been floating around the Android Market for ages now, the latest update finally brings NFC support, something that will no doubt take the social platform to all new heights.

Darth Maul Me: Join the dark side and become Darth Maul(TM) using the free Darth Maul Me mobile app from Star Wars: Episode I in 3D. Whether you want to turn your face completely into one of Star Wars' greatest villains, use the partial Darth Maul tattoos, or only give yourself the Sith eyes, Darth Maul Me has an option for you. Simply take a photo with your camera or use an existing photo to quickly and easily turn yourself into Darth Maul. Share your creation with your friends and encourage them to join you on the dark side.

Shadowgun: The year is 2350, and corrupt intergalactic corporations are the rule of law, hiring bounty hunters and mercs to do their bidding. The best of the best are known as SHADOWGUNS. SHADOWGUN puts you into the role of John Slade, the galaxy’s most infamous bounty hunter. Your mission: hunt down Dr. Edgar Simon, maniacal genius and leader of his own mutant army. Infiltrate Dr. Simon’s mountain fortress and fight his personal guard of cyborgs, battle droids, and genetically-enhanced humanoids. Using state-of-the-art weaponry, ships, and the assistance of S.A.R.A.—Slade’s personal android assistant—SHADOWGUN combines intense tactical combat with 3rd person action.

Sonic 4 Episode I: The sequel fans have waited 16 years for is finally here - Sonic The Hedgehog 4 Episode I! Featuring enhanced gameplay elements, including the classic Sonic Spin Dash, and the versatile Homing Attack, Sonic 4 picks up right where Sonic and Knuckles left off.

Friday, 10 February 2012

Air Display for Android turns tablet into wireless monitor for Mac or Windows


Avatron's Air Display turns Android tablets into a wireless monitor. Shown above, a screen shot of the iPad version released last year.
 
Avatron has released an Android version of its Air Display app that essentially turns a tablet into a monitor for Windows or Macs that gives users more or even a separate screen space to view. An iPad version of Air Display was released last year.

The app effectively effectively increases usable screen space by as much as 70% on an Android tablet, the company said in a release. Another use or benefit is that Air Display gives users the ability to reposition windows and workflow elements onto a separate computer screen.

"Air Display extends the desktop computer onto the Android screen and can also mirror the main monitor," said Dave Howell, Avatron's CEO. "Users can use the app with either the touch screen or a mouse; the touch screen is particularly useful for such functions as the calculator, painting, games and demos.”

Once you load the app on an Android device, the "main" computer with each use automatically recognizes the tablet as a secondary monitor and returns to single-screen mode when the app is closed.

Avatron’s Air Display for Android is available for $9.99 exclusively in the U.S. at the Amazon Appstore for Android. The company also offers a Mac version at Apple’s Mac App Store and a retail version at its own website which offers a try-before-you-buy option. 

Can you make money selling an Android app? 

In a blog post, Howell seemed to indicate that publishing an Android app is a bit of a gamble, but was game to see how Air Display does. He said in part: 

“We’re really excited to see how this goes. The conventional wisdom is that people aren’t buying Android apps. That $0.99 is too expensive for an Android app, and that for ten bucks you should get a private audience with God Himself. This should be an interesting experiment.”

The iPhone, Android Walkie-Talkie App Everyone's Talking About

Click here to find out more!The iPhone, Android Walkie-Talkie App Everyone's Talking About

Does anyone really need to turn their iPhone or Android smartphone into a walkie talkie? Sure they do, says CIO.com blogger James A. Martin.

to iPhone | Add a comment
With SMS and instant messaging, does anyone still need a walkie talkie? Maybe not. But you’d never know it given Voxer’s popularity. The push-to-talk app is currently among the top free iPhone and Android apps, and its developer, Voxer LLC, says it’s processing more than 1 billion communications every day.
Voxer isn’t the first app to bring push-to-talk messaging to smartphones. For example, HeyTell (also free) by Voxilate for iPhones and Androids certainly has a lot of fans, judging by its user reviews (I haven’t tested the app). But Voxer is the cool newcomer, and it’s worth checking out.
With Voxer, you can send instant voice messages back and forth to other Voxer users on either platform over Wi-Fi or cellular networks. Voxer also lets you zap a photo or text message to your Voxer buds.
I tested Voxer 2.3.9 for iPhone as well as Voxer 0.9.4 for Android. Except for slight interface differences, the two apps are basically the same. I had a slight preference for the Android version, but only because my Android smartphone screen is one inch larger than my iPhone’s.

No doubt Voxer’s “hey you!” immediacy is appealing to younger demographics, especially given the app’s social network-ish interface. But I can see business types using it, too. Need to grab a colleague’s attention right away? Want to blast out a quick voice message, text, or pic to a group of coworkers? Voxer is your app.

The push-to-talk capability worked well in my tests, and it’s certainly easy to use: Just keep your finger on the ‘Hold and Talk’ button while you speak. I doubt anyone would want to carry on a conversation lasting more than a few sentences, however. A standard phone call is much more efficient.

But sometimes, all I want is a quick verbal exchange--no chit-chat, please. Come to think of it, I guess there is a need for walkie talkies. Over and out.

Thursday, 9 February 2012

The Top 7 Android Music Apps for Apple AirPlay

 Apple's AirPlay gives people the pleasure of watching movies, looking at photos, and of course listening to music wirelessly, zapping the content from their iPhones, iPod Touches, or iPads to their televisions and home speaker systems with a variety of popular iOS music apps.

What about Google's Android devices - do those work with AirPlay too? Last year, Evolver.fm reported that Apple's wireless music influence was in fact starting to be felt on Android. Meanwhile, Google's competing Fling platform has effectively been a non-starter.

We've since seen a slow but steady rise in Android apps that stream music to Apple TV, Airport Express, and AirPlay-compatible speakers and sound systems. Google should be worried. This is how people develop a taste for Apple.

That's their problem. To help Android owners who want in on wireless home music without waiting for Google to get its act together, here are the best Android apps for streaming music to Apple's AirPlay devices:
Taglists by Eye-C: The first Android AirPlay app to catch our attention, this multi-platform app builds on Twitter hash tags to create playlists (or "Taglists") out of music on YouTube, SoundCloud, and elsewhere, and share them on your social networks. That's a fairly simple and ingenious idea, but we mention it here because Eye-C also makes it easy to play these playlists on AirPlay speakers and other devices.

Remote For iTunes: Apple's own Remote app for iPhone and iPad is popular in part because it controls music on computers running iTunes, and can extend that music to AirPlay devices too - all without music fans ever touching their computers. Developer Hyperfine developed an Apple Remote counterpart for Android (and Windows Phone) that does pretty much the same thing. Using its sleek black layout, you can search and play iTunes music on a computer from your Android. Bonus: It also controls volume on multiple AirPlay devices individually.

iMediaShare: Lots of apps can stream via AirPlay, as we've seen, but some also include content from a range of media properties, built right in. Developer Bianor created an app that acts sort of like a remote control that's also the cable box, so you can switch between between online channels, your Android's music library and other media services - and stream any of it to AirPlay. The channel-surfing interface feels like the iPhone's or Android's graphical list of app icons with a nice selection (YouTube, The Onion, CNN, Animal Planet, etc.). All of this is playable on a long list of hardware, thanks to DLNA: game consoles (PlayStation3, XBox 360), televisions (Samsung, Sony, etc.), audio home electronics (Sonos, Onkyo, etc.), and, of course, any Airplay-enabled device. It's a monstrous app.

Twonky: PacketVideo's Twonky comes in two flavors. Twonky Mobile resembles iMediaShare in that it's an all-inclusive streaming app for music, video, and photos to lots of different devices, but with a different look and feel. Then, there's Twonky Music, which works as a conduit for your Android's music collection or your favorite web radio sources to any AirPlay- or DLNA-enabled device. While it's lighter on the features than Twonky Mobile, Twonky Music has its own special bonuses; the "Flipside" feature is one of the tastiest, with artist information, biographies, lyrics, and news. It's a nice feature for those who want to find out more about what they're listening to without switching apps.

AirBubble: Bubblesoft's offering does something a little different: It works in reverse to the way these other apps work. Instead of sending music from Android to AirPlay devices, basically acts as an AirPlay receiver. Connect your Android to some speakers, fire up AirBubble, and you can stream from iTunes or any other AirPlay-enabled streamer - even an iPhone - to your sound system.

Honey Player: As its developer rich & high puts it, this is "the sweetest player for Android with Airplay." It's exactly that: nice, sweet, and useful. This simple and effective music player streams music from your Android's music library to any AirPlay device without a lot of extra bells and whistles. Its classy and enjoyable layout lets you can choose some music, pick the output, and rate your music with ease. If it's "simple" you're after, you just found it.

Original Source