Upcoming Mono stories

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

submitted by TronTron(160) 7 months, 28 days 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, 1 day 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, 1 day 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, 21 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, 8 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

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(2304) 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, 2 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, 2 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: 31

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

Using Inversion of Control in MonoDroid Applications(www.gregshackles.com)

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

Just because a mobile application needs to be (or should be, in most cases) small and lightweight doesn’t mean we should set aside best practices like Inversion of Control containers when building our apps. With so many options out there for .NET containers, which ones should we use? In this article I’ll go over some good options I’ve found for using dependency injection in MonoDroid applications. read more...

add a comment |category: |Views: 45

tags: another

Manos de Mono: A new web framework(jacksonh.tumblr.com)

submitted by be789be789(15) 1 year, 8 months ago

"Manos is a a lightweight web application framework that runs on Mono. The goal of Manos is to simplify the entire web application development process. It should be easy to prototype, design, develop, test, debug and deploy Manos applications. The focus isn’t just on getting you up and running quickly, the focus is on the entire process of creating, managing and updating a web application." read more...

add a comment |category: |Views: 204

tags: another

MonoDroid - .NET for Android(www.i-programmer.info)

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

MonoDroid will allow .NET programmers to create apps for the Android platform. Sign up for the beta test now. read more...

add a comment |category: |Views: 51

tags: another