mobile

Good resources to learn mobile adaptation techniques

Hello I am a web developer that has worked on ASP.NET-based Portal web applications for quite a few years. Recently, my company tasked me with developing a mobile version of our portal product. I have found quite a few resources about developing mobile web applications and have made great progress in my task, but one topic that I have...

Good resources to learn mobile adaptation techniques

Hello I am a web developer that has worked on ASP.NET-based Portal web applications for quite a few years. Recently, my company tasked me with developing a mobile version of our portal product. I have found quite a few resources about developing mobile web applications and have made great progress in my task, but one topic that I have...

About mobile game porting

Hello I would like to ask a few questions regarding mobile game porting... Let say if I have a simple 2D C++ game engine and have a PC game based on that engine and I want to port it to different mobile platforms BREW, J2ME, iPhone, Android, Symbian, etc.. Do I need to re-code the engine and the game for each platform? or is there an ...

Calendar (date-picker) control for mobile devices in ASP.Net

Hi, I'm looking for a calendar control (aka date-picker) that works on mobile devices. The problem is most devices are w/o JavaScript, or with poor JavaScript support. ASP.Net's built-in control uses JavaScript to do post-back. ASP.Net has a mobile calendar control, but it isn't fully localizable (on low end devices where it displays a...

Mobile Computing: Putting Importance on Efficiency once more?

I've been getting my hands dirty lately working on development for the iPhone. Development on this platform adds (and on others I am sure) considerations that are not there when developing for desktop computers Battery life (need to keep cpu/network or any hardware usage to a min to preserve battery life) Reducing Network traffic (most...

Are there any PDA or Outlook Synch Frameworks out there?

We have a web application that deals with some common sales entities (Contacts, Appointments, Addresses, Notes etc..). We need to keep our app, outlook, and potentially any devices that they might have synchronized. Are there any frameworks that we can use that help us integrate with PDAs? Any thoughts or reccomendations are appreci...

Who supports WTAI (Wireless Telephony Application Interface)

Does anyone know how widely WTAI is supported in mobile phones, or can point to a list of supported devices. ...

Capturing video from the front camera on any mobile platform

Due to a series of bizarre events, I am in the middle of a project targeting mobile phones (more like pocket PCs). I have searched far and wide, but couldn't find a way to (reliably) access the front camera on any platform (I've tried Android, J2ME and Windows Mobile), let alone capture video from said camera. Can anyone provide any ins...

Audio/video streaming to mobile browsers

I am developing a WAP/mobile website that would allow users to stream audio/video (although the priority is audio) via their mobile browsers.. For music I would be streaming mp3 files, and for video I would be streaming flv and 3gp files (but mostly 3gp). Can anyone recommend solutions (i.e. what to use and/or a point to the right dire...

Networking problem in Java ME

Ok, so I'm using Java ME to connect to a PHP script on my server, but for some odd reason the networking will only work the first time the app is run on the phone after installation. Any other time, it won't even ask permission to use the network. Here's the method in question: private static String defaultURL = "http://www.roostercogbu...

Selecting a date on a mobile web site

I'm working on a web site that includes creating appointments on the mobile site. I have to make it work on IE Mobile. The biggest challenge is to come up with a way to do date selection on a mobile site that: Is compact enough to not take forever to load on the limited-bandwidth cell network. Will work on Windows Mobile 6 Prevents t...

Specifics of website development for Japanese mobile phones; testing?

Is there any good advise on developing websites specifically for Japanese mobile phones? As I see it so far, the site basically has to be bare-bone HTML, mostly <p>s and <br>s and tiny, compressed postage stamp graphics if need be. There are also some UTF-8 codes for pre-defined graphics. Are there any other conventions one should be awa...

Mobile/PDA + SQL Server data synchronization

Hi guys, Need a little advice here. We do some windows mobile development using the .NET Compact framework and SQL CE on the mobile along with a central SQL 2005 database at the customers offices. Currently we synchronize the data using merge replication technology. Lately we've had some annoying problems with synchronization throwin...

Is the SMPP (binary SMS) protocol dead?

Hi everyone, Has anyone dealt with the SMPP binary SMS protocol? I know this technology is still fairly widely used by the messaging aggregators and carriers, but it seems like the SMPP spec is not being updated, and support for SMPP libraries is slowly fading away. The "SMS Forum" (http://www.smsforum.net) was shut down in 2007. To ...

is there any java mobile games builder for non programmers ?

is there any tool in the market that support making games for mobile java , for none programmers ? i need to find out what is the best and fastest way to do that , before we plan to build such tool this is for simple games only .. to be add-on to our main product Thanks ...

How bad is the following snippet?

My question is simple: how bad is the following snippet of code? How would you do it? CancelEventHandler _windowClosing; private CancelEventHandler WindowClosing { set { clearEventHandlerList(); this.Closing += value; _windowClosing = value; /* * if calling the method with null parameters, * it will set ...

Video Streaming Server on Mobile

I have seen video streaming to mobile phones. I would like to know whether we have a streaming server that can be installed on mobile phone and stream video to another device from the camera present on the phone. I would like to have on for my Nokia N70 phone. ...

Sending SMS

I want to send SMS from my Web application in C#. Can anyone guide me as to how this can be done ? ...

Porting a .NET 3.5 application to a portable device

I have written a server/client application using sockets in C# for .NET 3.5. I'm interested in porting the client part to some kind of mobile device and am pondering the best way. The client is actually an underlying library and a GUI depending heavily on touch interface capabilities. As I see it I have a few options: Just get an EEE ...

Game messaging on mobile platforms?

Does anyone have recommendations on messaging for multi player games on mobile platforms? I assume SMS would be too expensive for the average player. I'm not talking about lots of real-time messages, but simply one message per player per round to all other players. Is there any available messaging that is cross platform (say, windows m...