20
votes
15answers
2k views
Programmatic SMS
What is the best way to programmatically send an SMS text message?
Are there any free Web Service based SMS gateways?
I know that if I happen to know the user's carrier (Sprint, AT&T, etc), …
15
votes
16answers
2k views
What does iPhone OS 3.0 need from a programming perspective?
iPhone OS 3.0 is being announced and previewed next week (March 17).
We all know the feature set users want. Copy/paste, MMS, Flash on iPhone, etc.
We'll see about those.
What I'm interested in …
14
votes
15answers
1k views
Windows Mobile Development - Where to begin?
Okay, I will shortly be starting down the path of windows mobile development. I know nothing about the subject really and I am looking for people with experience to let me know of any gottchas you may …
13
votes
5answers
1k views
Creating a mini-site in ASP.NET that works on Blackberry, Windows Mobile, and iPhone
I'm working on an ASP.NET website which targets desktop browsers. We want to enable an optional mobile view (e.g. http://m.sample.com) which will offer a few simple pages which will be mostly text. …
12
votes
8answers
2k views
blackberry versus iphone development
For those of you who know/experienced both blackberry and iphone development, which platform did you prefer and why?
I'm looking for things like debugging ability, api stability, UI development, …
9
votes
5answers
264 views
Good ways to earn income as a self employed developer
I was just wondering if people could share their experiences and ideas about generating / earning income from a software product or service they have personally developed.
To me this seems like a …
9
votes
16answers
723 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. …
9
votes
11answers
2k views
Standard way to detect mobile browsers in a web application based on the http request
We are beginning to go down the path of mobile browser support for an enterprise e-commerce webapp (Java/Servlet based). Of course there are many decisions to be made, but it seems to me the …
9
votes
11answers
889 views
What work has been done on cross-platform mobile development?
Have any well-documented or open source projects targeted iPhone, Blackberry, and Android? Are there other platforms which are better-suited to such an endeavor? Note that I am particularly asking …
8
votes
10answers
796 views
Java ME UI libraries
Guys, I'm developing a Java ME app & need pointers to some really good UI libraries. I did see a few such as JavaME Polish. Are there any more out there? For e.g. ebuddy's java ME app has an …
7
votes
7answers
314 views
How do you write for *all* phones/mobile devices simultaneously?
We create non-game programs that run on mobile devices; iPhones, Windows Mobile, Android, Palm WebOS and the like. Our main program is written in C# for Windows Mobile and we've been asked to port it …
7
votes
2answers
125 views
Mobile Development barrier to entry.
I'm looking at making some mobile apps in my spare time and I want to be able to put them up online for anyone to use (and probably open-source). I've worked with PyS60 a while ago and I really liked …
7
votes
1answer
180 views
How can I fire an event when or before the phone rings?
On blackberries, are there any exposed events that you can hook into that occur just before and after the phone rings?
e.g. could you override the ring setting on the fly and NOT have it ring if the …
7
votes
4answers
694 views
What are the differences between T-Mobile G1 (branded HTC Dream) and Google’s ADP1 (device for developers)?
I was searching the internet but could not find a site comparing the two. I'm interested in developing for the android platform. G1 seems to be just the same as ADP1, but is there any small changes …
7
votes
7answers
1k views
Logging in J2ME
Hi,
What logging solutions exist for j2me?
I'm specifically interested in easily excluding logging for "release" version, to have a smaller package & memory footprint.
