I need an example in C # monodroid how to ftp. Anyone have any examples.
thank you
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Example-FTP-tp5504951p5504951.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
I am with the following error in the command
request.GetRequestStream Stream stream = () // ERROR: Not Connected
, the routine below, can someone help me.
Uri uri = new Uri(ftpHost + "/" + remoteFilePath);
FtpWebRequest request = (FtpWebRequest)FtpWebRequest.CreateDefault( uri );
Hello friends.
I am developing a simple launcher type KIOSK, seeking a way out of KIOSK
and return to the Tablet operating system.
Any idea?
My routine and Manisfest below.
using System;
using Android.App;
using Android.Content;
using Android.Runtime;
using Android.Views;
using Android.Widget;
Sucess, thank you.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Simple-LAUNCHER-KIOSK-tp5621309p5630829.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodroid@lists.
Hi friends.
I am developing a flash plugin in webview and the sites do not perform
plugin flash.
My code:
base.OnCreate(bundle);
// Set our view from the "main" layout resource
SetContentView(Resource.Layout.Main);
web_view = FindViewById(Reso
Hi friends. I am developing a flash plugin in webview and the sites do not
perform plugin flash.
My code:
http://schemas.android.com/apk/res/android";
android:installLocation="internalOnly" package="com.navegador.android"
android:versionCode="1" android:versionName="1">
After install release 4.4.38 mono lost license.
Activate option don´t work.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Mono-Lost-License-4-4-38-tp5712531.html
Sent from the Mono for Android mailing list archive at Nabble.com.
Hi
I have a theme project in Visual Studio where I created the xml style and
images.
How do I create a reference to use this theme without having to copy the
files in each project?
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Project-Reference-Visual-Studio-t
For now, the best way I found was to add the files as link on each project
where I will use the theme.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Project-Reference-Visual-Studio-tp5712542p5712563.html
Sent from the Mono for Android mailing list archive at Nab
Hi
I'm trying to update mono for android to version 4.4.41, but after install
my license is lost.
The Activate option in Visual Studio 2010 don´t work. Nothing happens when I
click the Activate button. No erro ando no message.
--
View this message in context:
http://mono-for-android.1047100
I'm trying to update mono for android to version 4.4.41, but after install my
license is lost. The Activate option in Visual Studio 2010 don´t work.
Nothing happens when I click the Activate button. No message and no error.
Do you have the link download for 4.2.8? I can´t find.
--
View this mes
I have the same problem with 4.4.41
Only 4.2.7 works for me.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Update-4-2-8-Broke-Activation-tp5712242p5712622.html
Sent from the Mono for Android mailing list archive at Nabble.com.
__
I have a simple app that calls a method in the click event of the button.
As I'm clicking the button the use of memory is increasing and it is not
released.
I suspect this problem is related to the use of List. The Clear() method
seems not release the memory.
Android 4.0.1
MonoAndroid 4.4.54
Vis
Android 4.0.3 for Galaxy Tab 10.1 provides a native task manager that shows
the memory used by the app.
Only when I call GC after list.Clear() explicitly memory usage is stable.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Memory-Leak-With-Simple-App-tp5713078
Same problem here.
Seems to be a android´s problem.
http://code.google.com/p/android/issues/detail?id=32545
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Bluetooth-problem-tp5713291p5713293.html
Sent from the Mono for Android mailing list archive at Nabble.com
We have several enterprise applications on tablets for salespeople in the
field.
The apk was generated using shared runtime to avoid a very large file. Each
tablet has the runtime libraries installed separately.
With version 4.10.02 i can´t generate the apk in VS2010 with the shared
runtime optio
In Java:
PackageManager packageManager = getPackageManager();
startActivity(packageManager.getLaunchIntentForPackage("com.skype.android"));
In Monoandroid
getPackageManager() not exists.
Thanks
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Run-Skype-app
17 matches
Mail list logo