[mono-android] Handling back button in Tabgroup

2011-09-17 Thread Nilesh
Hi, I have an application with two tabs on the screen. Second tab has multiple child screens and while navigating on these screen tab should remain at the bottom. I have achieve this functionality by using the activitygroup and it is working fine. Now I want to handle back button functionality fo

[mono-android] cant get my head around progress bar

2011-09-17 Thread John Murray
I've cracked a number of things along the learning curve of Mandroid but I am being really thick here I just cannot get my head around the implementation of a progress bar - can some kind soul help me with some idiot proof code? I have a static class method which fetches some meteorological

[mono-android] How to do OnSeekBarChangeListener?

2011-09-17 Thread andineupert
Hey, how can i register a method on something like a seekbarchanged (when i adjust the slider)? The example down there is how you would do it in java/Android SDK. MonoDroid says he don't knows SeekBar.OnSeekbarChangeListener. package com.AndroidSeekBar; import android.app.Activity; import andro

[mono-android] Spinner control popup issue in activitygroup

2011-09-17 Thread Nilesh
Hi, I am interested to have spinner control inside tab activity group for my application. I am able to populate and display data in the spinner control but when I click on spinner control to change the value it gives the error. I think this issue is with the context I am providing to the spinner

Re: [mono-android] How to do OnSeekBarChangeListener?

2011-09-17 Thread Atsushi Eno
Hello, > Hey, how can i register a method on something like a seekbarchanged (when i > adjust the slider)? > The example down there is how you would do it in java/Android SDK. > MonoDroid says he don't knows SeekBar.OnSeekbarChangeListener. > Note that in M4A all interfaces are prefixed 'I' on th

[mono-android] Examples using Android Callable Wrappers

2011-09-17 Thread dgoughnour
I have a fairly large application built using Mono for Android. I need to add a mapping component using the Google Maps API. I understand that any activity that uses the MapView must extend MapActivity and hence must be written in Java. I have this working based on the example on github. I've even

Re: [mono-android] Examples using Android Callable Wrappers

2011-09-17 Thread Jonathan Pryor
On Sep 17, 2011, at 8:48 AM, dgoughnour wrote: > The question is what is the best way to 'reach into' the managed code to get > values and data needed to display current information on the map. Using Android Callable Wrappers is probably not the best way to do this, largely because they're very

[mono-android] Unhandled exception doesn't show any info in VS

2011-09-17 Thread archeg
Hi, I've already asked that in stackoverflow. Thought it would be reasonable to ask that here too. I'm trying to play with Android emulator and VS. I've downloaded GLTriangle20 example and tried to run it. However it fell at CreateFrameBuffer(); Visual Studio highlights this line with green, paus

Re: [mono-android] "Failed to get device space on disk" with android emulator

2011-09-17 Thread archeg
Maybe this one is solution to your problem: http://android.xamarin.com/Documentation/Troubleshoot#There_is_not_enough_storage_space_on_the_device_to_deploy_the_package http://android.xamarin.com/Documentation/Troubleshoot#There_is_not_enough_storage_space_on_the_device_to_deploy_the_package -- V

[mono-android] Installin' problem

2011-09-17 Thread endlessloop
Hello i tried installing JDK 6 and then installing Android SDK but this error appears. Can someone help me? thanks in advice :). http://mono-for-android.1047100.n5.nabble.com/file/n4808760/problem.jpg -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Installin-pro

Re: [mono-android] Installin' problem

2011-09-17 Thread endlessloop
BTW, that's JDK 32bit (x86). -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Installin-problem-tp4808760p4808765.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@

[mono-android] Activity is not shown.

2011-09-17 Thread endlessloop
Hello, i have a problem. Don't know why, but i did literally as the tutorial said (the Hello World tutorial), and when i run the program in the "run without debug" mode, the activity is not shown (only the emulator content is shown. i.e. the emulator interface, the A N D R O I D _ welcome message,

[mono-android] ViewHolder class

2011-09-17 Thread jondavidjohn
I'm having trouble finding the ViewHolder class in the Mono for Android Namespaces. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/ViewHolder-class-tp4811649p4811649.html Sent from the Mono for Android mailing list archive at Nabble.com. ___

Re: [mono-android] Update ListView when dataset changes.

2011-09-17 Thread shebu
Hi, Alternatly, you can have a look at my implementation of arrayAdapter : it may be consume less ressources as i don't instanciate a new adapter each time data are updated. And with this implementation, you don't have to rewrite the GetView for each of your list (in fact, my aim is to write a re

[mono-android] Share published MonoDroid app or game.

2011-09-17 Thread Ramon Chan
I really want to know what apps (particularly games) our mono developers have published to Android market so far? My simple 2D game is slow sometimes even running on a 1GHz dual core honeycomb tablet. Here is my game : https://market.android.com/details?id=ApplesMeetDurians.ApplesMeetDurians https:

[mono-android] Windows Installation Docs out of Date

2011-09-17 Thread vbisbest
I just ran through the install instructions found here http://android.xamarin.com/Installation/Windows. They need to be updated. For one, it made no mention of installing GTK#. I am also getting errors trying to create a MD project and running (follow up post on the way). Ray -- View this mess

[mono-android] MD Error on First Time Install JDK 7

2011-09-17 Thread vbisbest
I am running a clean install of all components. I am getting this error when I try to run my project: C:\Program Files\MSBuild\Novell\Novell.MonoDroid.Common.targets(2,2): Error: Could not locate Java 6 SDK. (Download from http://www.oracle.com/technetwork/java/javase/downloads.) (Test) I can

Re: [mono-android] MD Error on First Time Install JDK 7

2011-09-17 Thread vbisbest
Sorry, looks like jdk 6 is only supported. Should be fine after I install. Ray -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MD-Error-on-First-Time-Install-JDK-7-tp4794596p4794651.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] MD Error on First Time Install JDK 7

2011-09-17 Thread vbisbest
Well it appears that you cant install android sdk r12 without JDK 7 (Says you need to have JDK installed). And I dont see a download for r10. Any ideas? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MD-Error-on-First-Time-Install-JDK-7-tp4794596p4794838.html Sen

[mono-android] Debugging in VS2010 is unusable!

2011-09-17 Thread vbisbest
It takes literally 8 minutes to send a single http request and return the response. I have the same code in MonoTouch for iPhone and it takes about 2 seconds. I saw other people with the same issue on the forums here, but no resolution (although my debugger stays connected). I am evaluating befo

[mono-android] Is there a search bar equivilent on android?

2011-09-17 Thread vbisbest
I need a search bar that sits on top of a list view. Think of the iPhones email search implementation. How can this be accomplished. Thanks, Ray -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Is-there-a-search-bar-equivilent-on-android-tp4798304p4798304.html Se

[mono-android] Need a custom list item example

2011-09-17 Thread vbisbest
I cant seem to find an example of how to implement a custom list item. I need to place 4 text fields in a single list item. I have a ListView on an Activity window. Thanks, Ray -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Need-a-custom-list-item-example-tp48

Re: [mono-android] Need a custom list item example

2011-09-17 Thread vbisbest
Perfect! Thank you! Ray -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Need-a-custom-list-item-example-tp4807108p4807439.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list

Re: [mono-android] MD Error on First Time Install JDK 7

2011-09-17 Thread Mike Child
Android sdk r12 does not require java 7. I don't have java 7 on any of my computers and r1 tr works fine on them all.you need the java 6 jdk On Sep 17, 2011 2:17 PM, "vbisbest" wrote: > Well it appears that you cant install android sdk r12 without JDK 7 (Says you > need to have JDK installed). And

Re: [mono-android] Debugging in VS2010 is unusable!

2011-09-17 Thread Mike Child
That's pretty much the way it is if you are using the emulator. Not really anything you can do about it. The android emulator is notoriously slow and google admits it. It has nothing to do with monodroid. Google is emulating the arm instructions so it is much closer to the the phone architecture wh

Re: [mono-android] Debugging in VS2010 is unusable!

2011-09-17 Thread Sayed Arian Kooshesh
yeah, emulator sucks. debug on your phone, fool. On Sat, Sep 17, 2011 at 2:42 PM, Mike Child wrote: > That's pretty much the way it is if you are using the emulator. Not really > anything you can do about it. The android emulator is notoriously slow and > google admits it. It has nothing to do wi