Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by mk421
at 2024-08-08 06:14:37
Point:500 Replies:2 POST_ID:828713USER_ID:10
Topic:
iOS;Apple Programming;Android
Hi,
I am .net developer(asp.net, c# and vb.net both). I want to learn android programming and programming for apple like iphone and ipad.
Please suggest me which language I should learn to develop application for apple and android. Also which languages are used mostly?
Thanks
I am .net developer(asp.net, c# and vb.net both). I want to learn android programming and programming for apple like iphone and ipad.
Please suggest me which language I should learn to develop application for apple and android. Also which languages are used mostly?
Thanks
Expert: Scott Fell (padas) replied at 2024-08-08 11:50:42
You can also do everything in html5, css and javascript. When you need data, set up a web service in .NET (wcf). You need to do that anyway.
You can then load your html5 pages in a webview. This will be the fastest to get you to speed.
The next step is to use something like phonegap http://phonegap.com/ that can convert your code for you.
The one complaint you hear about the first 2 methods is they can be a little laggy compared to a pure native app. However, the trade off is ease of making your app. Often people start with these methods, then move to a pure native using Objective C or Java as stated by duncanb7.
You can then load your html5 pages in a webview. This will be the fastest to get you to speed.
The next step is to use something like phonegap http://phonegap.com/ that can convert your code for you.
The one complaint you hear about the first 2 methods is they can be a little laggy compared to a pure native app. However, the trade off is ease of making your app. Often people start with these methods, then move to a pure native using Objective C or Java as stated by duncanb7.
Expert: duncanb7 replied at 2024-08-08 08:01:44
Object-C for Apple
Jave for Android
http://mobiledevices.about.com/od/kindattentiondevelopers/tp/Android-Os-Vs-Apple-Ios-Which-Is-Better-For-Developers.htm
http://php.about.com/od/learnphp/a/Choosing-The-Right-Programming-Language-For-The-Job.htm
How other experts think ?
Jave for Android
http://mobiledevices.about.com/od/kindattentiondevelopers/tp/Android-Os-Vs-Apple-Ios-Which-Is-Better-For-Developers.htm
http://php.about.com/od/learnphp/a/Choosing-The-Right-Programming-Language-For-The-Job.htm
How other experts think ?