Hello Friends ,
Today I got one message from a person to tell him how to pass data between android activities So, I am going to give a simple way for how we can transfer data or how we can pass data across activities in android . In android we use activity for each layout...
Showing posts with label monoandroid. Show all posts
Showing posts with label monoandroid. Show all posts
Tuesday, 23 December 2014
Saturday, 25 October 2014
How to use Login Dialog Box in Android Mono C#
For This small demo project we require the following file structure
Main.axml file that contains code for hello world button on which we place button that will further generate the Dialog Box for Login Activity
Main.cs file Now this file will contain the code for Main.axml actions...
Saturday, 4 October 2014
\adt-bundle-windows-x86_64-20130219\sdk\platform-tools\aapt.exe is invalid
When your are using Android with Csharp or when you are using Monoandroid you will be facing some some error related to aapt.exe missing or aapt.exe invalid . These are common error to Monoandroid developer that almost every one that uses Monoandroid will face .
So Today I decided to get the actual reason of this problem and I sit on my chair to find out the reason and possible...
Tuesday, 29 July 2014
How to use XML Parsing And TableLayout in Mono Android
In order to start with XML Parsing or XML data Handling in Microsoft .NET Framework first we need to know about what classes or namespaces are available to us for using or dealing with XML Document or XML Data in .Net So Here is list of XML Namespaces available for XML Processing...
Thursday, 24 July 2014
Install MonoAndroid Tools in Visual Studio 2012
Mono came as a Revolution in the IT Market for CSharp Application Development . Csharp was introduced by Microsoft and it was mainly used in Visual Studio IDE by Microsoft . As Csharp all came with .Net Framework and .Net Framework . So nothing works Cross-Platform neither in linux...
Tuesday, 3 June 2014
create you first app in Monodevelop csharp
After Successfull Installation of MonoDevelop We will start with making our first Hello World App in MonoDevelop . If you have not Installed MonoDevelop you can get Installation Guide hereInstallation Guide For MonoDevelop
Start you M onoDevelop that you have installed already....
Gtk# version 2-12-9 or greater must be installed

If you are suffering from this error during start of installation of MonoDevelop then main cause of this error is wrong installation of Gtk# . The best solution for this problem with which i have solved this error is to Download and Install Gtk Version 2.12.9 . The Download...
MonoDevelop Cross Platform Using Csharp
MonoDevelop is a revolution in the era of Cross development by using Microsoft .NET programming language like Csharp ( C# ) , Visual Basic and Jsharp ( J# ) . Monodevelop has removed blame that Microsoft .NET software can only run on Windows platforms This makes possible to run...
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...