зеркало из https://github.com/mono/mail-archives.git
152 строки
5.8 KiB
HTML
152 строки
5.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [mono-android] HTML5 vs NativeDevelopment vs C#
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:monodroid%40lists.ximian.com?Subject=%5Bmono-android%5D%20HTML5%20vs%20NativeDevelopment%20vs%20C%23&In-Reply-To=CAPLT8gWCWha7u5uqx-0Qp%2BhNY6%3D8i%2BxqE26nnHULy74YKgqUMw%40mail.gmail.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="007974.html">
|
|
<LINK REL="Next" HREF="007987.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[mono-android] HTML5 vs NativeDevelopment vs C#</H1>
|
|
<B>SRI</B>
|
|
<A HREF="mailto:monodroid%40lists.ximian.com?Subject=%5Bmono-android%5D%20HTML5%20vs%20NativeDevelopment%20vs%20C%23&In-Reply-To=CAPLT8gWCWha7u5uqx-0Qp%2BhNY6%3D8i%2BxqE26nnHULy74YKgqUMw%40mail.gmail.com"
|
|
TITLE="[mono-android] HTML5 vs NativeDevelopment vs C#">srid68 at gmail.com
|
|
</A><BR>
|
|
<I>Tue Dec 20 11:21:14 EST 2011</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="007974.html">[mono-android] HTML5 vs NativeDevelopment vs C#
|
|
</A></li>
|
|
<LI>Next message: <A HREF="007987.html">[mono-android] HTML5 vs NativeDevelopment vs C#
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#7984">[ date ]</a>
|
|
<a href="thread.html#7984">[ thread ]</a>
|
|
<a href="subject.html#7984">[ subject ]</a>
|
|
<a href="author.html#7984">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Hi,
|
|
I am also creating a Hybrid App Framework where I merge usage
|
|
of Web Technologies with Native C# by implementing a Micro In-Process
|
|
Web Server which runs on both Android/IOS.
|
|
|
|
My belief is that both the Native Development as well as a Web
|
|
(Html5) Development will exist and may even merge.
|
|
|
|
I believe the biggest problem is that there is no Cross
|
|
Platform UI Framework and my solution was to use Html/Web Technologies
|
|
as the Cross Platform UI and Use Mono Touch/Mono for Android/C# for
|
|
targeting Android/IOS/WP7.
|
|
|
|
My two cents observation are that Html5 (Pull Type Apps) will
|
|
increase in Adoption because it is cheaper than Native Development and
|
|
can be used to Target a larger user base. But from a Consumer
|
|
Perspective (Push Type Apps) may give the best acceptance.
|
|
|
|
Best Regards,
|
|
Sridharan Srinivasan
|
|
Alias Sri
|
|
www.arshu.com
|
|
|
|
On Tue, Dec 20, 2011 at 7:50 AM, Glen Hassell <<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">mrhassell at gmail.com</A>> wrote:
|
|
><i> Hi,
|
|
</I>><i> Android's Java bindings are accessed through Monodroid.
|
|
</I>><i>
|
|
</I>><i> JavaScript slots into a projects /Asssets directory (case sensitive),
|
|
</I>><i> implementing JavaScript in HTML is required as HTML holds no state, required
|
|
</I>><i> to interact with logic controllers.
|
|
</I>><i>
|
|
</I>><i> Anything you see on an Android device is a VIEW.
|
|
</I>><i> This Android Native base extends to WebView which results in the Android
|
|
</I>><i> UI familiar to all as native or remote applications.
|
|
</I>><i>
|
|
</I>><i> Simply - Monodroid does support JavaScript in Native applications.
|
|
</I>><i>
|
|
</I>><i> Glen
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> On Tue, Dec 20, 2011 at 9:52 AM, Stuart Johnson <<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">stuart at logicethos.com</A>>
|
|
</I>><i> wrote:
|
|
</I>>><i>
|
|
</I>>><i> I'm working on a Monodroid app prototype thats a bit of a hybrid of C#
|
|
</I>>><i> and HTML5/Javascript.  I'm using Monodroid to host a web control, in
|
|
</I>>><i> which my jQuery pages run. The outer Monodroid app does all the heavy
|
|
</I>>><i> lifting, and IO work, and the GUI is mostly jQuery.
|
|
</I>>><i>
|
|
</I>>><i> I'm hoping future releases of Monodroid will give native support to
|
|
</I>>><i> interaction with the javascript.  Gives you the best of both worlds then.
|
|
</I>>><i>
|
|
</I>>><i> _______________________________________________
|
|
</I>>><i> Monodroid mailing list
|
|
</I>>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">Monodroid at lists.ximian.com</A>
|
|
</I>>><i>
|
|
</I>>><i> UNSUBSCRIBE INFORMATION:
|
|
</I>>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">http://lists.ximian.com/mailman/listinfo/monodroid</A>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> --
|
|
</I>><i> Glen Hassell
|
|
</I>><i> Inner Technique
|
|
</I>><i> <A HREF="http://innertech.com.au/">http://innertech.com.au/</A>
|
|
</I>><i> Office: 03 9687 0006
|
|
</I>><i> Mobile: +61 (0) 438 340 385
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Monodroid mailing list
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">Monodroid at lists.ximian.com</A>
|
|
</I>><i>
|
|
</I>><i> UNSUBSCRIBE INFORMATION:
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">http://lists.ximian.com/mailman/listinfo/monodroid</A>
|
|
</I>><i>
|
|
</I>
|
|
|
|
|
|
--
|
|
Sridharan Srinivasan
|
|
Alias Sri
|
|
Ph:(65)98255785/(65)63922439
|
|
www.arshu.com
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="007974.html">[mono-android] HTML5 vs NativeDevelopment vs C#
|
|
</A></li>
|
|
<LI>Next message: <A HREF="007987.html">[mono-android] HTML5 vs NativeDevelopment vs C#
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#7984">[ date ]</a>
|
|
<a href="thread.html#7984">[ thread ]</a>
|
|
<a href="subject.html#7984">[ subject ]</a>
|
|
<a href="author.html#7984">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/monodroid">More information about the Monodroid
|
|
mailing list</a><br>
|
|
</body></html>
|