Tagged Questions

1
vote
2answers
71 views

Android id naming convention: lower case with underscore vs. camel case

Hi, I'm currently programming an application for the Android. Now what I found out is that you cannot place resource objects, say, an image in the drawable folder and name it like "myTestImage.jpg". …
0
votes
1answer
39 views

Android OnLongClickListener not firing on MapView

Hi, I just registered an OnLongClickListener on my my MapView on an Android app I'm currently writing. For some reason however the onLongClick event doesn't fire. Here's what I've written so far: …
0
votes
1answer
60 views

What are the latest tools for mobile development - iPhone/Android/etc…

Looking for write once deploy across multiple platforms, is there such a thing? Also looking for an tools that would help speed up mobile development, OSX/Linux based preferred.
0
votes
2answers
54 views

Facebook connect via blackberry app

i m developing a blackberry app which requires facebook login. can i login to facebook via my app without stopping the app in the middle. means can i login to facebook in parallel with my application, …
0
votes
2answers
51 views

Determining Smartphone / Non-Smartphone for php

It seems like facebook has this mastered, I've checked a bit into WURFL but this seems like an extremely expensive process. I've also checked out: url link. While it has a good list of user agents, …
0
votes
2answers
79 views

Converting from a text field to an numeric in Android

If I have an EditText component on my screen that I have specified inputType="decimal" for (i.e. a numeric/decimal field), what is the best way to convert it to an decimal value in the application …
1
vote
2answers
82 views

Working with contact list in Symbian and WindowsMobile in a nutshell

I've never developing anything for mobile platforms yet. But now I need an app, that can perform basic read/write/update operations with contact list. It should work in Symbian and WinMobile, but …
7
votes
4answers
717 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 …
3
votes
3answers
239 views

.Net vs Java for mobile development. What’s your take?

Hi there, I am developing mobile apps for some time in .NET and I was always wondering if the grass is greener on the other side (Java). Thus, I would like to ask your opinion about which one you …
3
votes
6answers
593 views

Large XML file, XmlDocument not feasible but need to be able to search

I am struggling with a sensible logic loop for stripping out nodes from an XML file too large to use with XPath supporting .NET classes. I am attempting to replace the single line of code I had (that …
0
votes
3answers
65 views

Open source Mobile Applications Development tools

Besides Java's J2ME are there other open source development tools for mobile applications.
0
votes
4answers
1k views

Symbian C++ - Load and display image from .mbm file

I have a .mbm file that I copy to my device using this line in the .pkg file "$(EPOCROOT)epoc32\data\z\resource\apps\MyApp.mbm" -"!:\resource\apps\MyApp.mbm" Then in the draw function of my …