The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
5answers
6k views

How Would I Change ASP.NET MVC Views Based on Device Type?

I'm working my way through some ASP.NET MVC reading and I have a web app at work that I'll be migrating from WebForms to MVC. One of the feature requests I expect to get in the process is to have a ...
16
votes
4answers
16k views

HTML Drag And Drop On Mobile Devices

When you add drag and drop to a web page using JavaScript, such as jQuery UI draggable and droppable, how do you get this to work when viewed via a browser on a mobile device - where the touch-screen ...
6
votes
2answers
7k views

Simple Smart Phone detection

Ok I've seen a couple of mobile detection scripts that look to identify all mobile handsets, anyone come up with a simple Smart Phone detection script? I'm using the jQueryMobile framework and wanted ...
12
votes
11answers
11k views

Signature capture possible in various mobile web browsers?

My company is considering offering a lightweight mobile web site for data entry in the field (we already have a thick-client mobile application). One hard requirement is that we must be able to ...
2
votes
2answers
5k views

Windows CE 5.0 emulator needed

I need an emulator for Windows CE 5.0 to test an embedded device (not PDA or smartphone) application that I am developing. This is what I have already tried: Visual Studio 2008 Pro includes an ...
5
votes
1answer
187 views

How can you debug on a phone you don't own?

I've released an app to the market. It seems to work fine on some devices, and have completely weird behaviour on others. It runs fine in a VM configured to match the setup of these devices. In ...
1
vote
2answers
3k views

Detecting android devices connected to Wifi

I want to make an android application that connects to a Wifi network, say network SSID = "ABC".Assume that it is connected to the Wifi ABC. After connecting to ABC, i would want my application to ...
0
votes
1answer
223 views

Getting Portable Devices using java

I am trying to access some files in a device (having "windows CE" application in it) that appears as portable device in windows 7 using java applet.... My device path is like "Computer\Attari's ...
4
votes
5answers
10k views

How can I use Java to communicate to device through USB port?

I just recently learn Java and try to communicate to the device through USB port connection. I've have used C# with OpenNETCF which allows me to send file and retrieve file on the device through USB ...