[android-developers] Re: Android Emulator internet connectivity Problem

2011-10-25 Thread Andriod Beginer
Hello manish Just Remove your DNS Server IP from LAN Settings. Internet works Automatically on your Emulator On Oct 21, 11:01 am, manish sandhan sandhan.man...@gmail.com wrote: I m new in android... I m not able to connect my android emulator to internet neither from my app nor from the

[android-developers] Re: problem with Linkify.addLinks(

2011-05-16 Thread beginer
://www.donostiakultura.com;;      Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(la_dire));      startActivity(*Intent.createChooser(browserIntent, Browse with...)*); -- Kostya 05.05.2011 12:47, beginer О©╫О©╫О©╫О©╫О©╫: Yes On May 5, 10:35 am, Kostya Vasilyevkmans

[android-developers] Re: problem with Linkify.addLinks(

2011-05-05 Thread beginer
family not supported by protocol I would guess that it's IPv6 related. PS - Don't use hardcoded strings for intent actions, there are constants like Intent.ACTION_VIEW. -- Kostya 05.05.2011 10:37, beginer пишет: thanks Kostya I put

[android-developers] Re: problem with Linkify.addLinks(

2011-05-05 Thread beginer
Yes On May 5, 10:35 am, Kostya Vasilyev kmans...@gmail.com wrote: Can you access the site with the  emulator's web browser? 05.05.2011 12:17, beginer пишет: sorry but I don't understand what you said On May 5, 9:52 am, Kostya Vasilyevkmans...@gmail.com  wrote:  Copying back

[android-developers] Re: problem with Linkify.addLinks(

2011-05-04 Thread beginer
want when I click in the labelTitle to open the url directly, I don´t want to have to click in the url. How can I do this? thank you very much, excuse my english. On May 3, 12:04 pm, beginer j.ur...@gmail.com wrote: I resolved the problem, but known the link only appear sometimes. I have a List

[android-developers] Re: problem with Linkify.addLinks(

2011-05-03 Thread beginer
/AndroidRuntime(339): at dalvik.system.NativeStart.main(Native Method) Do you known what happend? Thanks On Apr 29, 9:43 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Apr 28, 2011 at 8:03 AM, beginer j.ur...@gmail.com wrote: I want to add a link in my ListView, I am using this code

[android-developers] Re: problem with Linkify.addLinks(

2011-05-03 Thread beginer
at line 147 in your AndroidXml.java. -- Kostya 03.05.2011 12:11, beginer ?: 05-03 08:05:16.051: ERROR/AndroidRuntime(339): FATAL EXCEPTION: main 05-03 08:05:16.051: ERROR/AndroidRuntime(339): java.lang.NullPointerException 05-03 08:05:16.051: ERROR/AndroidRuntime(339

[android-developers] problem with Linkify.addLinks(

2011-04-29 Thread beginer
I want to add a link in my ListView, I am using this code: TextView tv = (TextView)findViewById( R.id.link2_view ); tv.setText(www.google.es); Linkify.addLinks( tv, Linkify.WEB_URLS ); but don't work The Android emulator said: The application has stopped unexpectecly .please try again. I'm

[android-developers] Camera preview from API demos looks weird in HTC Hero

2010-01-10 Thread a beginer
I am trying to run the camera preview example from the API demos on my HTC Hero (Sprint). However, the preview looks grainy and unclear. Are there any device specific settings that I need to be aware of? -- You received this message because you are subscribed to the Google Groups Android