On Dec 22, 2012, at 5:22 PM, craig wrote:
> If you install the app and run it for the first time
How did you install the app? How did you run it?
Once scenario I've seen was this (which also behaved the same with Java):
1. User downloads + installs app through some 3rd party manager
2. User lau
On Dec 21, 2012, at 11:19 AM, tmarelich wrote:
> I sent an E-MAIL to Xamarin, waited 4 days, and did not receive a response.
I'm sorry that support didn't get back to you. In the future, please prefer
emailing supp...@xamarin.com over the web site submission dialog; we are
investigating some se
I am using MonoDevelop for Android and would like some help to download a
text file off the internet.
Here is my code:
try
{
URL url = new URL("mysite.com/thefile.txt");
BufferedReader in = new BufferedReader(new
InputStreamReader(url.openStream()));
On Jan 10, 2013, at 8:55 PM, Canning wrote:
> Here is my code:
>
>try
>{
>URL url = new URL("mysite.com/thefile.txt");
>
>BufferedReader in = new BufferedReader(new
> InputStreamReader(url.openStream()));
`in` is a C# keyword, and thus can't be used to
On Dec 14, 2012, at 8:10 AM, Natanael wrote:
> I have the same problem with 4.4.41
Please try using 4.4.54 or 4.4.55.
4.4.50 fixes device detection on Windows XP, 4.4.54 fixes device detection on
Windows 7, and 4.4.55 fixes offline activation and the creation of
MfaActivation.dat.
Hopefully t
On Dec 1, 2012, at 6:10 PM, steven_pack wrote:
> How can you tell which version of m4a an apk was compiled with?
...
> Is the version compiled in somehow?
No. We are investigating adding that for a future release.
- Jon
___
Monodroid mailing list
Mon