Hi,
Invalid Method Name : getExternalStorage2Directory
I thought it is getExternalStorageDirectory without the 2
unless it is your own method.
Sridharan Srinivasan
On Tue, Sep 13, 2011 at 5:26 AM, mcgear wrote:
> Anyone have any ideas?
>
> --
> View this message in context:
>
Hi,
If you save the files in /data/data/files
[Environment.GetFolderPath(Environment.SpecialFolder.Personal)]
then it will not get deleted.
But you have to first time transfer the files using
Assets.Open to this folder first time after you package the files
I wish i could save files in one place so when I deploy a new version of the
app this files don't get deleted
any one have something like this?
___
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman
Hi Everyone,
I was wondering if anyone was able to get RESX files to work yet.
I'll be getting back to this soon and was curious if there was a solution
yet. :)
Thanks,
Ant
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Karl
Anyone have any ideas?
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/How-to-deploy-App-To-Market-tp4774508p4796028.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid mailing list
Monodr
Hi @all,
I try to use a web service with monodroid and there is a strange problem ...
First of all I used the same web service with a winforms application. I
added a tracing option and the Header of the request is looking like this:
http://sdk.axeda.com/webservices/typ
Hi Everyone,
I'm new to Android & MonoDroid, so please forgive me for any dump questions.
I want to create a custom control to be used from many activities. This
control will be as follows:
- The UI will consists of a Button & a TextView.
- The button will have some imag
Hi Nicklas,
You need to put all the platform assemblies in the same directory as
the file you're verifying (PEVerify doesn't know about monodroid nor
where to find the platform assemblies)
Rolf
On Sat, Sep 10, 2011 at 2:23 PM, Nicklas Møller Jepsen
wrote:
> Hi Rolf,
>
> Thank you for your answe