Re: [mono-android] Building the .apk VS2010

2011-10-19 Thread Nicklas Møller Jepsen
Just want to share my previous experience... I don't know if this I already done by the command Jonathan wrote, but: Remember to zipalign the APK. after the package is signed. I didn't do that (to exclude potential errors) but caused the app to behave very strange. Maybe you already know - I ju

[mono-android] MT5, MD 2.8.0.1 debugging

2011-10-19 Thread Wally McClure
Many times, I'm seeing the debugger in MD won't attach to a an MT5 app running on an iOS5 device. Are others seeing this same behavior? Wally ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMA

Re: [mono-android] MT5, MD 2.8.0.1 debugging

2011-10-19 Thread Wally McClure
Been checking the lists and I get the feeling that there is a lot of this is being seen on the lists. :-) Wally From: theevilprogram...@hotmail.com To: monodroid@lists.ximian.com Date: Wed, 19 Oct 2011 11:35:49 -0400 Subject: [mono-android] MT5, MD 2.8.0.1 debugging Many times, I'm seei

Re: [mono-android] ItemClick not fired on ListView after NotifyDataSetChanged

2011-10-19 Thread profexorgeek
I posted this on StackOverflow with a simplified example project to demonstrate the ItemClick issue as well as another problem I'm having. The stack overflow question is here: http://stackoverflow.com/questions/7824905/monodroid-bugs-with-listview-itemclick-and-addfooterview Or jump straight to an

[mono-android] Library content path

2011-10-19 Thread Alphapage
Hello, I need to embed jpg files in a library. To do so, I add a folder /resources/files/ and add several jpg files which are setted to "Content" to the directory of my library as I do in WP7. The problem is I try to find the path to the first file, but I can't get it. I tried: /resources/files/1

Re: [mono-android] MT5, MD 2.8.0.1 debugging

2011-10-19 Thread Wally McClure
and it would have been even more helpful if I had sent this to correct list. :-) From: theevilprogram...@hotmail.com To: monodroid@lists.ximian.com Date: Wed, 19 Oct 2011 11:39:48 -0400 Subject: Re: [mono-android] MT5, MD 2.8.0.1 debugging Been checking the lists and I get the feeling tha

[mono-android] Building Tabs Programmatically

2011-10-19 Thread pearlpdx
Has anyone had any experience building Tabs programmatically? I have poured over the tutorial with the assumption that anything that can be done in xml can be done in code but I am just not sure who gets added to who. -- View this message in context: http://mono-for-android.1047100.n5.nabble.c

Re: [mono-android] Building Tabs Programmatically

2011-10-19 Thread Jonathan Pobst
Not sure if this is enough to get you going: http://docs.xamarin.com/android/tutorials/User_Interface/tab_layout Most of it is done in code rather than xml. Jonathan On 10/19/2011 4:59 PM, pearlpdx wrote: > Has anyone had any experience building Tabs programmatically? > > I have poured over the

Re: [mono-android] Building Tabs Programmatically

2011-10-19 Thread Sayed Arian Kooshesh
TabWidget t = new TabWidget(); please paste your current code On Wed, Oct 19, 2011 at 5:02 PM, Jonathan Pobst wrote: > Not sure if this is enough to get you going: > http://docs.xamarin.com/android/tutorials/User_Interface/tab_layout > > Most of it is done in code rather than xml. > > Jonathan

[mono-android] Something Positive to Report - Barcode Scan

2011-10-19 Thread Steve Sharrock
I don't know if anyone has tried to scan barcodes via MonoDoid yet; but, I've been dreading (and putting off) digging into some native Java libraries to accomplish this. By simply installing the ZXing barcode scanner app, I was able to fire off a simple intent that opens a camera view and returns w

Re: [mono-android] Something Positive to Report - Barcode Scan

2011-10-19 Thread Andrew Del Preore
Very cool. Thanks for sharing. On Oct 19, 2011 6:37 PM, "Steve Sharrock" wrote: > ** > I don't know if anyone has tried to scan barcodes via MonoDoid yet; but, > I've been dreading (and putting off) digging into some native Java libraries > to accomplish this. By simply installing the ZXing barco

[mono-android] Java 7

2011-10-19 Thread Wally McClure
So, what's the status of Mono for Android and Java 7? Are people using them together? Any issues? I'm on the 1.9.x M4A bandwagon, so I'm not worried about previous versions. Wally ___ Monodroid mailing list Monodr

Re: [mono-android] ORM for Mono for Android

2011-10-19 Thread Builder
DB4O looks nice. Did you try it with Mono for Android? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/ORM-for-Mono-for-Android-tp4912963p4920504.html Sent from the Mono for Android mailing list archive at Nabble.com. ___