I am work on smartApplication, Here when am trying to connect to my SQL Server CE 2005 database, I get the exception
The path is not valid. Check the directory for the database. [ Path = D:\SmartProject\DBFile.sdf ]
My connection string is
Data Source=D:\SmartProject\DBFile.sdf;Password=test123
and the code to connect is like
stri...
Am working on smartphone application. Here I have a combobox which loads when the value of another combo gets changed.
private void cmbTreatmentType_SelectedIndexChanged(object sender, EventArgs e)
{
MasterData lData = new MasterData();
cmbTreatmentCategory.DataSource = lData.GetTreatmentCategories((int)cmbTreatmentType.Select...
3 years from now, what will be the platform that will work in all smartphones and tablets, including but not limited to iOS, Android, RIM, Symbian, WebOS? Will it be Android, or MeeGo? And why.
...
Am working on smartphone application. And Developing through Emulator (USA Windows Mobile 5.0 Pocket PC R2 Emulator).
But after Cradle Windows Mobile Device Center does not connect with Emulator. But it was connecting three days ago. After that I do not know why its not connecting...
Its get connected with device but not with emulato...
Dear stackies,
before publishing a new app on the market, on which devices would you suggest to check whether it runs fine or not? What are your experiences? How do you handle this?
Are there some empirical values, for example, do applications that run smoothly on a HTC Desire behave similar on all HTC devices? Are there some devices o...
Hi all,
I'm looking to see what JavaScript Frameworks exist for the creation of Smartphone websites and what your experiences with them have been?
Similar to the work in progress jQuery Mobile (http://jquerymobile.com/)
Thanks,
Denis
...
Hi, I have been using the masked input plugin for jQuery for a long time.
http://digitalbush.com/projects/masked-input-plugin/
I never had any issues with the plugin until yesterday I got a support ticket regarding the plugin behaving erratically on the Driod phone.
e.g.
When the user tries to enter the phone number (123)345-9646 in ...
I have a smarthone application for controlling a device via Bluetooth. I'm now looking for a way to use the app on Windows XP/7 too. Any ideas if this is possible without too much modifications to the code? Especially i'd like to know the following:
1.) Is there a readily available smartphone emulator that can be deployed on Windows XP/...
When developing for mobile applications I want to target multi platforms, thus, i found that Rhodes Framework allows to code "a single application that works on all major smartphones".
As it's a ruby framework and I'm not a ruby programmer, I want to know if it's worth it !
Is Rhodes working well in a production enviroment
what custo...
I build a website for phones like android and iphone,when users are visiting my site,is it possible for me to invoke some system build in activities like Dialer or SMS)?
I want to implement this cause I hope when user click the link with phone number,I can start to call directly.
***Edit********
I think it is possible cause in android...
I'm an emacs user considering getting a smartphone. I notice that a lot of the phone keyboards don't have extended keyboard keys (I mean thinks like ctr and esc). What editors do you smartphone people use if you have to connect to the server by ssh and do an emergency repair? I was thinking VI would be a good choice since you mostly just...
I want to know what operating system NOKIA smart-phones use? Which programming language is used to write it and is it possible to do kernel level programming for these systems? Can we use C codes to change the system software? Libraries are available or not? I have never coded for mobile phones. So if possible give me a link to the page...
Hi,
I am developing a live video streaming application on Nokia N97. I have video and audio buffer in H.263 and AMR format respectively (from live camera source) and want to stream these to some sever that can broadcast it with RTSP. That RTSP broadcast server will be on internet. I need to know which RTSP servers can do this job that c...
Hi Friends, I am looking for a book on jQTouch that teaches developing web application for Smartphones. I have found one on Amazon:
http://www.amazon.com/Beginning-Web-Development-Smartphones-Applications/dp/1453831053/ref=tmm_pap_title_0?ie=UTF8&qid=1284780488&sr=8-2
Has anybody tried this book?
Thanks
...
I want to develop web applications for smartphones using jQTouch. For server side scripting, I prefer PHP and MySQL database server for back end persistence.
Is there any book that helps in learning how to develop a web application for smartphones using PHP, MySQL and jQTouch?
...
I want to develop web application for Smartphones using PHP, MySQL and jQTouch. Any help?
Thanks in advance
...
I've always been thinking it's not supported until yesterday I login to gmail in my phone.
I can see hints in red if I forget to input password.
If javascript is not supported,how's that implemented?
...
I am trying to bind a Generic List collection of type string to dataGrid instance and always the data grid displays column titled with length and list the length of each element not the elemnt it self
I am developing Device Application (smartphone application ) using Windows mobile SDK Professional edition and Visual Studio 2008 SP1 prof...
Hello,
I have an Android app and some company is interested in using part of it and rebranding it for its customers. One of the options would involve licensing the code to them for use in this specific case.
Would you recommend doing that as a good option?
What is the cost of licensing code in comparison to the cost of the original dev...
Hello everybody,
what does the relation between a Web frontend and a smartphone App with identical feature sets look like regarding the development effort? Are there any specific differences regarding the development effort between Apps of different smartphone platforms (iOS, symbian OS, Android, etc.) ignoring training time? A general ...