Questions tagged [mobile-phones]

A portable device that is used to send and receive telephone calls and text messages. Most also have the ability to store and run apps.

A portable device with many possible functions:

  • send and receive telephone calls
  • send and receive text messages
  • send and receive emails
  • record and store pictures/video
  • store and run apps
362 questions
576
votes
7 answers

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 devices. There's only one thing I still haven't figured out: how can I trigger a phone call through the click of text? Is there a special URL I could enter like the mailto: tag for emails? Device specific…
Frederic Morin
  • 8,733
  • 4
  • 28
  • 27
147
votes
10 answers

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 specialized in mobile advertising?
Cory
  • 1,611
  • 2
  • 12
  • 9
62
votes
9 answers

Blocking device rotation on mobile web pages

Is it possible to detect on my page, for example using Javascript, when user visit it using mobile device in portrait mode, and stop orientation changing when user rotate its phone to landscape? There is game on my page, optimized for portrait…
qqryq
  • 1,814
  • 3
  • 18
  • 20
39
votes
4 answers

Is there any information database which lists all of the mobile devices and specifications?

Is there any opensource projects or sites which provide the lists of all the mobile devices and specifications?
Sarath
  • 9,030
  • 11
  • 51
  • 84
38
votes
4 answers

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 have updated my answer to point out the right…
naugtur
  • 16,827
  • 5
  • 70
  • 113
33
votes
2 answers

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?
juan
  • 80,295
  • 52
  • 162
  • 195
28
votes
7 answers

how to download apk files from android market to pc?

Is it possible to download the android .apk application from the android market to our pc?
Kris Rajkumar
  • 419
  • 1
  • 7
  • 14
25
votes
7 answers

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 = pos.coords.longitude; }, function(){ /* Handler if location…
Maciek
  • 3,322
  • 6
  • 28
  • 35
20
votes
7 answers

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 wondering if there's any way to develop custom…
juckobee
  • 1,239
  • 1
  • 12
  • 20
20
votes
7 answers

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 am using to django build my project. I have…
Nanda Kishore
  • 2,789
  • 5
  • 38
  • 61
20
votes
8 answers

How to connect to a localhost Rails site via mobile device locally?

I have a Rails site that I'm developing on localhost Ubuntu and I have a mobile. My site is running on http://localhost:3000. I want to access this directly via my mobile browser not going through the internet. Is there any way to access it via WiFi…
millisami
  • 9,931
  • 15
  • 70
  • 112
20
votes
18 answers

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?
Brian R. Bondy
  • 339,232
  • 124
  • 596
  • 636
18
votes
12 answers

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 is a cell phone or landline.) I found a few…
MikeN
  • 45,039
  • 49
  • 151
  • 227
17
votes
6 answers

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

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? Also, what are valid answers to these questions?
mkoryak
  • 57,086
  • 61
  • 201
  • 257
17
votes
8 answers

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.
Asaf R
  • 6,880
  • 9
  • 47
  • 69
1
2 3
24 25