https://bugzilla.novell.com/show_bug.cgi?id=632611

https://bugzilla.novell.com/show_bug.cgi?id=632611#c4


Jonathan Pobst <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Jonathan Pobst <[email protected]> 2010-08-20 15:09:20 UTC 
---
I think the GUI for complete AndroidManifest.xml editing is going to be
extremely complex to write and use.  (Eclipse's is little more than a straight
XML editor.)

Currently, the GUI creates the manifest like Eric posted, and leaves out the
<activity> elements which are then created by monodroid.exe, though users can
manually add them if they want.

My (D) suggestion is to develop a series of Attributes one can apply to their
Activities that monodroid.exe can look for to build the <activity> element.

ie:

[Name ("mono.samples.hello.HelloActivity")]
[Label ("My Activity Title")]
[Category ("android.intent.category.LAUNCHER")]
[Category ("android.intent.category.SAMPLE_CODE")]
[DefaultActivity (true)]
public class MyActivity : Activity
{
}

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to