- Android - Posted by weimenglee 34 weeks 6 days ago
Displaying Status Bar Notifications in Android- Developers of Android are no doubt familiar with the Toast class, which displays a little pop-up containing whatever message you want to display to the user. However, the Toast pop-up will automatically dismiss itself after a while, making it useful as a tool to provide timely feedback to the user (such as informing the user that a file has been saved successfully), but not a really good tool to use for some asynchronous action (such as telling the user that an incoming SMS message has arrived).
- Android - Posted by weimenglee 43 weeks 20 hours ago
Preserving User Preferences in Android Applications- Often you need to store personalized information for each user of your application. For example, your application may require users to logon to a secure server for authentication. In this case, the user needs to supply his credentials, such as a login name and a password. The first time the user uses your application this information will be entered by the user, but subsequently it would be useful for your application to “remember” this information somewhere so that it can save the user the trouble of entering the same information every time he uses your application.
- Windows Phone 7 - Posted by weimenglee 1 year 31 weeks ago
Introduction to Windows Phone 7 Development- By now, you should already have heard of Microsoft's new Windows Phone 7 mobile OS. And while many developers are busy developing for Android and iPhone, Microsoft is hard at work, developing its killer mobile OS that could give the competitors a run for the money. Before you dismiss Microsoft as a serious contender in the mobile space, think again. The new OS is now a total rewrite of the older Windows Mobile platform, and sports many features that you have come to expect of a modern mobile operating system.
- 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 4 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 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.
- Android - Posted by weimenglee 3 years 6 weeks ago
Using Google Maps in Android- Google Maps is one of the many applications bundled with the Android platform. In addition to simply using the Maps application, you can also embed it into your own applications and make it do some very cool things. In this article, I will show you how to use Google Maps in your Android applications and how to programmatically perform the following: Change the views of Google Maps Obtain the latitude and longitude of locations in Google Maps Perform geocoding and reverse geocoding Add markers to Google Maps
- Android - Posted by weimenglee 3 years 10 weeks ago
SMS Messaging in Android- It would be safe to say that nearly every mobile phone sold in the past decade has SMS messaging capabilities. In fact, SMS messaging is one great killer application for the mobile phone and it has created a steady revenue stream for mobile operators. Understanding how to use SMS messaging in your application can provide you with many ideas to create the next killer application.
- Android - Posted by weimenglee 3 years 13 weeks ago
Getting Started with Android Development- Unless you have been hiding in the caves for the past couple of months, by now you must have heard of the mobile platform from Google that everyone is talking about. Yes, that's right, I am talking about Android. Android is an open source mobile operating system that is based on the Linux kernel. Using Android, device manufacturers can customize the OS to suit their particular hardware design, thereby allowing them to innovate without limitations.


