MonoDroid VS Java in android development?

前端 未结 6 677
轻奢々
轻奢々 2021-01-17 16:57

I know C# rather well and just love Visual Studio as IDE. :) Yet now I want to start developing for android...

I found out about MonoDroid and wanted to ask if it ha

6条回答
  •  自闭症患者
    2021-01-17 18:01

    Also note that any release build using monodroid adds an additional 4mb to the apk filesize and increases app startup time with a few seconds.

    For simple apps this can mean a 500-800% increase in filesize - whic is pretty bad in my book.

提交回复
热议问题