mobile

Using ASP.NET, how can I create an iPhone/Android specific mobile website?

I would like to take our current mobile website and redesign it for iPhone use. All of the code on our website is currently run server-side and is split up in multiple pages, but I would like to get all the client-side features like transition animations and iPhone-like buttons that jQTouch offers. Where should I start? ...

Advantages of QuickConnect over Phonegap?

I'm evaluating different cross plattform mobile frameworks. I like Phonegap and think I understood how it works, but am now looking at QuickConnect and have a much harder time to figure it out, especially how it compares to Phonegap. Can anybody help me to define the advantages or differences of QuickConnect in comparison to Phonegap? ...

Quick overview of cross-platform mobile development

I don't know the first thing about mobile application development. I'm starting my research now. Can someone give me a quick overview of the top most popular, mature and cross-platform technologies for creating and running applications that work on iphones, blackberries, windows mobiles and androids? For example, let's say I want to...

Android GUI where different panels are shown/hidden based on context?

I'm making a drawing app. In the centre of the screen, I want the app to contain the user's drawing. At the top of the screen I want buttons for different drawing tools. When a drawing tool is selected, I want buttons specific to that tool to appear at the bottom of the app (e.g. the brush tool might show a "increase brush size" button a...

How can I detect an iPhone *4* user through javascript

There are lots of scripts for detecting the User Agent string to detect iPhones and other mobile devices, but strangely enough, the iPhone 4's UA is the same as other versions. My webapp has many HTML5 features that need to be displayed differently for the 326ppi screen than other resolutions. Thanks in advance for any insight. ...

Learn mobile app development vs. continue web app development and hope mobile industry improves?

I'm building some web apps for clients. They're usually CRMs, project management systems, custom CMS, support system etc...ie. all work and business related systems. Often times, I think it would be awesome if the client had a mobile app to manage their web apps and the employees who use them. The challenge is building one mobile app ...

iPhone Mobile Safari: Force keyboard open

This is an HTML / CSS / JS (jQuery) iPad app. I've got a button, that slides down an input form. I'd like to focus the user on the input, and then launch the keyboard. This is what I'm working with, but doesn't work: $('#myFormField').focus(); This does indeed focus the input, but fails to launch the keyboard. Is it just not possibl...

iphone mobile web + remove safari interface bars

Hello, anone knows how to remove the bar at the top and bottom on safari iphone. I have this mobile web page am writing and I cannot get rid of the navigation bar. Is that even possible ? Thanks. ...

communication between mobile and web site

Hi Am not mobile developer or j2ee developer , I want some open source , which satisfy my below needs , send alert message to mobile ,(2-way communication) , Looking free open source , Need to store all message(incoming and outgoing messsages) into Database , We are not ready to spend money , may be one initial setup cost ready to s...

How can i send sms to saudia arab freely +96659206....

I want to send sms to my friend to Kingdom of Saudia Arabia please share website which send sms freely confirm. ...

Text based site for mobile phones?

I tested my site on a mobile device and it loaded pretty quickly. However i had to scroll right to see all of the text. The text was pretty big as well. How can i redesign my site so i dont need to do any scrolling and have smaller text? I know i I seen this before but i cant remember what site did it. i removed my css and the device s...

how to install python on samsung S5600 halley evo

I would know how can i install python on samsung S5600 Halley evo...i have to do something like a jailbreak? it is possible? and, if yes, how? thaks :) ...

Windows Mobile Professional 6.1 how to test internet connection

Hi, I have a WM 6.1 Prof. application that checks updates when user wishes to do so. I want to check if there is any avaliable connection (GPRS or Wifi) before it attempts to connect to server. I am also using openNETCF.NET dll here is what I have done but it doesn't work everytime, also I am not sure which type of connection should ...

What will Google App Inventor mean for mobile software development?

Google Labs will be rolling out something called Google App Inventor (for Android). CNet says: "To use App Inventor, you do not need to be a developer. App Inventor requires NO programming knowledge. This is because instead of writing code, you visually design the way the app looks and use blocks to specify the app's beh...

How to change the look of a field from BlackBerry's BrowserContent

How do I change the styling of the UI field created from a BlackBerry (4.7 JDE) BrowserContent? The HTML content is displayed, however we're stuck with a white background and black font. We've tried setting the properties of the field and overriding the paint() method to no avail. Thanks! ...

Disabling buttons on mobile browser once user presses enter on keypad

I am writing an application which needs the user to enter some information into a form and a submit button is provided. However, if the user presses the the "GO/Enter" button on iphone/bb/android and presses the submit button again, I will get an error because each form is associated with an unique ID and can be only submitted once. How...

AT commands sent to Nokia/Motorola/Other Cheap phones via Microcontroller

I want to implement something like this serial communication over an Audio Jack. http://biobug.org/index.php/2010/02/19/lotd-clean-your-cell-phone/ He has used a Motorola phone. Any other phone(Nokia or any other company) I can do this on ? Which can take TTL inputs on Audio jack?.(This is what I need primarily) What are options for...

Website to mobile website conversion

Hi guys, I have a simple webpage here. If I want to convert it into mobile website, what should to my html or something such that when I open it with my mobile, I should be able to see the whole page in my screen. I tried adding this to my html code... in head <meta name="viewport" content="width=device-width; initial-scale=1.0; maxi...

WIndows Mobile full screen problem

I have a windows mobile professional 6.1 application and I want it to be full screen in all pages so I put the code below into my every pages constructor; this.WindowState = FormWindowState.Maximized; this works OK but "sometimes" for example when I use MessageBox.Show("alert"); or when I try to connect internet within applicatio...

Sending file over OBEX push profile

I've been able to open a raw bluetooth socket to the obex push profile channel of a device. My goal is to be able to send files over the protocol. Where can I find any info how the headers should be set up and how the communication should work? Thanks. ...