Tagged Questions

3
votes
6answers
725 views

Mobile development decision - Future wise (Iphone,android,symbian)

I would like to learn mobile development, but I'm not sure which category would be the most cost effective one. I know it's kind of a prophecy question, but anyhow, suggestions would be welcomed. ...
1
vote
1answer
110 views

Mosync: Why wont this display my Layout

I am delving into Layouts & trying to understand how they work. Is a Layout anything like a JPanel in Java Swing? Ie, where we declare a main panel & add all out widgets to that? One thing I ...
1
vote
1answer
168 views

Mosync: Detecting Pointer/Clicks

I am trying to detect when a Label is clicked/pointed/hit. I come from programming in Win32 C++ & Java Swing and I know both take different approaches to how you register for event/input. I have ...
0
votes
4answers
4k 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 ...