[mono-android] MoPub for in-app advertising?

2011-09-22 Thread dominique
Has anyone used MoPub - www.mopub.com for in-app advertising on Android? They mention that their client code is on github - https://github.com/mopub/mopub-client How easy was it, or any other ad-mobile solution, to integrate into a MonoDroid app? Thanks, Dominique. _

Re: [mono-android] Shared code, not UI

2011-09-22 Thread Sølve Heggem
Jonas Follesø has done a sample app with shared code between iPhone, Android and WP7 incl. a 50+ page step-by-step tutorial on how to build cross-platform mobile apps https://github.com/follesoe/FlightsNorway/tree/workshop He did also a talk about "Cross platform .NET mobile apps talk at NDC 20

Re: [mono-android] XmlSerializer deserialization exception

2011-09-22 Thread zeysoft
The exeption is: System.Xml.XmlException: Invalid data ---> System.ArgumentOutOfRangeException: ArgRange_Array Full exeption message http://mono-for-android.1047100.n5.nabble.com/file/n4829762/exception.txt exception.txt Generate classes and xml file is the same in .NET and Monodroid. -- View

Re: [mono-android] Shared code, not UI

2011-09-22 Thread Miljenko Cvjetko
Hi Craig Dunn http://conceptdev.blogspot.com/ has several samples (look for Restauran Guide) https://github.com/conceptdev My thoughts about are inline... On 2011.09.21 21:26, Kevin Galligan wrote: The bulk of our business these days is Android ports of iOS apps. There are many "cross platform

Re: [mono-android] How to set the application name

2011-09-22 Thread Greg Shackles
To set application attributes you can extend the Application class and use the attribute there, something like: https://github.com/gshackles/NycCodeCamp6/blob/master/NycCodeCamp.MonoAndroidApp/CodeCampApplication.cs#L9 ___ Monodroid mailing list Monodroi

Re: [mono-android] MoPub for in-app advertising?

2011-09-22 Thread Greg Shackles
I have an example up here that shows how to use AdMob. The approach would be similar for using any Java library in a Mono for Android application http://www.gregshackles.com/2011/02/using-admob-in-a-monodroid-application/ On Thu, Sep 22, 2011 at 6:26 AM, wrote: > Has anyone used MoPub - www.mopu

[mono-android] Stacktrace: dumps and freezing

2011-09-22 Thread Andrew Sinclair
Hello, With 1.2.0 I'm seeing various mono "Stacktrace:" dumps in the adb log during quite long running operations (eg. within a background thread 6000 downloaded records into a sync over HTTP). These are Info messages and are associated with the application freezing and having to be Force Closed.

[mono-android] Strange OpenGL behaviour while using GL.Translate

2011-09-22 Thread Batu Akan (Alumni)
Hello I have been trying to develop a simple OpenGL ES1.1 application using Mono for Android. While building upon the template OpenGL application available in Visual Studio, I came across some weird behaviour in OpenGL, the GL.Translate function doesnt seem to do any translation in Z axis and I c

Re: [mono-android] Shared code, not UI

2011-09-22 Thread Kevin Galligan
Lots of responses. My thoughts: - With overhead, I'm mostly concerned with size of downloadable package, and what's hanging around in memory during runtime. You don't spend a long time in the space before a client complains about a large app download, or get OutOfMemory errors. At least on Andr

[mono-android] vizio tablet

2011-09-22 Thread Jason Awbrey
Has anyone tried MD on one of Vizio's tablets? I'm curious whether or not they're a good platform for experimenting with Mono for Android. http://www.vizio.com/accessories/vtab1008.html JA ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCR

Re: [mono-android] MoPub for in-app advertising?

2011-09-22 Thread Dominique
Thanks Greg, Very helpful. Now I just need to workout why my MacBook Pro won't boot up, so I can add this advert stuff in :S. D. On 22/09/2011 13:01, Greg Shackles wrote: > I have an example up here that shows how to use AdMob. The approach would be > similar for using any Java library in a

[mono-android] Custom attribute

2011-09-22 Thread El-Sayed Mohamed
Hi, How to set custom attribute from axml? //Code snippet is below public class CustomView : ViewGroup { public string DisplayText { get; set; } public CustomView(Context context, IAttributeSet attrs) : b

[mono-android] Sharing dlls

2011-09-22 Thread Mittchel Van Vliet
Hello everyone, Do you guys know if it is possible to make Library's (.dll) files with business logic like accessing the database and share this with a MonoTouch project? I thought macs didnt support .dll files so thats why I am asking.. I hope you can give me some information about it. Thanks __