Tagged Questions
The mobile-programming tag has no wiki summary.
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 ...
4
votes
2answers
684 views
Is OpenGL ES suitable for performing skeletal animations?
I have to start a 3D-Project for mobile platforms. First of all I would like to outline the main aim - skeletal animation. As for the solution I was thinking of OpenGL ES and C++. So the questions ...
4
votes
8answers
3k views
Which is Easier to code: Android App vs iOS App?
I want to improve my coding skills, so I have planned write a Mobile Application.need to choose between Apple's iOS or Google's Android.
my background:
I have done basic programming in ...
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 ...
3
votes
10answers
2k views
Getting started with mobile programming. What is a good platform?
What is a good mobile programming platform to go with for a c++ developer?
Is learning android a good option?
2
votes
3answers
95 views
Python: Repeating function over certain amount of time
I am writing a program that upload files from my nokia cell phone files to the web server which I am already done writing that. But, my program only does his job only one time and what I want is that ...
1
vote
3answers
73 views
MOBILE enable websites
I have couple of websites on php. I want to mobile enable them so they can be seen from a smart phone or iphone. Is there any quick conversion tools for these.
i tried the steps in this site and got ...
1
vote
1answer
730 views
Android ACTION_WEB_SEARCH
I am not able to get the ACTION_WEB_SEARCH to work correctly, does this require any permissions on the AndriodManifest.xml?
This is my code:
String q = edittext.getText().toString();
Intent ...
1
vote
6answers
2k views
How does Google Maps know my position?
I have a nokia 5500 sport mobile phone, and I found after i installed google map, it can automatically locate to my current position.
and I want to know how google map get my position and mark it on ...
1
vote
1answer
291 views
Developing for the Nokia 3120?
I want to develop an application for Nokia 3120. It is said that the developer platform is "Series 40 Developer Platform 1.0" but from the "Series 40 Platform SDKs" page, no SDK Series 40 for Platform ...
0
votes
0answers
30 views
An eror while I use emulator in netbeans project
Well I'm a student and a project is given to me to make a mobile application in just 2 weeks while no one have ever tought me ...
Now I'm reading Beginning J2ME : novice to professional and I copied ...
0
votes
1answer
86 views
Is it possible to have a QR code go to a website AND send a SMS message with the same link?
My boss wants me to fashion a QR code so that when the user scans it, it displays a button that when clicked:
(1) Will take the user to our website.
(2) Will quietly send us a text message.
The ...
0
votes
5answers
251 views
Mobile Programming Basics [closed]
I`m willing to start mobile programming ... I want to know where do I start, which language to use and where to find good tutorials.
Shall I work on Android platform, iPhone platform or Windows ...
0
votes
2answers
610 views
0
votes
3answers
199 views
Mobile Programming for Blackberry, iPod, and Android
I bought an iPod touch 3rd Gen half year ago, and I got recently an iPad WiFi. I also have a Onyx Bold Blackberry.
I don't have a Mac Book or any other apple product of laptop.
As a programmer, I ...
0
votes
1answer
123 views
Getting started with web development for mobile applications, suggestions?
I made a very simple site with PHP+MySQL that let's users add professors to a database and post comments.
I want to use a framework like Sencha to make my website 'mobile friendly'. Thing is, I'm ...
0
votes
1answer
399 views
java me lwuit : string does not fit on screen
i am using sun's lwuit library for making my user interface in java me.
i have a string containing newline characters. this is what i do:
String str = "lfjsdfsdfdkf\nsfljl\nsdfj";
TextArea box = new ...
-1
votes
1answer
550 views
App to dial a number in nokia phone using C# [closed]
Possible Duplicate:
Dial mobile phone via C# program
I have nokia phone connected to the computer through USB. Now I want to create an application which can dial the number in this nokia ...
-1
votes
1answer
891 views
C# application to connect to a mobile application using bluetooth
I`m asking this question again as I got no answer for about a week now ...
I want to know how to write a C# desktop application that can connect to the mobile version of the same application (that I ...