|
Hey Richard you certainly are good at providing those Google links to every reply lol 
|
|
|
|
|
In the rather vain hope that people like the OP will learn to do it for themselves.
|
|
|
|
|
There is no single unified IDE for both mobile platforms unless you are considering cross platform development. In which case I would highly recommend Xamarin. A good introductory article (written by me) can be found here Introduction to Xamarin.Android[^]
|
|
|
|
|
|
I have used phonegap for a few applications i wanted to develop. Although i was able to achieve the desired results however it is a bit complicated and needs patience while you work on it.
|
|
|
|
|
Hi
Try Telerik Platform (http://www.telerik.com/[^]),that support Andriod,IOS and window Phone in single development,but u need to buy that tool.You can try in 30 days trial,if ok then u buy it.
Regards
Aravind
|
|
|
|
|
How i can download from ftp server specific file in Windows Mobile (C#).I Have ftp link,username and password. i want only download. I dont want use non standart compenents. (OpenNETCF dll returned error codes)
|
|
|
|
|
I'm not overly familiar with Windows Mobile but to my knowledge there aren't any native FTP clients. You can of course write your own if you don't want to use a third-party component. I wrote my own FTP client a while ago when I needed an FTP client for my .NET applications.
Here's a link to the code on Github.
https://github.com/DomBurf/FTPManager[^]
|
|
|
|
|
Good day friends. I want to start writing applications that can run on nokia mobile phones irrespective of the os and I don't know where to get the software because i have searched and couldn't found any. Please does anyone know where i can download it from? Thanks in advance.
|
|
|
|
|
Otekpo Emmanuel wrote: run on nokia mobile phones irrespective of the os Most mobile applications are OS specific so it will probably not be possible. Nokia have their own development API which you can find on their website.
|
|
|
|
|
You can use PHONEGAP it is the technology which helps to obtain the cross platform applications. Means one application will run on every device irrespective to the O.S.
|
|
|
|
|
Hello
I work VisualStudio 2008
I must create a simple Console Mobile application To :
- Launch the App with a command line
- Send a string on BlueTooth to a distant terminal
- Wait Answer on BlueTooth
The difficult part for me is to find some example and what I have to Set-Up to create the BlueTooth communication (No problem to create a Mobile .NET App)
Thanks for your Help
|
|
|
|
|
You already asked this in Q&A and I gave you some suggestions. Please post in one place only.
|
|
|
|
|
Ok
I think that you don't really understand what I'm talking about and that your best suggestion is please go to google.
If you are more clever than me to search on Google you can maybe help me to find a real pertinent link talking about Bluetooth on .NET compact Framework and Visual Studio 2008
Do you find some ?
|
|
|
|
|
Hi All
I am new to webservice and this is my first project with C#.net and handheld device.Things I have done so far are very simple
1.Created a webservice.
2.Attached web reference to smart device app .
3.Deploy the simple app with a button and a label on it at windows CE hand held device.
PROBLEM
When i try to call it from the handheld device it says i cannot call it as its a webmethod .
What I understand after searching about this is i am missing some web.config settings and how to call the PDA config
please if anyone can tell me how can I do this ?
Regards
|
|
|
|
|
Are you able to view the web service endpoint (WSDL) on the device? You should be able to open this up in a browser. This should indicate whether or not you have correctly configured and deployed the web service.
What error are you seeing? I'd need more information before helping you further.
|
|
|
|
|
Sorry for the pseudo-spam post... but just wanted to let everyone in the Mobile forums know that we're currently hosting an Android Tutorial Contest[^] and there are $10,000 in prizes up for grabs!
We're challenging you to compete with fellow members to write short, simple, and clear articles on a series of beginner Android development topics. Three new topics (for a total of 12) will be released during different rounds throughout the contest. Head over to the contest page today to learn how to enter and then get writing.
Android Tutorial Contest Page[^]
Thanks!
|
|
|
|
|
More info here
I already have a Dev Preview and the only problem found is battery drain.
--
Christian Amado
Software Engineer | MCPD: Windows Phone Developer | MCTS: Silverlight Developer
Please mark as answer, if helped you.
|
|
|
|
|
|
So, where I put this type of Thread? There isn't a Windows Phone section.
--
Christian Amado
Software Engineer | MCPD: Windows Phone Developer | MCTS: Silverlight Developer
Please mark as answer, if helped you.
|
|
|
|
|
The Lounge. These forums are for technical questions as it says in the link I gave you.
|
|
|
|
|
Ok, sorry for my mistake. Thanks.
--
Christian Amado
Software Engineer | MCPD: Windows Phone Developer | MCTS: Silverlight Developer
Please mark as answer, if helped you.
|
|
|
|
|
Hi..Buddy.
How to enable the mobile web forms in Visual Studio 2010...?
mAd
|
|
|
|
|
|
i am working in windows phone 8 platform. in this app i have backgroundworker class which tracks location and sends to server in the form of json regularly on 5 min interval . when the device is in foreground the background class works absolutely fine . then when this app is send in background the backgroundworker class works but the data is not send on to server showing network issues . i have tried to use httpclient and webclient still it is nott working. i have also worked with bacgroundtransferservice , in this local file path is asked as i am sending json to server hence i couldnot allcate the local path for it.
please reply
Binay kumar prasad
|
|
|
|