Android: it’s the big word on the street now. As the world’s most widespread open-source smartphone operating system, it’s naturally the object of some attention from blogs around: some useful, some not quite so much. It can be hard to tell the good blogs from the bad, but that’s what we’re here for. We’ve poked around a bit and kept an eye on a number of Android blogs for the past six months, and here is our pick of the top 10 Android blogs for your consideration. Feel free to add others (through your comments) if you feel we’ve missed… View full post »
Posts Tagged ‘android’
Android Training: Classroom and Onsite vs Online
August 29th, 2011 Leave a commentIn today’s digital world, virtual training for programming languages and platforms has become all the rage, and for seemingly good reason: programming doesn’t always demand physical interaction between teacher and student, and it doesn’t normally require any expensive and unusual equipment, meaning the student can engage in training from just about anywhere. The pros are, of course, obvious: no travel overhead, no brick-and-mortar presence, and fewer requirements on class sizes and times all equate to convenience and cost savings. What they sometimes lack, however, is crucial: Engagement and quality communication, both from the instructor and the students. Many virtual training schools (and… View full post »
Android SDK: Which Version to Use and Why
August 23rd, 2011 Leave a comment 2 commentsAndroid has recently become the majority operating system on mobile smartphones today, and for good reason: it’s an open, incredibly versatile mobile OS that can work on a vast majority of different types of phone hardware (or, in the event it doesn’t, be programmed to do so). This has enabled it to be the OS of choice for these vendors, and so far the market and the people have been extremely amenable to Google’s mixture of open-source, versatility, and user-friendliness. With this open structure and versatility, however, comes a price: as more and more vendors push out their own versions… View full post »
Installing Android NDK
July 20th, 2011 Leave a commentWhat is Android NDK? Chances are, if you’ve found this article, you know already what the Android NDK is. If you’ve stumbled upon here by chance, however, here’s a quick explanation: The Android NDK is a set of tools provided by Google to allow Android developers to code portions of their applications in native C, which then gets compiled into the application to run just the same as any other Android application. The advantage to this is that there is a performance increase for some processes with native code (though not automatically) and some developers can harness it to see performance… View full post »
Android Malware: Should You Be Concerned?
July 8th, 2011 Leave a commentThere have been, recently, a fair number of apps pulled from the Android market because they were, in fact, malware; they would dial pay numbers and do other shady things, including stealing contacts. Though Google has since pulled these apps from the market, the lingering, uncomfortable question remains: Should we be worried about Android malware? The question is difficult to answer because of the layers of meaning in that question, but for the most part we can say this: though no computing platform is ever truly safe, Android users who do not stray from the official Android markets will, for the most… View full post »
iPhone vs. Android: One Year Later
May 17th, 2011 Leave a commentLast year, we published an article pitting iPhone and Android against each other. It’s now one year and several versions later for both of these smartphone platforms: is our decision still relevant? Who is the king of the smartphones one year later? Should you still consider dumping your iPhone? We’ve given this question another shot by looking at the same criteria we used to compare the two phones in the original article. Read on! iPhone’s Sync Options To no one’s surprise, iPhone is still a nightmare to sync. Unlike an Android phone, which loads as a regular drive that can be accessed… View full post »
Android Development Environment Setup
May 12th, 2011 Leave a commentEveryone wants to program on Android; unfortunately, not everyone knows quite how to get started with their development environment. Google has put out both the Android SDK and the Android ADT in order to help developers integrate Android into their dev environment as well as facilitate more Android development. In this article, we’ll take a look at how to set up a development environment for Android so you can start creating projects. Preface: Dev Environment Notes Just a general rule to reduce headaches, your development machine should primarily be a development machine, as installation of other various programs may clutter it up… View full post »
Android Video Players: Best Of
April 29th, 2011 Leave a commentAndroid’s standard Movies app is a little lacking; much like the stock music app, it’s functional but leaves quite a bit to be desired in polish and features. Thankfully, Android’s robust developer community have taken it upon themselves to create some video players of their own: here’s some players that are not only more polished and nuanced but are fully-featured, well-crafted video playing apps in their own right! 1. RockPlayer http://rockplayer.freecoder.org/index_en.html RockPlayer is an absolutely amazing app. It’s the VLC of the Android world, being able to play just about any media file out there. It took everything I threw at it, from… View full post »
Music on Android: Best Music Players Reviewed
April 19th, 2011 Leave a comment 2 commentsThe standard Android player is functional, but that’s all that it is: many Android users hunger for a more robust feature set from their music player. Thankfully, a few Android developers have felt the same thing; here’s a list of a few music players that are outstanding in their features and functions! 1. doubleTwist http://www.doubletwist.com/ doubleTwist markets itself as “iTunes for Android”, and that’s exactly what it is, more or less; its UI is sleek and functional, and it offers features very similar to the music player on any Apple device. A very neat feature here is “AirSync”, a feature that lets you… View full post »
Hello Android Book Review
February 11th, 2011 Leave a commentIn opening this book review, I must first humbly admit that I am no mobile development guru. While I am a student of the programming arts, mobile development is a recent beast that I have just now been forced to grapple with on more than a hobbyist basis. That said, Hello, Android: Introducing Google’s Mobile Development Platform (Pragmatic Programmers) by Ed Burnette is a fantastic book for beginning Android development; it is a practical, no-nonsense guide that can be powered through in a few days to have a great base for Android development. First off, the book assumes knowledge of Java,… View full post »