I would like to have my starting intent no load an activity if this is
possible, I need it to check some values and then decide which activity to
load. I currently am doing this by loading a main activity and the very
first thing I do is check, and then switch activities. This is obviously
not id
On Aug 11, 2011, at 9:00 AM, tsukrov wrote:
> As I found GZipStream does nothing in Release 1.0.2. Read reads 0 bytes/
> Write writes 0 bytes.
> Please confirm.
I can't reproduce. This is the fragment I tested:
const string expected = "Hello, compressed world!";
var o = new Memory
Hi everyone,
There's a new version of the Mono for Android addin available. This
new version, 2.6.5.3, fixes the Mono.Posix issue that a few users have
been reporting, and includes some improvements for detecting available
space on devices.
This update is available from the Beta channel, and you
There's a new version of the Mono for Android Addin available,
2.6.5.3, that fixes this issue. The addin update is available in the
Add-in Manager, from the Beta channel, if you refresh the Updates list
the update should be listed there.
The release notes for the addin are here:
http://android.xam
On Aug 12, 2011, at 12:37 PM, was wrote:
> Herewith Toolbar.axml. However, during testing, I have commented out the
> code which uses this resource - and everything else in the OnCreate
> procedure except for:
>
> base.OnCreate(bundle);
> SetContentView(Resource.Layout.Main);
>
> so I don't thin
One way to accomplish this is to implement the Search interfacce. It's
documented here: http://developer.android.com/guide/topics/search/index.html.
Google provides a Searchable Dictionary sample that shows how to do it. I may
have ported it to Mono for Android. I'll have to check later on this
I'll do that tomorrow.
Herewith Toolbar.axml. However, during testing, I have commented out the
code which uses this resource - and everything else in the OnCreate
procedure except for:
base.OnCreate(bundle);
SetContentView(Resource.Layout.Main);
so I don't think it can have any bearing on the
On Aug 12, 2011, at 11:59 AM, was wrote:
> I have included the armeabi-v7a architecture in my release build (together
> with armeabi) but it makes no difference; the app still crashes as described
> earlier.
Can you provide `adb logcat` output?
I'm not able to reproduce on my Xoom, but I can't di
I have included the armeabi-v7a architecture in my release build (together
with armeabi) but it makes no difference; the app still crashes as described
earlier. I have commented out all code in my main form's activity except
for:
protected override void OnCreate(Bundle bundle)
{
On Aug 10, 2011, at 2:13 PM, emalamisura wrote:
> Is there a way to analyze the heap and memory allocations much like how
> Eclipse will let you for Android?
Not at this time. We will be supporting Mono's heap profiler in a future
release.
- Jon
___
Hi Indelex,
The easiest way for you to unsubscribe is to go to
http://lists.ximian.com/mailman/listinfo/monodroid and enter in your email
address and the password you selected. If you don't know your password, you
can request it send a reminder.
I hope that helps,
Jeff
On Fri, Aug 12, 2011 at 1
On Aug 11, 2011, at 7:32 AM, mapell wrote:
> It is possible to create C# MapActivity instead of creating Java MapActivity
> and add it as intent (example:
> https://github.com/mono/monodroid-samples/tree/master/GoogleMaps)?
Not at this time. We are working on supporting that for a future release.
Hi,
It is possible to create C# MapActivity instead of creating Java MapActivity
and add it as intent (example:
https://github.com/mono/monodroid-samples/tree/master/GoogleMaps)?
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/MapActivity-tp4689229p4689229.html
Sen
Is there a way to analyze the heap and memory allocations much like how
Eclipse will let you for Android? I need to know because I have ran into a
situation where I had to take manual control of Orientation changes, and
Google has stated this can cause serious memory leaks if you are not
cleaning u
Please remove my email address from your list!
___
Monodroid mailing list
Monodroid@lists.ximian.com
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid
On Aug 12, 2011, at 8:56 AM, malexandroni wrote:
> I tried the JS interface in Java and it works fine, but I tried to replicate
> the code in Mono for Android and it does not work. What am I doing wrong?
That won't work at this point in time. :-(
The problem is reflection: in order for the JavaS
On Aug 12, 2011, at 4:20 AM, Narayan Sainaney wrote:
> -Original Message-
> From: monodroid-boun...@lists.ximian.com
> [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of dbeaugrand
> I have a need to monitor the state of the network connections in my
> application. I have setup a Br
On May 13, 2011, at 3:17 PM, dbeaugrand wrote:
> I have a need to monitor the state of the network connections in my
> application. I have setup a BroadcastReceiver on
> ConnectivityManager.ConnectivityAction to do this.
...
> But the JAVA example i was following uses getParcelableExtra to obtai
On Aug 12, 2011, at 6:36 AM, was wrote:
> My Monodroid app runs fine on my OS2.1 mobile and on the emulator. However, a
> beta tester has installed it on his Acer tablet running OS3 (Honeycomb), and
> it crashes on launch:
>
> “Sorry! The application Skylog Pro (process SkylogPro.SkylogPro) has
>
Hi,
I tried the JS interface in Java and it works fine, but I tried to replicate
the code in Mono for Android and it does not work. What am I doing wrong?
public class Activity1 : Activity
{
WebView appView;
protected override void OnCreate (Bundle bundle)
{
Ever thought of jQuery?
On 12/08/2011 10:13 PM, "vsr28" wrote:
> Hi Guys...
>
> I have populated one Sectioned ListView which contains 14000 items(fetched
> from database). It is quite difficult to navigate through one by one. For
> which i want to give search textbox/bar at top so that user can h
Hi Guys...
I have populated one Sectioned ListView which contains 14000 items(fetched
from database). It is quite difficult to navigate through one by one. For
which i want to give search textbox/bar at top so that user can have search
result as soon as he/she type some alphabets.
Waiting for you
I am trying to do the same thing. Have you found a solution?
Thanks
-Original Message-
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of dbeaugrand
Sent: May-13-11 12:17 PM
To: monodroid@lists.ximian.com
Subject: [mono-android] Detecting
23 matches
Mail list logo