[android-developers] Re: erroe when emulator starts

2011-08-11 Thread Neri Martinez
i solve that reinstalling jre+jdk! 2011/8/8 Neri Martinez > Has anyone ever seen this error while trying to run an android application > in the emulator? > > "No command output when running: 'am start -n" > > If so how were you able to resolve the issue?

[android-developers] erroe when emulator starts

2011-08-08 Thread Neri Martinez
Has anyone ever seen this error while trying to run an android application in the emulator? "No command output when running: 'am start -n" If so how were you able to resolve the issue? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

Re: [android-developers] Re: ListView Issue

2011-05-26 Thread Neri Martinez
read that, it use a xml inflator, it will help you http://www.androiddom.com/2011/02/android-shopping-cart-tutorial.html 2011/5/26 Hikmat Khan > Dear I have the same problem to > > > > On Thu, May 26, 2011 at 1:01 AM, Senthil ACS wrote: > >> Agree with Treking.. >> >> Hint: Use layoutinflater >

[android-developers] editable toast

2011-05-25 Thread Neri Martinez
hi, when i press certain button, i have to show something like a toast, but it has to have an editText control with 2 buttons. one button get the text inserted in the "toast" and another is a cancel button. the question is if exist any control to emulate that "toast" control. thanks! -- Neri M

[android-developers] get an image from mysql in a pc

2011-05-19 Thread Neri Martinez
hi, this proyect has 2 parts: 1) in a pc is a mysql server running. I wanna do a program that save an image into mysql (i read that i have to use blob fields) 2) from my android device, i want to get that image from mysql (that was uploaded by the program in the pc) another question: is php the