 |
|
 |
When posting your question please:- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode HTML tags when pasting" checkbox before pasting anything inside the PRE block, and make sure "Ignore HTML tags in this message" check box is unchecked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question in one forum from another, unrelated forum (such as the lounge). It will be deleted.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers,
Chris Maunder
The Code Project Co-fou
|
|
|
|
 |
|
 |
I have a friend who sells various paper specifications to a very specific market.
He's now thinking of delivering this same content to Android or iPhone users.
He has all sorts of requirements around payment and copyright and is wanting some broad-brush advice on what's required, how long it might take, etc.
My question is "What online resources do you know of that might assist me in providing him with such advice?".
FWIW, this is not paid work for me or for him.
Many thx.
|
|
|
|
 |
|
 |
My advice is to ask the question about if its worth it, money wise.
You cannot develop iPhone on anything but a Mac (not properly anyway) but you can develop Android on a Mac using Eclipse or MOTODev. So my advice would be to use a Mac.
You'll also need to pay Apple and Google ~$100 each for developer licenses.
You'll also need some devices to test on.
Do the sums and if the answer is still yes...
No online resource will be able to provide you with such advice, only experience will tell you. Unless you know his exact requirements its like asking how long is a piece of string.
If I was to relate mobile development to say WPF I'd say it'll take about the same time plus learning curve. If you already have Java and Objective C experience, the curve isn't great. If you don't, I'd add min 2 months.
"You get that on the big jobs."
|
|
|
|
 |
|
 |
i am able to block incoming calls but problems it rings for fraction of seconds before disconnection of time how can i directly disconnect phone without single ringing
|
|
|
|
 |
|
 |
This question was already posted in Q&A[^]; please post in one location only.
0100000101101110011001000111001011101001
|
|
|
|
 |
|
 |
Message Automatically Removed
|
|
|
|
 |
|
 |
Message Automatically Removed
|
|
|
|
 |
|
 |
Message Automatically Removed
|
|
|
|
 |
|
 |
I want to do apps of ios in windows 7 os. as Im not having mac pc. Please give me details or easy steps of intsallation.
|
|
|
|
 |
|
 |
You need a simulator first - try this[^] out.
|
|
|
|
 |
|
 |
The note at the bottom mentions it's not an actual iPhone simulator, just a safari simulator.
So it's fine for testing mobile websites, but not actual apps.
|
|
|
|
 |
|
 |
Hey Guys,
I want to create a simple app for my Windows phone to open a remote connection to my Desktop Computer.
Is there any good article or suggestion on how I can do this? anything that can help to get me started.
Thanks
|
|
|
|
 |
|
 |
Windows Mobile devices do come with remote desktop, so you should not really need to build an application.
See this tutorial[^] that explains how to use Remote Desktop.
|
|
|
|
 |
|
 |
Windows Mobile does, Windows Phone 7 does not.
|
|
|
|
 |
|
 |
Windows Phone 7 does not have native RDP support.
Your best bet is to start from the official protocol specification in the MSDN[^].
Unfortunately implementing the whole protocol is not a trivial task even if you want to implement only basic functionality (i.e. graphic and mouse).
|
|
|
|
 |
|
 |
Hey,
Thanks for the link.
Do you have any links to tutorials using this protocol?
Thanks.
|
|
|
|
 |
|
 |
Hi All,
I am new to Xna.I have to move the plane manually on some points and as the User Hits the Plane,then the plane will move on curve path drawn by the user.I am using Farseer Physics Engine For my game.I am having problem in drawing the curved path.Please suggest me any solution with example.Thanks in advance.
|
|
|
|
 |
|
 |
Can any one suggest a good chat application architecture?
|
|
|
|
 |
|
 |
Is there a way i can get the address of a mobile when on GSM network? My application will contact the server, now when it is on wi-fi then it easily gets the ip-address but when i am on EDGE/3G then i am unable to get it.
Is there a way to get the ip-address when on network in IPhone [xcode]
|
|
|
|
 |
|
 |
Is auto answering with custom voice message possible in android? In a forum someone had posted that direct access
to "acceptCall" and "hangup" methods is not possible. Please clarify if anyone have idea about this .
|
|
|
|
 |
|
 |
Hi there,
I'm thinking about making my own type of Siri-like app but supplying a different voice.
Even if it's not as comprehensive as Siri, I'm thinking about it as an interesting side project.
Is there anything out there like dev libraries or products anyone would suggest to help with the development?
Thanks,
John
modified 30 Jan '12.
|
|
|
|
 |
|
 |
Hi,
I want to develop mobile web pages that can run on any mobile/smartphone. How can I do that using Visual Studio 2008?
PS: I will also need to link it to a DB since it'll be a mobile shopping website.
|
|
|
|
 |
|
 |
I already posted a suggestion here[^], a little more research should lead you to the peculiarities of mobile enabled web pages.
Unrequited desire is character building. OriginalGriff
I'm sitting here giving you a standing ovation - Len Goodman
|
|
|
|
 |
|
 |
Hi, i want compress a string in android and decompress in c#,
What can i do ?
Thanks
|
|
|
|
 |
|
 |
How about using the java.util.zip Deflate[^] class to compress and System.IO.Compression GZipStream[^] to decompress?
"It was when I found out I could make mistakes that I knew I was on to something."
-Ornette Coleman
"Philosophy is a study that lets us be unhappy more intelligently."
-Anon.
|
|
|
|
 |