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
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/
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
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
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.
__
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
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
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
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
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.
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
25 matches
Mail list logo