I tested on a proof of concept copying a MonoTouch project to Mono Android,
last year, and all was OK. The webservices client code (Reference.cs for
each of 3 different webservices) was COPIED from visual studio 2008
generated on a windows mobile netcf 2.0 project, since MonoTouch version,
based o
On search field you can type android and will find more 6 apps.
Karl
From: Jonathan Pobst
Reply-To: "monodroid@lists.ximian.com"
Date: Fri, 13 Apr 2012 13:38:30 -0500
To: "monodroid@lists.ximian.com"
Subject: Re: [mono-android] Showcase Apps
I wish you could filter this by platform, but
// E-mail does not permit it, so I'm programming it:
Wally.Comment.Thumbs(UP);
//Facebook just exists to me when I receive an e-mail that I don't erase
first...
Em 05/10/2012, às 10:11, Wally McClure escreveu:
> replacing the email list would result in my dropping out. web forums always
> sou
And Mail.app...
And also would be good to identify in subject if it's MonoTouch, Mono Android
or other thing, so: "[xamarin] [MonoTouch] Y"
Thanks,
Karl
Em 09/10/2012, às 09:46, Roy Goode escreveu:
> That's great thanks!
>
> However, may I suggest one further enhancement to the "new comment"
Hi,
You can do a namespace called System.Windows.Forms with Form, Label, TextBox,
Button, ComboBox and MessageBox, with same classes, methods, collections and
properties than Windows.Forms. So if you copy/paste a normal Windows/Windows
Mobile form to Mono Android, it will be manipulable in the
Is needed to pay Google about USD 15000 annually up to 150 users on Android?
Back to April 2011 we ask them for license to put Google Maps on our Backoffice
application to see some reports with maps because the key isn't for free for
non public web sites/applications, making it inviable on an en
I don't will be so happy to repurshase because this time I will have to
purchase myself. Don't have how to explain in plaxe I work that they must
purchase again…
Karl
From: Nikolai Sander
Reply-To: "monodroid@lists.ximian.com"
Date: Mon, 16 May 2011 13:10:26 -0700
To: "monodroid@lists.ximia
I have an application deployed on 2 enterprises and with new contracts to
come to honor util July… And porting to Android is in the middle of the
process with a contract in standby too.
Will just be good to know from Attachmate and Xamarin what happens with
actual licences to see if we can change
Just a refund isn't sufficient with enterprise licenses. We have N people
for helpdesk, managers, developers, testers, trips to do presentations and
learning sessions for users inside enterprises, for many months. And we have
contracts signed and being paid. All bases on MonoTouch and MonoDroid as
re. What a pity!
>
> So plan "B" gets activated:
>
> 1. moving the code into the trash can
> 2. tell my familie that the whole spare time I?ve invest into "Mono for
> Android" was for nothing
> 3. build one app for Android using JAVA.
> 4. build one app f
Hi, I THINK the above message
>close() was never explicitly
Means that there is no Close on code?
Post your code, maybe someone can help. I put about 1200 records on a
table sweetly.
Karl
___
Monodroid mailing list
Monodroid@lists.ximian.com
UNS
Let see if someone else helps you. I never used SQLiteOpenHelper, sorry...
I just:
//Open connection
Using (SqliteConnection sqlConnection = new SqliteConnection())
{
// put the connection inside sqlilte
// type of commannd = text
sqliteConnection.CommandText = 'INSERT TA
Well in my case I can't redo my multidevices "farm" each on his native
language plus learn in 1 week how to redo in java AND how to redo in
Objetive C.
I still believe on just one core code to many devices (including web,
windows desktop and mac in a wonderful world).
I think I will to work on wh
We must speak with a specialized lawyer in our area (yes, there are lawyers
that study and focus their work on this/computer softwares/patents/etc) and
wait for some words from Novell/Attachmate
And depending.. Mobilize all technological community agains this, btw, the
name of a company and it re
Can be:
"Data Source=" +
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal),
"POS.db")
Karl
On 17/05/11 19:48, "milop" wrote:
>Hi, Greg.
>
>Following your ORM way, I get an error creating the SQLConnection object
>using the connection string in your code: "Invalid Co
I use SDF to be the same of Windows Mobile's SQL Mobile 2005. I think that
can be used anything.
Karl
On 17/05/11 19:58, "Liam" wrote:
>Is the file extension meant to be .db3 ? I use .db3 for my sqlite db.
>
>On 18/05/2011 10:56 a.m., Karl Heinz Brehme Arredondo wrote
I'm not shure but it uses folder like iOS, that means, folders inside your
application folder. Environment.SpecialFolder.Personal is the recommended
folder to store databases, editable files and domcuments that your app
could create/write.
Not sure about the other SpecialFolders as I'm using just
It mean that I could send a notification from a lawyer to Novell Brazil if
something wrong happens (or if I force an answer from them) then they will
be forced to say something or to solve something.
And it mean that I can't make notebooks to drink coffee anymore to avoid
real problems
Karl
Fro
You must try a bit with Environment.SpecialFolder, it has the entire path
for your application. For example, SpecialFolder.Personal is the place for
read/write files.
To see what they make let MonoDevelop or VisualStudio show you all
SpecialFolder enumerations writing it some place to see, like
Env
You can use Environment.GetFolderPath(Environment.SpecialFolder.Personal),
is where I store the database file and files downloaded from server. This
is a read/write place.
Karl
On 27/05/11 09:21, "david.chhang" wrote:
>Isn't it the path for an external storage ? Here, I want to know the path
>f
You can create too a public class like User, with properties inside and
instantiated at login, like User.Login, User.LastSync, wathever. Then use
or manipulate is inside activities. You can save too any kind of data in
Sqlite to save data. Or XML files, or TXT files...
The same concepts used on wi
For unsubscribers, please read:
UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
Karl
From: 최재원
Reply-To: "monodroid@lists.ximian.com"
Date: Tue, 14 Jun 2011 16:10:32 +0900
To: "monodroid@lists.ximian.com"
Subject: [mono-android] Please Unsubscribe Me
Same as
"monodroid@lists.ximian.com"
Subject: SPAM-LOW: Re: [mono-android] Please Unsubscribe Me
It's not about lazynes... I've been through that page like 5 times and it
just won't unsubscribe me... hope this time....
On 14/06/2011 06:26 a.m., Karl Heinz Brehme Arredondo wrote:
&
Try something like that..:
NetworkCredential credential = new NetworkCredential("username",
"password");
TestService.Service1 ts = new TestService.Service1();
ts.Credentials = credential;
ts.PreAuthenticate = true;
identity.Text = ts.WhoAmI();
It's what I'm using on Windows Mobile, iOS and Androi
licated use of
credential cache. It didn¹t work for me but if it works for you then I might
have something else wrong in my set up.
Regards
Brian
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Karl Heinz Brehme
Arredondo
Sent: Wednesd
Wish this Basic4Android could do visual design and convert to AXML ^^
Karl
From: moster67
Reply-To: "monodroid@lists.ximian.com"
Date: Fri, 15 Jul 2011 21:08:24 +0200
To: "monodroid@lists.ximian.com"
Subject: Re: [mono-android] Status of Mono for Android?
Sorry, I might not have used use
Really??? I was thinking to switch from SQL Mobile 2005 to Sqlite on Windows
Mobile, to avoid SqlCeClasses to SqliteClasses manually replace or #if.
My most frustration about ADO.NET classes is this to be sealed and I can't
make a SqlMyClassForConnection : SqliteConnection, SqlMyClassForDataReade
[mono-android] Antwort: Windows CE Interop
I will fix this the assembly for the SQLLite for windows ce is open source I
will make the name pof the classes small caps and post the assembly here for
any one that want it
2011/7/18 Karl Heinz Brehme Arredondo
> Really??? I was thinking to switch fro
Hi you can try that:
http://android.xamarin.com/Documentation/Guides/Consuming_Web_Services
Karl
From: Gabe Codina
Reply-To: "monodroid@lists.ximian.com"
Date: Wed, 20 Jul 2011 11:46:11 +1000
To: "monodroid@lists.ximian.com"
Subject: SPAM-LOW: Re: [mono-android] WCF services
Hi
Im just
I'm trying to do it on MonoTouch but no clue If I change language and
country and restart application, just the default text appear.
Karl
From: riteshsahu
Reply-To: "monodroid@lists.ximian.com"
Date: Wed, 27 Jul 2011 21:04:44 -0700 (PDT)
To: "monodroid@lists.ximian.com"
Subject: Re: [mon
I'm playing with interesting things but this is because i'm porting windows
mobile to ios, and then to android, and web and windows phone 7 phew.
With extensions and inheritance is possible to do interesting things, like:
textBox.SetText("My Text on this text view/textbox/text something");
This
Natalia
No words to explain my gratitude on that tip.
That solved my sealed problem between Windows Mobile and Monos and future
things:
#if MonoTouch
using SqlCeConnection = Mono.Data.Sqlite.SqliteConnection;
using SqlCeCommand = Mono.Data.Sqlite.SqliteCommand;
using SqlCeDataReader = Mono.Dat
5. Samsung with Android 2.1 has a bug on kernel that can't run Mono. As I
remember it is just on Samsung 2.1 Android version.
Karl
From: Mario Kovač
Reply-To: "monodroid@lists.ximian.com"
Date: Sat, 30 Jul 2011 22:00:03 +0200
To: "monodroid@lists.ximian.com"
Subject: Re: [mono-android] Fi
I don't know if has something related to that but there is missing a "using"
on webrequest and the error appear to be related to request and not on
receive, so that could be like:
using (WebRequest request = WebRequest.Create(url))
{
if (postData)
{
Jonathan Pryor says:
Please unsubscribe me!!
(Just kidding, hehe)
Karl
From: Jonathan Pryor
Reply-To: "monodroid@lists.ximian.com"
Date: Wed, 10 Aug 2011 17:15:25 -0400
To: "monodroid@lists.ximian.com"
Subject: Re: [mono-android] System.Runtime.Serialization.Json in Monodroid?
On Aug 10
A personal "why" for that is a validation module of mandatory fields on a
form/view/activity. The server can send to device which fields are mandatory
and a validation method can search ID names sent from server to do an
automatic validation. So if 2 clients has different rules, server will say
wha
You can "print" somewhere the value of
dbPath = Path.Combine (
Environment.GetFolderPath
(Environment.SpecialFolder.Personal),
FileName);
Then you can see exactly where is the correct path where is the database.
And this folder is read/write, inside
Not good
Never tried it yet on MonoTouch, but I'll need at least a password.
Enterprise clients didn't like databases open.
Karl
From: riteshsahu
Reply-To: "monodroid@lists.ximian.com"
Date: Tue, 16 Aug 2011 16:30:22 -0700 (PDT)
To: "monodroid@lists.ximian.com"
Subject: Re: [mono-androi
But lack of sql queries, that could be great.
Karl
From: cristoph
Reply-To: "monodroid@lists.ximian.com"
Date: Fri, 26 Aug 2011 10:07:46 -0700 (PDT)
To: "monodroid@lists.ximian.com"
Subject: SPAM-LOW: Re: [mono-android] Can't get SQLite Working, keep
getting exception?
I see many thread
If you create a button a name it as buttonOK on the outlet. If you then
select actions, in the same "combo" where outlet appeat, so you can create
then a buttonOK_Click, or whatever.
Then if you save it on interface builder, and return to MonoDevelop (if it's
Xcode 3) so MonoDevelop will create co
like me.
I recommend search on google/bing about "connect outlet". And I recommend
mostly to buy books about monotouch on amazon, one of them has kindle
edition, so buy and read from mac or ipad or iphone. The other new and good
book unfortunately hasn't kindle edition yet.
Karl
Fr
OMG I read all that drunk by sleep as being monotouch list sorry :/
From: Karl Heinz Brehme Arredondo
Date: Fri, 26 Aug 2011 23:58:38 -0300
To: "monodroid@lists.ximian.com"
Subject: Re: [mono-android] Adding an Audio file
I forgot an important step hehe
After you create
To you use google maps from a closed internet application, like a corporate
one, we need to pay a lot for the API Key (in brazil about 9 to 10k USD for
30 users per year). To use it on iOS it's free and do not require a key
(maybe we pay to Apple who pays Google for that key). On android, do we mu
I copied .cs files from compact framework 2.0 (Windows Mobile 6.x) to iOS
and then to Android and all was ok. Of course there is some issues like on
Windows Mobile I had SQL Mobile 2005 native and RDA (Remote Data Access) and
on iOS and Android is Sqlite.. Só, with some extensions, inheritance and
How do you instantiate xmlhandler in the caller?
I think there can exist in the caller:
Common data = new data();
xmlhandler xmlH = new smlhandler(data);
If xmlhandler is an activitie, and if i'ts not possible to add an overrided
constructor with Common as a parameter, you can make common data a
Hi Paul,
The above things are just loud self thought
I'm not doing a real thing yet on Monodroid just on MonoTouch that I think
it's possible but on my old android tests:
OnCreate is like Form1_Load on Windows, so the event than run after the
initialization and constructor of the form class.
As
Ooops The above below things are just loud self thought
From: Karl Heinz Brehme Arredondo
Reply-To: "monodroid@lists.ximian.com"
Date: Mon, 21 Nov 2011 18:38:53 -0200
To:
Cc: "monodroid@lists.ximian.com"
Subject: Re: [mono-android] SPAM-LOW: Passing a class betw
C'mon ppl, think on peace and teach who need, all person have the right to
learn and no one in the World knows everything. If someone feel that already
teached so don't have need to be a self superstar and throw all inferior
peaple to trash. Hitler throw all inferior people to death it's almost the
Due to some incompatibility problems on iOS (it natively accepts only pt or
es and not es-MX, es-CH, etc) and that I'm coming for port from Windows
Mobile to other-OS, but using .NET internal localization that recognize
correctly es-MX and es-CH and etc, I created a table from server to device
that
Hi,
1) Yes
2) Yes, always was a paid product.
3) On iOS, I never compared with Objective C since I don't have a Objective
C version but, MonoTouch generate Objective C and compiles it to native
Objective C application. I don't "feel" any performance issue on iOS on our
application.
4) We have a
++FasterBuilds;
As this kind of bugs aren't so common things, I hope.
From: Wally McClure
Reply-To: "monodroid@lists.ximian.com"
Date: Wed, 4 Jan 2012 12:15:44 -0500
To: , "monodroid@lists.ximian.com"
Subject: Re: [mono-android] deployment errors should show up as build
errors?
Thanks Jo
I think java in general appear to be more mac friendly than windows. So
eclipse appear to run better, and all java things too but It's just a
feeling felt first 2 times when installed java sdk, eclipse and android
first failed and second OK, but man.. That was slow.
On mac it appear that is part
52 matches
Mail list logo