Re: [mono-android] RAM Usage of applications written with monodroid

2012-09-22 Thread James Montemagno
My app is pretty huge and extremely complex with tons of different activities, data calls, big mysql and cache. Overall on my nexus 7 I see it around 40 to 60 mb in cached size. This is extremely similar to my wp7 app as well though where you are forced to stay under 90mb while running. Android is

Re: [mono-android] Protected compiled IL code

2012-09-22 Thread James Montemagno
I agree with Daniel here and obfuscating will make it harder to diagnose bugs. We had the same debate here and decided it wasn't worth the effort and maintainability. It is totally doable though. I would look into using the LVL licensing if it is a paid app though... see this github https://github

Re: [mono-android] Finish() behaving differently under v404

2012-09-01 Thread James Montemagno
When you start that activity how are you starting it? For result or normal? I have this working fine but all mine are startactivityforresult On Aug 30, 2012 2:32 AM, "John Murray" wrote: > I’ve acquired an ICS mobile and started testing on it > > I’ve got several subordinate activities where

Re: [mono-android] How to keep tabs at the bottom of the screen?

2012-08-27 Thread James Montemagno
You can take a look at my action bar project. I have a fragment sample in there with tabs. It is very simple, but might help. https://github.com/jamesmontemagno/MonoDroid.ActionBar On Aug 27, 2012 2:20 PM, "dickies" wrote: > That's great to know Jon, thanks. > > Bit of of a re-write to do! > > >

Re: [mono-android] Orientation Change

2012-08-27 Thread James Montemagno
http://docs.xamarin.com/android/tutorials/Handling_Rotation On Mon, Aug 27, 2012 at 6:28 AM, MysteriX wrote: > Hallo > i have aquestions: > how do i notice a orientation change? if the Portrait mode is left and the > Landscape mode appears, a new layout have to be loaded. > > > > > > -- > View th

Re: [mono-android] How to keep tabs at the bottom of the screen?

2012-08-26 Thread James Montemagno
Tabs in android are at the top of the screen. My suggestion is to follow the native format as users are used to this. You should also look at the fragmenttabspager demo https://github.com/xamarin/monodroid-samples/blob/master/Support4/Support4/Activities/FragmentTabsPager.cs. I believe tabs at bott

Re: [mono-android] Program that reproduces Mono4Android deadlock

2012-07-19 Thread James Montemagno
axy S or any other beta tester that was using HC. It was just with the Tab 10.1... so that is just some insight there. James Montemagno Software Developer - Ceton Corp. http://www.cetoncorp.com http://www.twitter.com/CetonDevs -Original Message- From: monodroid-boun...@lists.ximian.

Re: [mono-android] ActionBarSherlock

2012-06-26 Thread James Montemagno
Pretty large update today as well to my fork. Now have full support to target api level 15. This includes full support for overflow in the actionbar. https://github.com/jamesmontemagno/MonoDroid.ActionBar";>https://github .com/jamesmontemagno/MonoDroid.ActionBar -Original Message- From:

Re: [mono-android] ActionBarSherlock

2012-06-25 Thread James Montemagno
Both Tomasz and I have been working on an ActionBar port: His original: https://github.com/Cheesebaron/MonoDroid.ActionBar My fork https://github.com/jamesmontemagno/MonoDroid.ActionBar -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com