Re: [mono-android] how to know my app version number on google play from my device

2013-04-09 Thread javitxin
I found a solution.. just create a parameter and call it using a web service to get the version number.. Thanks.. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/how-to-know-my-app-version-number-on-google-play-from-my-device-tp5713117p5713124.html Sent from the

[mono-android] how to know my app version number on google play from my device

2013-04-09 Thread javitxin
Hi, does anyone know how to get the version number of my published app in google play from any device? I just want to compare my publish number version with the client installed number version.. Thanks in advance!! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/

Re: [mono-android] 4.2.3 debugger

2013-02-11 Thread javitxin
I have developed a 10 sdk app and since last few updates it doesn´t stop at any breakpoint.. I have returned to 4.2.2. version of mono for android and it was solved.. Now I have reinstalled all my work environment and I dont have 4.2.2 version so, No stops at breakpoints... Anyone can provide me

[mono-android] submitting data from webview

2013-01-09 Thread javitxin
Hi, I am trying to submit data to a url from a webview...with no success... this is my code.. am I doing something wrong? Android.Webkit.WebView webview = new Android.Webkit.WebView(this); webview.Settings.LoadWithOverviewMode = true; webview.S

Re: [mono-android] property getValue error (reflecting)

2012-12-19 Thread javitxin
has shared runtime anything to do with this? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/property-getValue-error-reflecting-tp5712653p5712654.html Sent from the Mono for Android mailing list archive at Nabble.com. __

[mono-android] property getValue error (reflecting)

2012-12-19 Thread javitxin
Hi, I have a problem when using my deveolped app.. This is the stacktrace : + ex {System.ArgumentException: Get Method not found for 'ID_EMPLEADO' at System.Reflection.MonoProperty.GetValue (System.Object obj, System.Object[] index) [0x0] in :0 at eGestionaMobile_Da

[mono-android] Is there any treeViewlist on Mono for android?

2012-11-13 Thread javitxin
Hi, I wonder if there is any treeview or treeListView or something that could improve our android apps... If not.. is there any other options? Thanks in advance... -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Is-there-any-treeViewlist-on-Mono-for-android-tp

Re: [mono-android] ListView Item click color

2012-11-11 Thread javitxin
any help please! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/ListView-Item-click-color-tp5712328p5712336.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@li

[mono-android] ListView Item click color

2012-11-09 Thread javitxin
Hi, I have a problem when selecting an item in a listview (not ListActivity). Until now, when selecting, this item changes its background color using a list_selector.xml. The problem is when doing something when selecting that item. I have to do someting and I didnt know how to call OnListItemCl

Re: [mono-android] Resources in Mono for Android Library Project

2012-10-08 Thread javitxin
Did you get any kind of result with friday's attached file Atsushi Eno? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Resources-in-Mono-for-Android-Library-Project-tp5626331p5712131.html Sent from the Mono for Android mailing list archive at Nabble.com.

Re: [mono-android] Resources in Mono for Android Library Project

2012-10-05 Thread javitxin
Hi Atsushi Eno, Aa you advised me in yesterday post (http://mono-for-android.1047100.n5.nabble.com/Custom-AccordionView-tp5712080.html) .. I am trying to zip (bin and resources) from my eclipse/adt built project and include in my binding project as LibraryProjectZip.. Then I build the binding pro

[mono-android] Custom AccordionView

2012-10-04 Thread javitxin
Hi, I am implementing an accordionView but until now..with not all success I wanted.. First.. I used some java classes where the accordionView is developed.. I assumed thay are ok.. with no bugs or errors.. This is the source: https://github.com/hamsterready/android-accordion-view As it is Ja

Re: [mono-android] Android Account Provider

2012-09-24 Thread javitxin
Hi again... Once I have added my account... i have some doubts...Maybe someone can help me... Now, when entering in accounts and sync... and editing my account type.. o adding a new one.. the mobile reboots.. so I asume there is something I forgot... or somethiong is wrong in my service.. On th

Re: [mono-android] Android Account Provider

2012-09-20 Thread javitxin
Someone can help me please? Thanks! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Android-Account-Provider-tp5711848p5711901.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing

[mono-android] Android Account Provider

2012-09-17 Thread javitxin
Hi, I am trying to implement an account provider with no success..I hope someone could help me please.. First, this is my service and AccountAuthenticator class namespace test { public class AccountAuthenticatorService : Service { private static AccountAuthenticator sAccountAu

[mono-android] memory stream way deserialize

2012-09-07 Thread javitxin
I have a problem deserealizating a xml string ... no bugs but each property value is not assigned.. Anyone knows why? This is my code.. public static object deserealizarObjeto(string _objectoSerializado, Type _tipo) { try { // Deserializamo

Re: [mono-android] Best way to work offline?

2012-07-18 Thread javitxin
Thanks. Finally, i am going to user sqlite.. i am doing a little engine to my data access...but i have a question.. How do I sync with my data server? do you have any example or tutorial to point me? Thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Re-Best-

[mono-android] Best way to work offline?

2012-07-17 Thread javitxin
Hi, i would like to develop an app that could work online/offline mode..and i am studying all possibilities. One is working with typed dataset but when I add a typed dataset in an android class library.. it crashes.. so I suposse that an android class doesn`t support typed dataset.. maybe I am wr

Re: [mono-android] Limits of free version

2012-07-12 Thread javitxin
thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Limits-of-free-version-tp5710840p5710848.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@lists.ximian.com

Re: [mono-android] problem installing apk in device

2012-07-12 Thread javitxin
I found the problem. When using sharetime runtime, the app is not able to run in a device.. Thanks! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/problem-installing-apk-in-device-tp5710772p5710845.html Sent from the Mono for Android mailing list archive at Nabble

Re: [mono-android] Limits of free version

2012-07-11 Thread javitxin
I wnow but I want to know if I can install the app in a real device and make it work despite of debugging in a emulator. Thanks -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Limits-of-free-version-tp5710840p5710842.html Sent from the Mono for Android mailing list

[mono-android] Limits of free version

2012-07-11 Thread javitxin
Hi, I am not sure if free mono for android is limit just to debug apps in a emulator and not to install in real devices.. At first, I thought that the difference was debugging in a emulator or in a real device, but now, maybe I can't install my app in real device with free version. This is Logic

Re: [mono-android] problem installing apk in device

2012-07-11 Thread javitxin
Thanks.. it worked.. but when opening the app it crashes...saying "la aplicacion se ha interrumpido inesperadamente. Intentalo de nuevo.", tralating.. "the application has stopped unexpectedly. Please try again." My android firmware is 2.1 updated. And my developed app has sdk 7 and api level

Re: [mono-android] problem installing apk in device

2012-07-09 Thread javitxin
I just copyed to my device and try to install through a file manager. One question.. Before I buid my app with my new keystore, I change my vs2010 project properties in release template and paste that .keystore at the app path. then, I build the app.. is this correct? Is my app built and signed wi

[mono-android] problem installing apk in device

2012-07-09 Thread javitxin
Hi everyone, I am new develping apps with mono for android and I am trying to do a full working example. the problem is that when I try to install my app in my mobile, this tells me that no application was installed. I have followed all the instructions in http://android.xamarin.com/index.php