Re: [android-developers] Is anyone able to run the 4.3 emulator under Linux?

2013-07-29 Thread Jacky Alciné
I'm running 13.04, its fine. Sent from my Nexus 4 - sans the typos. On Jul 28, 2013 5:31 PM, Kostya Vasilyev kmans...@gmail.com wrote: It helps, thanks a lot! I feel so special (again) :) -- K 2013/7/28 Yaron Reinharts yaron.reinha...@gmail.com Hi, No problem here (Ubuntu 12.04)

Re: [android-developers] open street maps with native android apps

2013-04-30 Thread Jacky Alciné
What are you trying to do? You want Google Maps to use its map information? Jacky Alciné home.jalcine.me - blog.jalcine.me - linkedin.jalcine.me On Tue, Apr 30, 2013 at 2:28 PM, Gink Labrev gink.lab...@gmail.com wrote: How to use open street maps with native android apps ? There are a lot

Re: [android-developers] GCM demo error

2013-04-19 Thread Jacky Alciné
Why so big? Jacky Alciné home.jalcine.me - blog.jalcine.me - linkedin.jalcine.me 2013/4/19 Adrià Bergé Aguilar adriabe...@gmail.com Hola a todos,Tengo unos días investigando el tema de GCM, en primer lugar me puse compilando prueva 2 proyectos, el servidor y el cliente. El problema se

Re: [android-developers] ADT Rev.2.0.1-Rev.2.0.0

2012-12-27 Thread Jacky Alciné
Return to the older version? Do what you just did. Uninstall 2.0.1 and then install 2.0.0 On Thu, Dec 27, 2012 at 1:40 PM, RVM eret...@gmail.com wrote: I installed the ADT Rev. 2.0.1. Now I want return the ADT Rev. 2.0.0. How to do it? -- You received this message because you are subscribed

Re: [android-developers] Old versions still being downloaded from Google Play?

2012-12-14 Thread Jacky Alciné
On Dec 14, 2012 3:36 PM, TreKing treking...@gmail.com wrote: On Fri, Dec 14, 2012 at 2:14 PM, Bram Stolk b.st...@gmail.com wrote: It is a free app. If you made changes to the app that would prevent it from being available to older devices (like you changed minSDK to 2.1), users with those

Re: [android-developers] How to dispaly XML format to normal UI in Run Time

2012-12-10 Thread Jacky Alciné
This was the most direct request for help I've seen to date. Jacky Alcine http:// blog.jalcine.me Sent from my Nexus 7 On Dec 10, 2012 8:17 AM, skink psk...@gmail.com wrote: laxman k wrote: how to parse xml http://developer.android.com/training/basics/network-ops/xml.html pskink

Re: [android-developers] Netbeans for Linux and Android

2012-12-07 Thread Jacky Alciné
None in particular; you'll just have to handle the act of using Ant for the automation of the ADK. Also, the docs might be your best friend here. Jacky Alcine http:// blog.jalcine.me Sent from my Nexus 7 On Dec 7, 2012 2:16 AM, SL@maxis ecp_...@my-rialto.com wrote: I am thinking of writing

Re: [android-developers] ADT Plugin Installation

2012-09-02 Thread Jacky Alciné
Yeah, don't bother with Windows, stick with development on Ubuntu. It'll run a lot easier with less hacks. On Sun, Sep 2, 2012 at 7:27 PM, Fred Niggle fred.nig...@googlemail.comwrote: Since you have working development environment working fine on Ubuntu, why bother with windows? On 1

Re: [android-developers] How do I append an Xml File?

2012-08-30 Thread Jacky Alciné
Why not use a DOM parser? On Thu, Aug 30, 2012 at 3:42 PM, Guilherme Bernardi gui.bernard...@gmail.com wrote: Hi. I'm trying to append an Xml Data File. The structure of Xml is: ?xml version='1.0' encoding='UTF-8' standalone='yes' ? clientes cliente4 Empresa1/Empresa

Re: [android-developers] Non Repeating random number btw 1 to 1000

2012-06-12 Thread Jacky Alciné
By non-repeating, you mean numbers without numbers that don't have digits whose occurance is greater than one, like 394 or 721 as opposed to 444 or 333? On Wednesday, June 06, 2012 21:01:11 PM Hemant Chaudhari wrote: Hello, I want to generate non Repeating random number between 1 to 1000. If