mobile

Is there any code editor that works on touch screen mobile phones?

Is there any code editor (like eclipse or visual studio) that works on mobile phones (such as nokia 5800)? So what I want is to edit my C/C++/C# code on my phone. (I have Nokia so it is my primary intrest, but I am also interested in other phones such as Android based ones.) I do not need ability to compile, but I'd love codehinting an...

Android LinearLayout / TableLayout with custom ListAdapter. Making List items of book previews.

Hi, I have used RelativeLayout for a custom implementation of a ListAdapter and I am not sure if I can continue using this or if I need to use TableLayout. In the first example I have the text positioned as I would like by using one image view and one text view containing the book name and the author name. However, I want to style the ...

How do I send validation code to Mobile

Hi guys, I would like to know the process and service providers who will enable me to send the validation text to users mobile in order to verify the user. I have seen validation text from facebook that it sends to its users whenever validation is needed. I would like to build similar system ...

onexit - request an url

Hi! I've some problem with requesting an URL when finishing (exit) the widget. I try to use it via window.widget.onexit on request then an logout URL which makes some logs in the backend. I tried it by the following ways: window.widget.onexit = function() { xhr = new XMLHttpRequest; xhr.open("GET", "http://new-ken.de/alwaysOn/php/lo...

hot to access windows mobile SqlCE database from desktop vb.net

Hello, I want to access the Windows mobile SQLCE database from the desktop application when device is connected to my PC. please suggest is it possible? how i do this? Using .NET ...

What non-cellular mobile devices are GPS enabled?

I'm about to embark on a project (to get the details that may help one understand the context: read here) that will involve up to 10 electronic devices in buses. However, I've hit a snag. Price is a concern. That pretty much ruled out Android since we wouldn't be getting a contract and finding cheap Android phones without a contact is...

two-way SMS gateway using Ozeki or Wammu

Hello, Is it possible to setup a two-way SMS gateway using either Ozeki or Wammu? (I'm using windows) This is what i want to implement Get messages from users Filter them according to "Keywords" they've used Send those as HTTP requests to a PHP script located on a server (external) Do a SQL query Get results and message the user back...

Android not loading app

I am going through the Android Hello World, but when I go to Run > Run in Eclipse, it loads the emulator, takes a few moments, then loads the Android home screen. My app does not load automatically like the tutorial says, and I can't find it in the applications list. How do I get my app to launch? What might I have done? I am using Ecl...

iphone web apps: performance hotspots? caching? javascript bottlenecks?

I'm starting to make an iphone app with jqtouch - so i'm keen to hear some best practises. I'm developing for iphones users on a UK 3G connection. Any particular things that cause script blocking? What are the main performance hotspots? Whats the deal with browser caching? If the iphone doesn't cache should i include my scripts and st...

PhoneGap for mobile and Appcelerator for desktop+mobile?

It seems that PhoneGap is only for mobil devices while Appcelerator is for desktop and the mobile, am I correct? ...

PhoneGap and Appaccelerator apps are legal for iPhone 4?

I want to create mobile apps for the iPhone and Android and Im wondering if PhoneGap and Appaccelerator are allowed in iPhone 4 due to the section 3.3.1. Do they know the case now? ...

Android: light weight solution to detect keypress.

Dear All, In Android I am writing an application in which, I would like to capture an event if in case user doesn't do any activity (tapping/key press). For better context - It is like session timeout. Basic solution - I can override the key press/tapping event and put one timer which continuously run either as thread or service. ...

Device report for CSS 3, HTML 5, JavaScript support and video codecs on iPhone, Android, WebOS and Blackberry

I am trying to create a device report for CSS 3, HTML 5, JavaScript support and video codecs for iPhone, Android, WebOS and Blackberry to ascertain what range of handsets to offer support to. I am trying to figure out the availability on various handsets/os's/browsers for mobiles of: and tags on those handsets list of codecs require...

What's the latest on JavaFX and mobile phones?

What's the latest on JavaFX mobile? I'm having trouble finding any relatively current info regarding what phones (if any..?) are JFX compatible, how to distribute applications to said phones, etc. I have a current desktop application, and another semi-related mobile project is on the horizon (within the next couple months). If I can use ...

Jquery: How to use the flip animation properly? JQTOUCH

I am trying to create a little flip book. I have as many divs as there are pages. They are all set to display: none; Unless they have the current class attached. I have one page showing, and the page that would go next to it showing just beside it. I want to take the page that is beside it, and make it flip onto the other page to get t...

mobile commerce (or just mobile) RFP examples?

Hi. I have posted this question elsewhere on the StackExchange but this is really where I need to be posting it (despite the fact that it is not a technical question). I hope it doesn't get moved. I am currently looking for examples of RFPs that are looking to develop mobile applications. Ideally, it would be an m-Commerce project bu...

Modify notification of another app on Android

I'm trying to find out if it is possible to modify the notification of another app (the calendar app from Samsung) from my own app. Specifically I'd like to change the alarm for a calendar event from a one-time sound (which is silent, if the phone is set to vibrate) to a repeating vibrate. Can I even modify the notifications belonging ...

What versions of mobile WebKit support JavaScript Workers?

My Google-fu is failing me. I'm trying to determine what version(s) of mobile WebKit (iOS, Android, Blackberry Torch, etc.) support the HTML5 feature JavaScript Workers. Anyone know for sure? EDIT I've created a page that logs whether your browser supports the Worker API. Please hit it if you have a mobile WebKit device and I'll post a ...

how to find OS of Mobile generally?

hi, I could not find out OS of Lot of mobiles? for example MicroMax , Videocon Mobiles in India, they did not give that details in their specification, what os will it have? why they did not give that details? but JVMs are there...any help please? ...

XSLT Stylesheet switcher

Is there a way to switch a CSS stylesheet using XSLT? We are trying to do this without Javascript or include different files based on what CSS Stylesheet is used. Example: XSLT for normal view. Click a link and switches the stylesheet to view a Text Only view for accessibility and screen readers to use. At the same time getting rid o...