dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasgoMobi
  • Developers Guide - Posted by mclancy 12 weeks 5 days ago
  • Future of the Mobile Web Whitepaper
  • We're very happy to publish this paper arising from the The Future of the Mobile Web event held at the Dublin Convention Centre in January 2012. We covered a lot of ground and the paper is a serious attempt to capture all the topics covered from HTML5 to responsive design to device detection and many others. We found it to be a very worthwhile process to listen, validate our ideas and learn from others in the process of writing it. We hope it is useful to a wider readership also.
  • Mobile Design - Posted by mclancy 15 weeks 3 days ago
  • Future of the Mobile Web
  • Last week we hosted an event loftily entitled "The Future of the Mobile Web" at the Dublin Convention Centre.
  • Android - Posted by ruadhan 2 years 19 weeks ago
  • 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)
  • Android - Posted by weimenglee 2 years 29 weeks ago
  • 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
  • Mobile Design - Posted by weimenglee 2 years 33 weeks ago
  • 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
  • Android - Posted by weimenglee 2 years 39 weeks ago
  • 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
  • Android - Posted by weimenglee 2 years 46 weeks ago
  • 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.