Does the fact that different mobile platforms can use similar languages implies that you can reuse classes between these platform ? For example c++ code on iOS, Android and Symbian devices. Or is there some other things to take into account, libraries, etc. ?
In the same spirit would it be possible to share C# code between iOS, Android ...
Hi All,
I've got a problem to publish my Android Application.
here's what i've done,
so I have my application run on development environment (eclipse - testing using device),
then i do right click on my project folder - android tools - export signed application package, then i create new key store and add my information there, then i...
As the title suggests, I would like to create a mobile app that runs in the background and catches "incoming call" events. Moreover I would like to use a Cross-Platform Development Tool to do this.
I looked at three tools: PhoneGap, Rhomobile and Appcelerator. But I couldn't find any documentation or examples that suggest they support s...
I'm building a mobile web application for an existing site that implements facebook connect. After looking at the facebook documentation, it looks like there are currently two SDKs to achieve mobile web integration: python and php. However there also seems to be a third option that is no longer supported sdk that uses javascript. How do ...
Most of the time I write code for embedded modules or small programs on my computer to analyze data that said code generates. Now I've been asked to prototype a mobile application to analyze/display that data instead. I have no (6-year old CS101) experience with either of the popular languages (Obj-C/Java?), let alone with any of the A...
I am using navigation based approach. In RootViewController, I got a detailViewController. I want to control detailViewController from RootViewController. I tried Something like that.
in RootViewController.h
@interface RootViewController : UITableViewController{
PlayerListView *detailViewController;
}
in RootViewController.m
- (v...
i want to design the mobile version of my website
do you know if there's a 'best practice' resolution (width, height)?
...
how can i detect if someone visits my website using safari or iexplorer via their mobiles?
i think the answer may be using the USER_AGENT variable, but i'm not really sure, so if you have a better idea or already a code running it would be just great to share :)
...
Lately I've been doing a lot of web development on my Droid via ssh using the ConnectBot app and a few other apps for reference. I've also been doing a lot of Android development back home in eclipse, and I wondered: would it be possible to develop and test my android projects right on my phone? All I can do at the moment is either wri...
I have an image that has a fairly large shadow around it and its background is transparent. I have saved it as a PNG file from photoshop and am using it in an ImageView through xml. This results in the shadow having a banding effect and just doesn't look nice. Not too sure what to do...
...
hello,
im trying to work out the best way to have my site dynamicly transcode and stream video files to users who are mostly on mobile devices, site is php/mysql based and running on a windows 2003 server which i have full access to, any ideas how best to do this - id rather not need to transcode videos on upload if possible
...
Hi, i have developed a php mysql website and now i want to access this website via my mobile.
What are the requirements for achieving this ?
As far as i know, i need to have an internet connection in my mobile...
Whatelse are needed to achieve this ?
Please specify...
...
I was wondering how to embed a video on a webpage to have it compatible with mobile devices. I am kinda new to the whole mobileweb. So I set up some testing pages and tried them out with some devices of my friends. Flash is obviously not the way to go. Embed tag neither. html5 video tag neither. I also tried to nest them for fallback com...
I have run into a difficult situation.
I do not want to do my development based on an emulator, so I want to be able to have my phone (Android), to connect to my local PC to make sure what I am developing comes out the way I want it to.
Issue #1 - I need to be able to connect to my network, not internet, I can't have my PC internet fac...
I have to redesign a website that relies heavily on tables and I can't find a good way to display them, I'm mostly interested in displaying the tables correctly on Blackberry, iPhone and Android.
...
How to I embedd/link sound and video inside a mobile site (should target "all" mobiles with support for video and sound?
What formats should I target?
...
We are looking for a geo-location service that can also identify the mobile carrier of mobile phones.
What are the available services that offer this functionality?
We would prefer a java API, but can probably make do with other implementations if necessary.
...
I've been doing some usability testing on a website I'm developing, using an Android phone and an iPod touch. In both cases, when entering a numeric field (time, distance in metres, etc) I have to take a manual step to change the keyboard layout to show digits. As the app will only accept numeric values in the textbox, I'd like to save...
I am trying to create a mobile website and want to be able to play/stream audio files.I have tried html5's audio tag and tried testing it on opera mobile 10 simulator but it does not work. I have lots of audio files and the audio should be auto played.
sidenote:
Also, i need to test my website for android and iphone mobile phones. I a...
Hi,
I am trying to get an iphone webapp that uses ajax to work.
I have developed the code using the latest Windows 7 version of safari and it works fine. The same code does not work in Safari Mobile for iOS 4...
$.ajax({
dataType: 'jsonp',
data: "somedata=34",
jsonp: 'jsonp_callback',
url: 'http://www.siteName/dl.php...