[android-developers]How can i make to return from the external link to my application?

2010-09-08 Thread Lidia G
Hello guys, I have the following question.My android application has 3 links. the example of code is as follows:  String termsConditions =" "+"Conditions"+" ";        bottomTermsConditions.setText(Html.fromHtml(termsConditions)); bottomTermsConditions.setMovementMethod(LinkMovementMethod.getInst

[android-developers] How can i make to return from the external link to my application?

2010-09-08 Thread Lidy
Hello guys, I have the following question.My android application has 3 links. the example of code is as follows: String termsConditions =" "+"Conditions"+" "; bottomTermsConditions.setText(Html.fromHtml(termsConditions)); bottomTermsConditions.setMovementMethod(LinkMovementMethod.getInstance());

Re: [android-developers]How can i make to return from the external link to my application?

2010-09-08 Thread Sebastián Treu
On Wed, Sep 8, 2010 at 7:35 AM, Lidia G wrote: > When the link button is pressed from my application and the required internet > page is opened, if i press back from the phone, it is not returning any time > back to my application. > Is there are any possibility to make it programmatically to re

Re: [android-developers]How can i make to return from the external link to my application?

2010-09-08 Thread Lidia G
--- On Wed, 9/8/10, Sebastián Treu wrote: From: Sebastián Treu Subject: Re: [android-developers]How can i make to return from the external link to my application? To: android-developers@googlegroups.com Date: Wednesday, September 8, 2010, 10:57 AM On Wed, Sep 8, 2010 at 7:35 AM, Lidia G