What are the pros and cons of various Flash 3D engines with regards to performance on mobile devices? Which do you prefer -- which have you tried (examples of apps developed) implementing on mobile devices?
...
I know how to rotate a BlackBerry Bitmap image an arbitrary angle with drawTexturePath. But, The Rotation Anchor is at the top-top left of the image. How do I move the Anchor to the center of the image?
This code uses Graphics.drawTexturedPath to rotate around top-left corner:
int[] x = new int[] {0, width, width, 0};
int[] y = new i...
I don't know if this is even possible or what to Google to find it, but like you can add:
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
And it will make it so you can't scroll side to side, only up and down. Is there a way to make it so it doesn't do that overscroll effect...
I am designing a website and testing it on my LG VX8360 cell phone running Openwave Mobile Browser 6.2.3.2. Many things didn't look right on my site, and I noticed that the browser is not properly handling CSS child selectors or descendant selectors. I made a page like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
Hi, (C# / WindowsMobile 6)
Let's take an application with 3 STATIC forms: Form1, Form2, Form3, where Form1 opens Form2 by calling Form2.Show(), and Form2 does the same with Form3. Form2 and Form3 have a "Exit" button, that just hides the form (not "close", just hide).
So, we execute these steps:
open the application;
go to Form2, by ...
Hi,
If i use
allNetworksInfo = connectivityManager.getAllNetworkInfo();
it will display
type :MOBILE subtype :UNKNOWN state :UNKNOWN isAvailable :false
type :WIFI subtype : state :DISCONNECTED isAvailable :true
type :MOBILE subtype :3G state :CONNECTED isAvailable :true
But if i use
mobileNetworkInfo = connectivityManager.getNe...
I'm creating a Qt Symbian application and need to connect to internet. In some way I need to let the user choose a connection ONCE when the app starts or use the DEFAULT connection if that is enabled.
Before I just used qt_SetDefaultIap() to set the connection on start. It worked perfect but now I need to use QtMobility instead. I have ...
Built in Appcelerator
I am not sure if this is a bug or just bad code however, I have 5 tabs. The 5th window hides the tabgroup.
I have a on click event on the 5th window to set the active tab to the 2nd (index 1)
What's happening is, it's switching to the correct tab, but if I press another button both stay highlighted. One has the b...
I am trying to create a mobile version of a web application using VS2010 (.Net 3.5, not 4). When I search for information on ASP.net mobile I see a lot of references to mobile controls that adapt their HTML to the specific device requesting the page. Since I would like this app to be viewable on as many as devices as possible, it seems...
I am working on a mobile app on the Android platform (and going forward for the iPhone) and am evaluating the Flurry Analytics and Google Analytics platforms for the app. Both platforms have SDKs for the Android and the iPhone and seem very similar in most ways.
Do any of you have experience with both or either and would you recommend ...
Hi
is it possible to launch a app from another mobile app Also from native app? The requirement is for all the mobile devices.
Thanks in advance,
sri
...
Hello,
I have been developing a BlackBerry application for about 7 months, and I have started to do a lot of testing.
Does anyone have any advice on the best way to test my application on different BlackBerry devices (without having to purchase them)? I have the BlackBerry Tour and the BlackBerry Storm, but I can only have my Verizon n...
which protocol would be the best choice for the communication between server and mobile client app??
RESTful? SOAP? XML-RPC? or something else like Native TCP?
mobile clients include iphone, android.
...
I'm using .net 2.0 compact framework compiling for pocket PDAs. I need to determine how long the mouse (stylus) has been held down for.
To do this I capture the WM_LBUTTONDOWN and WM_LBUTTONUP messages and record the time that i received them.
Then simply put WM_LBUTTONUP time - WM_LBUTTONDOWN time should be about how long it was held do...
What's Operating System is using the Samsung Mobile "corby beat gt-m3710"? in some places says it's using an app for Bada OS and it will the first phone using it, but there's nothing clear.
...
Hi, we are trying to publish a free magazine with technical articles, papers and tutorials about mobile development. We decided to use latex instead of, ie. InDesign . Can anyone recommend some latex templates for journal/magazines as a starting point, so we don't have to build from scratch? Thanks
...
Does anyone have a script (or know if it is possible) to detect bluetooth via a webpage (without knowing beforehand if the device viewing the page has bluetooth).
What I'd like to do is check for bluetooth and poll for nearby devices.
Can this be done? Or could it be done if you knew what device someone was using? ie. is it OS dependen...
Using the Interop.WMPLib.dll to play mp3 files on Windows Mobile 6.x, but I can't get the GC to cleanly dispose of itself. I need to play a short mp3 (20-30 seconds) every 5 minutes for a long-running app (one hour or more), so I cannot afford to not have the GC dispose of the lib correctly. One solution was discussed on SO (http://stack...
I am trying to develop a mobile version of my web application and I am having trouble getting it to look good on multiple browsers. I figure if I use some device capability detection I can dynamically generate widths and font-sizes based on a particular devices screen size. The problem is that it seems like a mobile browser doesn't tre...
Hello friends I'm appearing for BE final year in Information technology.. I wants idea for Mobile networking technology projects. . any innovative ideas. might help me.
Project Duration is : 8 Months.
Team of 3 members.
...