dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasfind.mobiInstant Mobilizer
  • iPhone - Posted by weimenglee 7 weeks 2 days ago
  • Location in iPhone Web Apps
  • One of the key limitations of developing Web applications for iPhone is that you are not allowed to access the hardware on the device via the Web browser. For example, you cannot access the camera on the iPhone; neither can you access the accelerometer. This seriously limits the kinds of applications you can develop on the iPhone. One notable exception, however, is the support for tracking the location of devices, through a combination of GPS, Wi-Fi, and cellular triangulation.
  • iPhone - Posted by weimenglee 9 weeks 2 days ago
  • Programming Apple Push Notification Services
  • One of the key limitations of the iPhone is its constraint on running applications in the background. Because of this, applications cannot keep running in the background when the user switches to another application. So, applications that require a constant state of connectivity (such as social networking applications) will not be able to receive timely updates.
  • Messaging - Posted by senthadev@gmail.com 14 weeks 2 days ago
  • Sending SMS with SMPP, Kannel and Java
  • There are many technologies and protocols that can be used to send and receive SMS from an application. This article focuses on sending SMS via a Short Message Service Center (SMSC), with the help of the Kannel SMS gateway. In order for an application to send a SMS, it generally has to communicate with a Mobile Network Operator (MNO) over the Internet. To understand in more detail consider the following example. A Media service provider wants to send a program timetable as an SMS to its end customers. The application is running on a Linux based java application server.
  • Device Database - Posted by ronan 25 weeks 2 days ago
  • A minimal mobile-aware web app with Python & cloud-based device detection
  • In this article we'll look at a how to make a minimal device-aware web application. The point of this article is not to demonstrate a useful application but rather to show just how little code is required to make an app that is fully device aware, and that can change its presentation entirely depending on the nature of the device accessing it.
  • Browsers - Posted by weimenglee 27 weeks 22 hours ago
  • Build Web Apps for iPhone using Dashcode
  • So far, much mobile developer attention has been fixated on the iPhone SDK released by Apple to build native iPhone applications. This is understandable, since with the SDK you can write native iPhone apps that take full advantage of the capabilities provided by the device, such as accessing the accelerometer, the camera, as well as obtain geographical locations using Core Location.
  • Frameworks - Posted by Soma Ghosh 29 weeks 4 hours ago
  • Getting Started with Java ME
  • As the world gets connected, we see the emergence of a wide variety of sophisticated and personalized mobile devices. Although the number-crunching power of the higher-end devices is very respectable, there is still a need to build applications that use minimal resources, and that are portable. Java Platform, Micro Edition (Java ME), formerly known as J2ME, with Java’s inherent ‘Build once, run everywhere’ concept has been adapted to build resource constraint applications for these myriad devices.
  • iPhone - Posted by weimenglee 33 weeks 2 days ago
  • iPhone Programming Fundamentals - Outlets and Actions
  • An understanding of outlets and actions is one of the first things you will need for iPhone programming. For someone coming from the .NET background, this is a concept that requires some time to get used to - the concepts are similar, but it is a different way of doing things. And so, in this article, I am going to show you what outlets and actions are. At the end of this article, you will have a solid understanding of how to create outlets and actions, and be on your way to creating great iPhone apps.
  • Device Database - Posted by mathias.dahlstrom 35 weeks 2 hours ago
  • Lastminute.com Labs presents the DeviceAtlas Rails Plugin
  • Last year at lastminute.com labs we started developing mobile web services in Rails. The first service we launched is called fonefood. It is a restaurant booking site you can use from your phone. We've got restaurants across lots of countries: Austria, Belgium, Denmark, Finland, France, Germany, Ireland, Netherlands, Spain, Sweden, Switzerland and United Kingdom. You can read more about it at: http://labs.lastminute.com/fonefood/
  • Device Database - Posted by ruadhan 36 weeks 20 hours ago
  • Device Detection in the Cloud: DeviceAtlas Personal
  • After a brief mention of DeviceAtlas Personal in our June newsletter, we're now following up with a full tutorial on how to use the preview release of the service. So what is DA Personal?
  • Android - Posted by weimenglee 37 weeks 1 day 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.
Previous