mobile

Can anyone suggest a good open source HTML parser to be used with java?

Hi I would like to know a good HTML parser for both static and dynamic HTML in java. It needs to be light weight as it is to be used on a mobile application . Is there anything already present? ...

I want to create a mobile content for mobile users, any help?

I am new to mobile content developing, but i want to create a mobile content that would allow mobile phone users buy have a money account on thir mobile phones, this is by using their airtime to turn into some kind of money account they will create on their phone. so they can use that account to do transactions with their mobile phone, a...

Links reg communication basics

Hi all.. am working in communication system based embedded project.. i have no background knowledge in communication technologies.. can anyone provide links giving the basics of communication technologies like what is GSM, CDMA, Wireless technologies like wi-fi, WLAN, GPRS, etc.. i have searched the links which give technical aspects.. i...

Mobile phone (iPhone, Windows CE, Symbian, Android) search engines (text indexers)?

I'm looking for search engines that will run on one or more of the mobile platforms listed in the title. Something like Lucene (which 'should' run on Android) or minion. What are my alternatives on each platform? Have you made them run? What are the limitations you stumbled upon (cannot index more than 20 megs, for example)? ...

Blackberry call method after viewing call log history?

I want to stop a thread process, just after viewing the call history item, for that i need to initialize a method, after viewing call history. If anyone know about this please help me. Thank you! ...

Mobile phone application design guidelines

Any documents or articles that contain design guidelines for creating mobile phone applications? How applications should be built for ideal user experiences. User Interface & Keypad Graphics Languages Links from specific manufacturers are also welcome. ...

Symbian OS S60 Platform

From here I read S60 is currently amongst the leading smartphone platforms in the world. However I can't understand: What the S60 does, what is the need for a platform when there already exists an underlying Symbian OS? If I write applications in Symbian C++ or Java ME is it for the Symbian OS or the S60 platform? Can I directly wr...

How to prevent Flikkering on picturebox of windows mobile

Hi.. I have a transparent rectangle on a picture box,if i click next,the next image comes and transparent rectangle is drawn.The problem is flickering,while moving from one image to another image,the transparent rectangle flickers.please help me how to get rid of this problem.i want to eliminate flicker,please help. Thanks ...

Standalone flash player for Windows CE

Are there solutions to get de flash player ( doesn't matter what version ( higher = better :) )) running on windows CE in standalone mode ( so not activeX plugin for IE ) or flash lite perhaps ?? ...

Is HTTP 1.1 pipelining discouraged in native mobile apps ?

For several years, I've been facing problems with HTTP 1.1 pipelining & continued to ask the server to send the HTTP Header: Connection: close I want to revisit this decision. Does your native mobile apps use HTTP pipelining ? Some problems with HTTP pipelining I've faced: Server not releasing TCP connections My client is receiving ...

Low latency audio api for Android?

What are my options for playing simultaneous audio on an Android device with the least amount of latency? Am I going to get anything half decent out of the canned SDK, or is that asking too much? The documentation claims that the SoundPool class is capable of playing multiple sounds simultaneously with relatively good performance, but ...

How Can I Prevent Memory Leaks in IE Mobile?

Hi All, I've written an application for use offline (with Google Gears) on devices using IE Mobile. The devices are experiencing memory leaks at such a rate that the device becomes unusable over time. The problem page fetches entries from the local Gears database and renders a table of each entry with a link in the last column of each ...

mobile: html5 vs xhtml

I am building a mobile app (hybrid mobile web app but with a native shell) with most users on the iphone (some on the blackberry) and am wondering if it should be written in html5 or xhtml? Any insight would be great. ...

Could you suggest a good media streaming server for mobile phone clients?

I am looking for an open source media streaming server. It should have an API. I want to be able to stream videos to a mobile phones. Could you tell me the relative advantages and disadvantages of the software. Currently I am experimenting with red5 ...

loading a simple semi transparent PNG in Windows Mobile using C#.

Hi, I am new to Windows Mobile programming. I want to load a PNG file which has an Alpha Channel. After 2 days of searching in Internet, I am still at square 1. Can someone help me? I got an example which uses uses a wrapper to access the AlphaBlend API. But when I set the AC_SRC_ALPHA flag in BlendingFunction, it does not draw anything...

What is the Best Development platform for GIS application?

Reviewing a new GIS product development requirement and its in a requirement gathering phase. This application needs to run on a Desktop and some part of the application on a mobile device which then can sync to the desktop or the server. This product will deal with imagery, defining boundaries, analysis using layers, polygons, importing...

AT command AT+CPMS="SM","SM","MT"

I needed a clarification about the AT command AT+CPMS="SM","SM","MT" Although this AT command work with most of the UEs,it however gives an error msg with the Nokia N72... I tried the AT command AT+CPMS=? & the mobile's response was "+CPMS: (),(),()" & I tried the AT command AT+CPMS? & the response was "+CPMS: ,,,,,,,,". Does this mean...

Issues with whole-site caching on CDNs? (e.g. alternate content for mobile browsers)

We are considering hosting the core of our site (everything that doesn't need to be dynamically generated) on a CDN, so that our root domain (e.g. "http://example.com/") would point to the CDN, then everything dynamic would either point to an alternate second-level domain (e.g. "http://search.example.com/ for searches) or be layered on t...

How do you simulate low memory in the Android emulator ?

Is there an easy way to simulate low memory inside the emulator ? I'm interested to perform resource cleanups similar to this post ...

Windows mobile client for ASMX Web Service

I try make simple Windows mobile client for web service. The web method only add two integer. I add reference on proxy and System.Web.Service. But it finish with this error : The type 'System.Web.Services.Protocols.SoapHttpClientProtocol' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web...