The goMobi Challenge is on!
We’ve got a prize-winning contest for you: The goMobi Challenge is on now! By now, you’ve heard us talk about goMobi, our new mobile site building and content management tool. While we’ve discussed it mainly as an easy way for non-tech folks to quickly build mobile sites, we designed it so that pros like you can use it as a base for building top-notch mobile sites as personalized and unique as you want (or your clients want.) more...
Using the PopoverView in iPad App Development
In the previous article, we saw how to develop a new type of application known as the Split View-based application on the iPad. And one of the new views introduced for the iPad is the PopoverView, which you had a quick glimpse of it in action in the previous article. In this article, I will show you how you can use the PopoverView in your iPad application, not just in a Split View-based application. Getting Started with the PopoverView more...
Nexus One: Where is Android at?
With the announcement of the new GooglePhone, which promises to be the best Android device yet and by all early reports at least comparable with the iPhone 3GS, it seems appropriate to stop to take a look around to see where Android is at. We start with the breakdown of Android Platform distribution, based on access to the Android Market. Android versions (Source: http://developer.android.com) more...
Understanding User Interface in Android - Part 4: Even More Views
In this final installation of the Android Views series of articles, we shall continue our exploration of another category of views - Menu views, and some additional cool views. The views discussed include: Context Menu Options Menu AnalogClock DigitalClock WebView more...
Understanding User Interface in Android - Part 3: More Views
In the previous article, you saw the various basic views such as the TextView, EditText, Button, and how you can use them in your Android applications. In this article, we shall continue our exploration of another three categories of views - Picker views, List views, and Display views. The views discussed include: TimePicker view DatePicker view ListView view Spinner view Gallery view ImageView ImageSwitcher view GridView view more...
Understanding User Interface in Android - Part 2: Views
In the previous article on Android UI you saw the components that make up the UI of an Android application. The basic unit of the Android UI is the View. A View represents a widget that has an appearance on the screen. In this article (and the next two), you will learn about the various common views that you would likely use in your journey of Android development. In particular, I have categorized the views in this series into the following group: Basic Views - commonly-used views such as TextView, EditText, and Button views more...
Verizon Wireless opens up to the mobile developer community (for real)!
Late last month, Verizon Wireless held an open developer conference down here in San Jose. The conference was notable, important, and relevant to you for a number of reasons. more...
Mobile Web 2.0 "Dramatic Developments" from AT&T Really not all that dramatic....
Well, I'm sad to report that the folks over/up/down at AT&T wireless appear to not quite have their act together when it comes to what is the 'next big thing' in wireless. I had really been hoping/anticipating that the webinar they hosted on June 30 entitled "Dramatic Developments in Mobile Web Technology" was going to provide something concrete and actionable for you (and I), alas, that was not to be the case. more...
Understanding User Interface in Android - Part 1: Layouts
So far in my previous few articles on Android I have focused on showing you how to get things done in Android without really spending too much time discussing the visual aspect of Android application development - User Interface design. In this article, and the next, I will walk you through the various elements that make up the UI of an Android application. In this first part of the article, I will discuss the various layouts available in Android to position the various widgets on your screen. more...
User-Agent Switcher for Safari 4
The User Agent Switcher plug-in for Firefox has been a GREAT add-on and we all love it. 1 year and 27 weeks ago Ronan wrote a really simple, but useful configuration file for it that is available here on mobiForge (if you use Firefox it's a MUST: User Agent Switcher config file). more...