[mono-android] What are the supported in-app purchase markets?

2012-08-29 Thread Neal Culiner
I'd like to add in-app purchasing like I did in iOS. I have apps on all three android distributors: Google Play, Amazon, and Barnes & Noble. Before I venture down this path, what in-app vendors are supported in Mono for Android to implement in-app purchasing? Neal Culiner NC

[mono-android] Best way to determine if LocationManager exists?

2012-07-26 Thread Neal Culiner
ervice) as Android.Locations.LocationManager; return lm != null; What is the recommended way to test for something such as LocationManager on a device to see if it in fact exists and is available? Thanks, Neal Culiner NC Software, Inc. http://www.nc-so

[mono-android] Minimum Android to Target (suggest use term Default)

2012-07-25 Thread Neal Culiner
noticed I had a few conflicts with "using" statements when switching to a later API that I needed to use a fully qualified definition such as with clipboard integration using Android.Text specifically. What do you all think? Should we adopt "Default" for this setting like in

Re: [mono-android] Consider physical deployment with the evaluation version

2012-06-16 Thread Neal Gompa
ptember with pleasure. The Xamarin crew > have been amazingly helpful and supportive and that alone makes it worth > the money :) > > PFJ > > P.S. If anyone wishes to bend what I'm saying or subvert it to their own > arguments, feel free to - you'll end up looking like a bit of

[mono-android] Barnes & Noble NOOK

2012-02-24 Thread Neal Culiner
as the app icon for the web site (300x300px) has to have a backcolor, cannot be transparent ( your .png is inspected ) etc. Thank you Xamarin!!! It's great to be able to have such a wide reach using the Mono* tools. Neal Culiner NC Software, Inc. <http://www.nc-

[mono-android] Nook apps

2012-01-31 Thread Neal Culiner
Anyone submitted their app to the Nook? What is the process? Restrictions? Any info to share? I submitted my MfA app to Amazon for the Kindle Fire, now I'd like to see if I can support the Nook. Thanks, Neal Culiner NC Software, Inc. <http://www.nc-software.com/> ht

[mono-android] VS.NET reports new version but downloads 401

2012-01-19 Thread Neal Culiner
I installed 4.0.3 via the manual download link yet when I open VS.NET 2010 it reports a new version is available and downloads 4.0.1. FYI Neal Culiner NC Software, Inc. <http://www.nc-software.com/> http://www.nc-softwa

[mono-android] Kindle Fire feedback...the process and use

2012-01-15 Thread Neal Culiner
So that pretty much outlines some Kindle Fire experiences thus far. I'm going to be curious if the VM will show the same issues as running the app on the KF, otherwise you may have to cough up $200 for another test device in your arsenal. FYI Ne

[mono-android] Android 4 powered tablets?

2011-12-19 Thread Neal Culiner
Hi MD gang, I think I'm going to need to pickup a ICS tablet for dev. I need to integrate things such as Calendar stuff that I don't think you can use/test on an emulator. Anyone know of a good tablet that is/will run Android 4.x? Neal Culiner NC Software, Inc. <

[mono-android] Calendar integration added in OS 4 ICS

2011-12-17 Thread Neal Culiner
amples for your lectures/books? Neal Culiner NC Software, Inc. http://www.nc-software.com <http://www.nc-software.com/> ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

[mono-android] armeabi-v7a..is it being included?

2011-12-14 Thread Neal Culiner
I checked this option (and the other one, basic armeabi) but did not see my .apk size grow so I'm not sure it's packaging both in 4.0.1. How do I know? Neal Culiner NC Software, Inc. <http://www.nc-software.com/> http://www

[mono-android] Supported architectures? armeabi-v7a

2011-12-12 Thread Neal Culiner
Should I have both armeabi and aremabi-v7a checked in the application properties? I can't find anything in the MD docs to advise me. Thx, Neal Culiner NC Software, Inc. <http://www.nc-software.com/> http://www.nc-s

[mono-android] Saving a log file and attaching to an e-mail

2011-12-12 Thread Neal Culiner
at I'm doing? The intention is to write a log file to track exceptions and messages and then attach that file to the e-mail. If I can attach a second file I'd love to also send the database (SQLite) but I'm not sure if I can attach multiple attachments or not, or don't kn

[mono-android] Don't force us to install MonoDevelop on Windows

2011-12-06 Thread Neal Culiner
for prior users in VS 2010 so they need to be notified to download the installer and run it to get updated. Thanks, Neal Culiner NC Software, Inc. <http://www.nc-software.com/> http://www.nc-software.com/ ___ Monodroid m

[mono-android] Device ID is NOT unique in Android

2011-10-04 Thread Neal
to just abandon device recognition? Neal Culiner NC Software, Inc. <http://www.nc-software.com/> http://www.nc-software.com/ ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

[mono-android] Testing International scenarios

2011-09-13 Thread Neal
Any advice for proper internationalization testing? Thank you, Neal Culiner NC Software, Inc. http://nc-software.com/ ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

[mono-android] Reverts to Eval if device not connected

2011-09-07 Thread Neal
ry to create a package (.apk) then it comes up saying it's in Eval mode blah blah blah. I plug the device in again and now I can build. Is the activation tied to my device Strange! Neal Culiner NC Software, Inc. http://nc-so

[mono-android] Shared development in Windows and Mac?

2011-09-02 Thread Neal
ust want to see if we can stay with VS 2010 which is our preference over MonoDevelop. Thanks, Neal ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] Mono for Android 1.0.2 Available

2011-08-09 Thread Neal Gompa
marin.com/trial and install it on top of their current version. > If you've already activated, the new one will be activated as well. > > Happy hacking! > Jonathan > > ___ > Monodroid mailing list > Monodroid@lists.ximian.c

[mono-android] Mono for Android for Students?

2011-08-04 Thread Neal Gompa
Hello, I was wondering if Xamarin will still offer Student licenses[1]? The page still says we should email Novell. Since Novell no longer handles it, shouldn't that page be updated? [1]: http://android.xamarin.com/Store/Student -- Neal Gompa (Conan Kudo [ニール・ゴンパ]) Quality Assurance, Pla

[mono-android] Simple Scheduled Timer example?

2011-05-31 Thread Neal
Hello, Does anyone have sample code on how to use a simple scheduled timer? I need to run code but have a 250ms delay first to let the OS process the events. I want to show an Activity and then show the soft input pad 250ms later to allow the activity to be created. Thank you. Neal

[mono-android] LaunchMode attribute of Activity not being set

2011-05-28 Thread Neal
with the proper attribues set (singleinstance, etc.). So it appears there is a bug in 1.1 with the LaunchMode attribute of the activity. I switched back to the splash implementation and the manual entry for the launcher activity in the manifest and all is fine again. FYI Neal Culiner NC

[mono-android] Post on Attachmates Wall

2011-05-16 Thread Neal
Post on Attachmates Facebook Wall: http://www.facebook.com/#!/pages/Attachmate-Corporation/214130408611562 Ask nicely for them to help us, i.e. hand over MonoTouch and MonoDroid Let them hear from us and maybe we can help Miguel & Co.

[mono-android] Staying the course

2011-05-16 Thread Neal
d do the right thing too. Neal ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

[mono-android] How to create a SharedPreferencesChangedListener?

2011-05-15 Thread Neal
Thank you. Neal ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

[mono-android] For those seeing MonoDroid revert to Evaluation

2011-05-11 Thread Neal
hen clicked the Close X on the top right of the activation dialog, I did not fill it out. It then refreshed the device list and I am back to registered (I hope) again. Something is definitely wrong with the license system but hopefully this will help you restore back to activated state. N

[mono-android] Attachments to E-mail?

2011-05-11 Thread Neal
Hello, Does anyone have a quick sample of adding an attachment to an e-mail message? I'm using IO.File.ReadAllBytes(MyFilepath) in the Input.ExtraSteam but it's not working. Any help is appreciated. Thank you, Neal ___