Palm Pre on Device Anywhere
I have developed a simple application for palm webOS. Now I have the ipk file with me, but I want to test it using Device Anywhere. Is there any way by which I can install my app in their Palm Pre? ...
I have developed a simple application for palm webOS. Now I have the ipk file with me, but I want to test it using Device Anywhere. Is there any way by which I can install my app in their Palm Pre? ...
I am interested in getting my feet wet in PDA/mobile development. The only two drivers for me are the drive to learn cool (or at least, new) stuff, and may be to code some app that I felt I really needed but lacked. As such, I would like to know what the comparative benefits/downsides would be for me as a developer in choosing one of t...
I have the following XML, returned from a web service (5 extra points for guessing the movie): <ArrayOfSub xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tempuri.org/"> <Sub> <SubId>862</SubId> <SubStreamId>1</SubStreamId> <SubTimeStart>00:01:04.4450000</...
I have some measure of web development experience (not my main skill, but I am pretty good with the basics) What I'm sorely lacking is knowledge of and experience with modern JS frameworks (Prototype, jQuery, YUI, whatnot). I'd like to play with them (all eventually but need to start with one). Here's the problem: I'm very interested i...
Are there any podcasts for WebOS (Palm Mojo) development? ...
The book Palm webOS -- The Insider's Guide to Developing Applications in JavaScript using the Palm Mojo Framework by O'Reilly was published in July, well before the Palm Pre was released, meaning that the authors used an early pre-release version of the OS. This leads me to wonder if the information is current enough. Does anyone have ...
There's a lot of mobile platforms out there at the moment; iPhone, Android, WebOS, Symbian. If creating a startup for mobile development (i.e. as a commercial endeavour, not a hobby), which mobile platform is worth focusing on? ...
Has anyone successfully developed a "native" Palm WebOS app using GWT? How do you setup your development environment and how did you interface with the mojo framework? I was thinking one setup might be to create 2 projects: a GWT & a Palm OS project. Setup your build to copy the results from you GWT compile into the Palm OS project. Pro...
I'm finishing up my first app on the Palm Pre for a client. During testing I was sad to discover that the sounds, which work fine on my palm, won't play at all on my client's device. I'm playing sound like so: this.objAudioPlayer = new Audio(); this.objAudioPlayer.src = Mojo.appPath + 'sounds/'+'RID_SND_GAME.mp3'; this.objAudioPl...
With the release of the Closure compiler, I was hoping to see if there was a difference in memory usage between a js file using the compiler and one which had not. In particular, on a mobile platform like Palm's WebOS, the very limited amount of memory available means that every little bit will help. EDIT: I should point out that d8 i...
how to know the phone call status or any event for handling end call in WebOS ...
how to handle end of the call.my application needs to detect end of the call and i want to lunch my application when call end ...
how to detect text html textfield focus in webos ...
set value dynamically to the integerpicker send me the code ...
When I press a button I want to play audio object. Would you be able to give me some advice how to achieve that ? ...
i want to detect the textfield and intergerpicker having the focus or not ...
increse the textfield width in webos i don't know how to set userdefind txtfield width ...
How can I implement DoubleTap event and SingleTap event separately in webOS ? ...
push scene by tapping on image. i am using one image when i am tap that image i want to push the new scene. it is not working. is there any way to push the scene when tap on image controle it showing error : Cannot call method 'pushScene' of undefined ...
I once had a problem where Safari for iPhone would add phone links to my HTML. This would break my code because it depended on the text value of <div id="DontTouchMyHTML">. Before: <div id="DontTouchMyHTML">8211812</div> After: <div id="DontTouchMyHTML"><a href="tel:8211812">8211812</a></div> So i added the magical meta fix for IE...