Stories recently tagged with 'Mono'

Mono 2.11.0 is out(tirania.org)

submitted by NoldorinNoldorin(829) 2 months, 1 day ago

Michael de Icaza details the various new features and enhancements that come with the important new 2.11 milestone of the Mono project. This includes largely complete support for the new SGen garbage collector, .NET 4.5 and C# 5.0 support (including partial WinRT support), and a number of other exciting changes. read more...

1 comment |category: |Views: 132

tags: another

Mono in 2011 (tirania.org)

submitted by mcnamaragiomcnamaragio(283) 5 months, 6 days ago

Mono in 2011 This was a very interesting year for Mono, and I wanted to capture some of the major milestones and news from the project as well as sharing a bit of what is coming up for Mono in 2012. read more...

3 comments |category: |Views: 267

tags: another

Slide to Unlock Control in MonoTouch(spinningtheweb.blogspot.com)

submitted by TronTron(160) 8 months, 1 day ago

Use MonoTouch to make a control similar to the slide-to-unlock widget at the bottom of the iOS lock screen. read more...

add a comment |category: |Views: 18

tags: another

Custom Animations for the UINavigationController in MonoTouch(spinningtheweb.blogspot.com)

submitted by TronTron(160) 8 months, 4 days ago

Pushing and popping controllers in a standard UINavigationController is a frequent activity when navigating an iOS app. Find out how to apply custom animations during this action using C# via MonoTouch. read more...

add a comment |category: |Views: 13

tags: another

Scheduling Local Notifications in MonoTouch(spinningtheweb.blogspot.com)

submitted by TronTron(160) 8 months, 4 days ago

iOS 4 introduced local notifications, allowing apps to communicate brief text messages to users. In particular, a scheduled local notification can reach a user whether the app is running in the foreground, in the background or not running at all. This article shows how to schedule local notifications in C# using MonoTouch. read more...

add a comment |category: |Views: 31

tags: another

MonoTouch: Past, Present, and Future(codesnack.com)

submitted by BschooleyBschooley(125) 9 months, 24 days ago

A recap of MonoTouch's past, a look at the present, and some thoughts about the future. read more...

add a comment |category: |Views: 6

tags: another

Introducing C# To Go: a C# Compiler for Android(www.gregshackles.com)

submitted by gshacklesgshackles(156) 10 months, 11 days ago

If you follow me on Twitter (or the #monodroid hashtag), you might have seen some posts from me lately about progress on my new Android app, C# To Go. I’ve been cranking away on it in hopes of getting it to market in time for Monospace, and I’m excited to say that last night I was able to finally publish it! I just wanted to do a quick write-up about the app, what it can do and how it was made. read more...

add a comment |category: |Views: 34

tags: another

Using Background Threads in Mono For Android Applications(www.gregshackles.com)

submitted by gshacklesgshackles(156) 1 year ago

When writing applications one thing to always keep in mind is that you should never block the UI thread. This makes for a poor user experience, and on Android you get the dreaded Application Not Responding dialog if there’s no response to user input within a few seconds. Mono For Android exposes many different ways to do asynchronous operations to help avoid this problem. In this article I’ll go over some of the different options you can pick from. read more...

add a comment |category: |Views: 23

tags: another

MIX 2011: Mono: State of the Union - Arik Poznanski's Blog(blogs.microsoft.co.il)

submitted by arikparikp(1204) 1 year, 1 month ago

MIX 2011: Mono: State of the Union This session was delivered by Miguel de Icaza, VP developer Platform, Mono Team, Novell. read more...

add a comment |category: |Views: 3

tags: another

SPDT SSR, DPDT, SPST, SPNO solid state relays, Crydom solid state rela(www1.futureelectronics.com)

submitted by krydome123krydome123(10) 1 year, 1 month ago

SSR solid state relays by Crydom, Clare, Panasonic Electric Works & Aromat. SPDT, DPDT, SPST, SPNO, Surface Mount, PCB & PEWA. Photomos & photovoltaic solid state relay. read more...

add a comment |category: |Views: 9

tags: another

.Net App Development on Android using Microsoft's Visual Studio(www.ginktage.com)

submitted by isenthilisenthil(2314) 1 year, 1 month ago

Yesterday , Novell had released Mono for Android which is one of the first solution for developing Microsoft’s .NET Application for Android platform using Microsoft Visual Studio . Mono is a open source .NET implementation project and with the Mono for Android to its existing Mono development tools , Novell is enabling Microsoft .NET and C# developers using Visual Studio to utilize some common code base to easily crea... read more...

add a comment |category: |Views: 22

tags: another

Using AdMob in a MonoDroid Application(www.gregshackles.com)

submitted by gshacklesgshackles(156) 1 year, 3 months ago

While MonoDroid makes it possible to write Android applications using .NET, what happens if you want to make use of existing third party Java libraries in your app? In this post I’ll talk about what your options are, and provide an example of how to serve ads from AdMob in your MonoDroid application using the standard AdMob Java library. read more...

add a comment |category: |Views: 46

tags: another

Introduction to MonoDroid: Slides, Code and Video(www.gregshackles.com)

submitted by gshacklesgshackles(156) 1 year, 3 months ago

Sample code, slides and video from an introduction talk I gave for MonoDroid/Android. read more...

add a comment |category: |Views: 14

tags: another

Moonlight 4 (Preview) is here(www.rudigrobler.net)

submitted by TanyaGTanyaG(365) 1 year, 3 months ago

Mono project has released a preview of Moonlight 4 (Silverlight 4 support for linux) read more...

add a comment |category: |Views: 32

tags: another

Using a Database in MonoDroid Applications(www.gregshackles.com)

submitted by gshacklesgshackles(156) 1 year, 3 months ago

The stock database available in Android is SQLite, and chances are you'll find yourself wanting to use it in your applications. But how do you go about doing so? In this post I'll go over some options for accessing the database, exploring both the standard Android patterns and also an example of plugging in an ORM to simplify things. read more...

add a comment |category: |Views: 61

tags: another

Mono for Android beta now open for all(www.i-programmer.info)

submitted by mikejmikej(661) 1 year, 4 months ago

The Mono for Android or MonoDroid beta is now open for anyone who wants to use it and provides a way for any .NET programmer to create Android apps without having to learn Java. This could be the route to phone apps that .NET programmers have been waiting for and it gives them a much more certain market than Windows Phone 7. This said the big problem is that MonDroid, even though it uses open source Mono, is going to be a commercial product. read more...

add a comment |category: |Views: 6

tags: another