Re: [mono-android] MAC Address

2011-08-02 Thread Tim Kelly
cleod Sent: Tuesday, August 02, 2011 7:03 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] MAC Address Yes: I am doing the following to iterate the network interfaces. This code doesn't quite do what you need, but you should hopefully be able to adapt it a little to g

Re: [mono-android] MAC Address

2011-08-02 Thread Iain Mcleod
Yes: I am doing the following to iterate the network interfaces. This code doesn't quite do what you need, but you should hopefully be able to adapt it a little to get the mac address. Basically, I'm using JNIEnv to invoke the native java methods as they are currently not implemented as monodroid

[mono-android] MAC Address

2011-08-01 Thread Tim Kelly
Seems like I recall another message about the below code not working because of intpr or something? Anyway, I need the MACAdress anyone have any ideas? private String getMacAddress() { String macAddress = String.Empty; try { f

Re: [mono-android] MAC

2011-07-31 Thread Jason Awbrey
MT and MD rely on their respective native UI layers, so they can't share UI code. And code for interacting directly with the device APIs are unique to each platform. However, data access, business logic, etc can be shared. Craig Dunn (http://conceptdev.blogspot.com/) has written some good posts

Re: [mono-android] MAC

2011-07-31 Thread Steve Maier
Monotouch does support the iPad right now. Sent from my iPhone On Jul 31, 2011, at 1:30 PM, "Tim Kelly" wrote: > I've decided to stick with Mono for Android in hopes of supporting iPad's. > So here's my overall question: > > > > 1. How compatible is Mono for Android and MonoTouch? > >

[mono-android] MAC

2011-07-31 Thread Tim Kelly
I've decided to stick with Mono for Android in hopes of supporting iPad's. So here's my overall question: 1. How compatible is Mono for Android and MonoTouch? 2. Does MonoTouch support the iPad? If someone could shine a little knowledge on this I would appreciate it, thanks. Tim