Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

66
votes
7answers
38k views

Programmatically get own phone number in iPhone OS

Is there any way to get own phone number by standard APIs from iPhone SDK?
39
votes
10answers
24k views

Embedding ads on Android app?

I would like to make a free version of the Android app I have, but would like to embed ad on it. I am not sure where I should start? Is there a well known mobile ad company out there that is ...
32
votes
4answers
14k views

Good jQuery Mobile walkthrough or tutorial for a jquery developer?

jQuery Mobile 1.0 final is out Important: Many of the tutorials are old and should not be followed. The current version of jQuery Mobile is 1.0! Please be careful while looking through the links I ...
18
votes
7answers
16k views

Which Devices Support Javascript Geolocation via navigator.geolocation?

The iPhone supports geolocation in mobile Safari via the following call: navigator.geolocation.getCurrentPosition( function(pos){ var lat = pos.coords.latitude; var long = ...
16
votes
5answers
38k views

how to download apk files from android market to pc?

Is is possible to download the android .apk application from the android market to our pc?
15
votes
6answers
1k views

How to get started with Symbian (S60 plattorm)

So at my new job one of the platforms we use is S60 (Nokia phones, Symbian OS) and I am getting curious about it, as well feeling the need to help the team a bit from time to time (I actually work on ...
14
votes
7answers
5k views

Logging in J2ME

What logging solutions exist for j2me? I'm specifically interested in easily excluding logging for "release" version, to have a smaller package & memory footprint.
12
votes
3answers
2k views

Best OpenID Provider for iPhone / Mobile Device

Is there an OpenID provider that is really exemplary for use on an iPhone or other mobile devices? Before you say this belongs on meta.stackoverflow.com, hold on, I promise this is a programming ...
12
votes
16answers
1k views

Most promising mobile platforms?

So I've got some great ideas on mobile products. I'm in a position where I need to pick the best platform to initially develop on. I currently don't own a mobile device of any specific platform. ...
11
votes
5answers
15k views

Mobile Device Javascript/CSS Support. What's out there?

I'm about to begin an ASP.NET application that will be targeted towards iPhones, Blackberries, and Windows Mobile browsers. Aside from the iPhone, I haven't been able to find much information on what ...
10
votes
6answers
4k views

Mobile developer interview questions, that a non-mobile developer can ask [closed]

I need to interview some people for a mobile developer position (iphone) soon. The problem is that my strength is in Java web development. What questions should i ask without sounding like an idiot? ...
9
votes
4answers
3k views

How to Trigger a phone call when clicking a link in a web page on mobile phone

I need to build a web page for mobile device. There's only one thing I still haven't figured out: how can I trigger a phone call through the clic of an image or text. Is there a special url I could ...
8
votes
3answers
18k views

How do I develop applications for Symbian OS of Mobile Phones like Nokia

I would like to develop applications for Symbian OS Phones and try another track other than programming in Java. I would like to experience how to program on mobile phones using C and C++. Can you ...
7
votes
7answers
18k views

How to start develop for chinese mobile phones based on nucleus RTOS? (MTK)

I've noticed that chinese mobile phones became very popular, perhaps because of their very reasonable price and many modern features (touch screens, advanced multimedia, double sim cards etc). I'm ...
7
votes
4answers
2k views

Sending an SMS to a Cellphone using Django

I am building an application, where I have this little survey module, which sends out a simple sms to the phone number I give and has to collect the response(if the user fires it) and show it to me. I ...
7
votes
10answers
4k views

SMS + Web app: Providers of SMS “Long codes” for use by U.S. carrier subscribers within U.S.?

Q.: How to get a cellular phone SMS "Long code" for use by U.S. carrier subscribers within U.S.? Background: I'm building a web app that receives queries from/sends answers to cell phones. The app ...
7
votes
19answers
3k views

Is it possible to develop for the iPhone without an iPhone?

I know there are emulators, but is this good enough? If someone is serious about iPhone development, do they absolutely need an iPhone?
7
votes
5answers
46k views

How does GPS in a mobile phone work exactly?

I assume it doesn't connect to anything (other than the satelite I guess), is this right? Or it does and has some kind of charge?
6
votes
3answers
242 views

Whats the best way to start programming for my non-smartphone?

I have a general old-fashioned phone that has no special app system and uses Java (I assume ME) for the few applications you can use on it. This is still a decent userbase and I'd like to start ...
6
votes
10answers
829 views

Which mobile operating system should I code for?

I would like to rewrite two of our programs for mobile devices, but am a bit lost as to which platform to target. Complicating this decision: I would need to learn the relevant languages and IDEs - ...
6
votes
8answers
12k views

Does javascript work on mobile phones?

Does javascript work on mobile phones?
6
votes
10answers
6k views

Web based API that can tell me if a number is a landline or cell phone?

My application sends SMS messages to people, but the numbers entered in as their cell phone are sometimes land lines (this is user error or the user not really knowing if the contact number they have ...
5
votes
2answers
191 views

Are applications developed using 3rd party mobile application development tools acceptable to their respective markets?

I am trying to implement application that is supported to android,iphone,blackberry,windows mobile,symbian, webos (palm). For that i am suing the 3rd party applications here. But on research i found ...
5
votes
2answers
896 views

What's a reliable method for setting up telephone links for mobile browsers?

I'm working on a quick page intended for mobile browsers. While there is little consistency between browsers on cell phones (the target audience), I have a phone number that I would like to be as ...
5
votes
3answers
2k views

Isolated storage location for windows phone 7?

I'm building a windows phone 7 application using silverlight 4. I store my data in Isolated storage as outlined here. The program runs with no errors. My question is where I can see the file I have ...
5
votes
4answers
374 views

How do i create a mobile site?

I want to make a simple web form where somenone can access from his mobile phone. Is it ok to user plain HTML and css? What doctype should i use? I want it to be accessible from all mobile phones. ...
4
votes
1answer
270 views

How can I create large images in a UIImageView?

I am currently developing an app to create postcards. However, I am wondering on how to store the picture plus the frame (I have three frames depending on resolution) and some text in UITextView ...
4
votes
2answers
856 views

How to create a mobile version of an ASP.NET web site?

I have a website created using asp and I want to make it accessible to mobile phones, such that a user can use it through his/her cell phone. I don't have any knowledge of XML or .NET. How can I do ...
4
votes
2answers
291 views

BREW: Why does anyone care for it anymore?

I am aware of the variety of possible platforms for mobile development. However, I pretty much wonder what you can tell me about Qualcomm's BREW? Why does anyone care for it anymore? I mean, with ...
4
votes
5answers
447 views

What would you expect of a mobile development framework?

we are planning to build a web based client side application framework. The main focus is to write native looking webapps using Java and compile them for your target platform. Our planned target ...
4
votes
3answers
4k views

enabling drag and drop on a touchscreen mobile device

I just recently got an android phone and found that the drag and drop on my site doesn't work! I understand why it wouldn't, but has anyone found a solution to this? I'm using JQuery to implement the ...
4
votes
1answer
629 views

Creating a mobile version of a website

I'm looking to create a mobile version of our website/web app. What's a good way to provide the best, most fully featured version. Part of the reason for creating it is instead of an iPhone app, so ...
4
votes
4answers
2k views

Measuring “real” phone signal strength on a mobile phone

I want to programmatically measure the phone signal strength in a mobile phone. I don't actually care about the mobile phone or the programming environment: It can be based on android or windows ...
4
votes
4answers
249 views

How to get started with mobile development

Now that Nokia will soon ship my pre-ordered n900, I thought I would familiarize myself with mobile development - maemo seems friendly enough for a guy who's done development only on Linux since days ...
4
votes
2answers
114 views

Implementing payments using cellphones

Hey all, I am trying to understand how the mobile payment system works, its all over social networks and games.basically we just submit our phone number and the service sends us a sms ...
4
votes
4answers
2k views

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 ...
4
votes
5answers
312 views

SMS - How to avoid Bankruptcy?

I'm coding a new website that will need users to enter their mobile phone number, the problem I'm facing is that I need to make sure that the user is in fact the owner of (or in this case, has access ...
4
votes
3answers
3k views

RoR + SMS: Rails web app architecture to send/receive SMS?

Q.: What web app architecture works well receiving/sending SMS text messages? By "architecture, I mean specific architecture, not generally, such as MVC. Background: I'm building a web app that ...
3
votes
1answer
145 views

Safari mobile plugin development

Hi! I want to develop a Safari plugin using Xcode or something else, and I want to access hardware functions like the Camera, is that possible? Also, are there any nice tutorials out there for plugin ...
3
votes
2answers
287 views

Appropriate audio format for sound effects on Android phones regarding efficiency

I profiled my programs, and it turned out a large portion of CPU was spent on SoundPool.play(). The game has ~10 sound files, each under 1 second. Currently they are 64kbs variable MP3s. They are ...
3
votes
6answers
302 views
3
votes
1answer
523 views

WordPress Mobile Theme Switcher Without Plugin (User Agent and Cookie)

I found some plugins like WP Mobile Pack, but I want to put together my own very simple theme switcher. (Just don't want any bloat.) I have a regular WordPress theme and I also created a WordPress ...
3
votes
3answers
964 views

extjs apps on iphone

This is an extjs single-page application which works fine in FF, IE, and Safari. There are several problems with viewing or using this extjs app in the iphone. The extjs panels/windows do not ...
3
votes
1answer
471 views

J2me, I need a datamatrix decoder library that is not Zxing

I am writing an application that uses Zxing datamatrix decoder. It is ok for QR but not for datamatrix. It only decodes it if it is code-generated, absolutely clean. But if it is a ...
3
votes
1answer
893 views

Bluetooth client/server communication between computer and mobile phone

I need just a basic example or tutorial of making a mobile phone and a computer communicate via Bluetooth. A good link/website to start from is also appreciated. Server part (computer part) can be ...
3
votes
4answers
1k views

Tables versus divs in mobile websites

I'm totally confused on this matter, some say use tables and others say it's a bad practice to make use of tables and div tags should rather be used. What is the correct way when developing sites for ...
3
votes
6answers
448 views

Mobile Handset Detection

What is a good/accurate way of detecting mobile phone handsets programmatically?
3
votes
1answer
142 views

Google Earth on Android

I have installed the Android Emulator: http://developer.android.com/sdk/index.html I now have it up and running using the eclipse plug in. What I want to do is interface with/open/access google ...
3
votes
2answers
2k views

Which Android app resolutions to support?

I see on the Android SDK pages, it mentions some screen resolutions to expect on Android platforms: Small screen QVGA (240x320), 2.6"-3.0" diagonal Normal screen WQVGA (240x400), 3.2"-3.5" diagonal ...
3
votes
10answers
2k views

cross-platform development for mobile devices [closed]

What language/framework is best worth learning for mobile application development? My specific situation is that I'm very familiar with Java and C++ (I especially love Qt), but have limited experience ...

1 2 3 4 5 8