0
votes
2answers
14 views

open android calendar with html link

I need to open the calendar app on my Android Device using a simple html link. I was able to do this in iOS with href=CALSHOW:// is there something similar for android? in alternative is there any ...
0
votes
1answer
12 views

Android tap highlight always pink

i can't fix the problem. I'm testing website on Android smartphone and when i tap on links it becomes hotpink on a second. I'm using styles: ::-moz-selection { background: #989898; color: #fff; ...
0
votes
0answers
10 views

ViewPager and TextView's links clicked through pages

I made an app, that contains ViewPager, and some different Fragments in it: Text-only, Image-only. Iam fighting with a some weird bug: TextView links clickable through one page(left or right) of ...
0
votes
1answer
31 views

Make links in textview open WebView in Android app

Hi I want to make links from TextView of my app open the WebView Activity also inside my app. I am able to handle link clicks using a custom class extending LinkMovementMethod class. Below is the ...
0
votes
2answers
28 views

How can a WebView display a local page through a hyperlink?

I am creating help pages for my application that I display in a WebView. I can easily see the home page, but I can't figure out how to follow local hyperlinks. Here is my code so far: @Override ...
0
votes
1answer
28 views

get link from new page using jsoup?

Hi i'm trying to get prise information from a website. First I must fill in a form then i want to press the submit button so i get the new page then I want to take a link from an id in the new page, ...
0
votes
1answer
46 views

Android - Open URL in background

There is this website for example http://website.com You can like stuff there, with a link like this for example: http://website.com/3020/hype. You have to go to that link to get the article (3020) ...
0
votes
0answers
33 views

How to place a URL link inside an android app, so that the app allows the user to go to that URL, but then allows him to go back to the app?

android-programming newbie here. so I have created an app using phonegap build, & in the app, there's a link I've placed that when I click on it goes to the URL but when I try to go back it just ...
0
votes
2answers
260 views

android won't open google play links from javascript in web-app

I've got an html app which is wrapped in Phonegap and in the android store. I'd like to put a link to the app within the app for users to update if an update is available. According to the ...
0
votes
1answer
51 views

how to insert images, links, carriage return into Searchable Dictionary for Android

I am developing a glossary using the sample code Searchable Dictionary. Thanks to searching here, I have figured out how to update the database, which is a .txt file, and then get it to load by ...
-6
votes
1answer
50 views

how to load URL in JSON? [closed]

I want to ask something. I set url "link" in my contacts.js (json file) but its not work. how to make it works for the url? sorry if my english is bad. "contacts": [ { "id": "c200", ...
0
votes
0answers
101 views

onPageFinished() Android interrupts my webView hyperlinks?

Now I've added onPageFinished to my webView to make sure that the webView is finished loading and I be able to call a JavaScript function from Android mWebView.setWebViewClient(new WebViewClient() { ...
0
votes
0answers
33 views

Android - How to stop Linkify on Long-Press?

I am working on my project where I have a listView and each item is a LinaerLayout that has a TextView with Linkify hyperlink. So, when I press the an item in the List view, it opens a dialog, which ...
0
votes
2answers
27 views

Using linked spans in textview

I have a textview created in a class B programaticly. When class A calls it. It adds text say "I went to the shop" and i need the word "the" to be a link. This i have done using this in CLASS B ...
-1
votes
2answers
78 views

How to have a cloud database linked to an existing android application [closed]

Well I have created a android application for online shopping.Finished with the coding part and the application is up and running.Since gathering the data for all the items is a tedious task I managed ...
0
votes
1answer
368 views

Android- mailto link won't work

I have read many Questions about this topic here at stackoverflow, also my solution come from here but it won't work. Also there is no error message. I have a webview in Android and a Homepage, there ...
-2
votes
3answers
77 views

String as a link in TextView

public String getVisualFormInUI(){ return "Name : "+ name + "\nRating : " + rating + "\nPhone number : " + phoneNumber + "\nAddress : " + address + ...
1
vote
0answers
117 views

Link not working properly on my HTML5 app

I have been going around and around and around, trying to apply as many different solutions as possible, trying to solve this problem by myself. The fact is that I cannot! I am developing a very ...
2
votes
1answer
226 views

how to give diffrent multiple url hyperlink for single facebook message post

I am sending message to facebook wall my post contain an image and title and caption and description.I want to give different hyperlink for different item of my single post.I am successful in sending ...
0
votes
1answer
165 views

Phonegap androing app hyperlink page loading

i am developing android native application using HTML5 and Jquery mobile framework, i used phonegap build features for build my application apk file, anyway my application working well any android ...
1
vote
1answer
99 views

Play video with phone built-in video player

I have a simple button, and I wish to play an URL video (xxx.mp4) by clicking on this button but without a videoView or webView. So if I click on the button , the phone will ask which internal player ...
0
votes
1answer
90 views

html 5 androind native app link target new window

i am developing HTML5 android native app using Jquery mobile framework... at last for build my app i used Phonegap build features, its working great, My question is i had added some links inside my ...
0
votes
0answers
29 views

Android intent to open link in the body of new email from a given sender

I am wondering if it is possible in rooted (or non rooted preferrably) Android devices (from 2.3) to get a link written on the body of an email automatically opened with the desired app when received. ...
2
votes
5answers
80 views

How do I create a simple hypertext link in my app?

I am just trying to make a simple TextView open a link in a browser when clicked. XML: <TextView android:text="@string/account_sign_up_link" ...
1
vote
1answer
75 views

textview with multiple hyperlinks

I have for example the following String \n 3 Doors Down is a http://www.last.fm/tag/post-grunge\" class=\"bbcode_tag\" rel=\"tag\">post-grunge band from Escatawpa, Mississippi, ...
0
votes
0answers
48 views

How to get advertisement link from adView (google admob)?

I use AdMob to create ads on android application.When I touch adView, it will open the web page corresponding to the ad content.So let me ask, I can get the link of the ad currently present on adView ...
0
votes
1answer
172 views

Android parse urls from JSONArray in Textview and make them clickable

I'm currently parsing JSON in my android app (note that I am quite new to this stuff; both android and JSON). Now I got a JSONObject and inside this object a JSONArray with links (strings) inside ...
1
vote
0answers
139 views

Android - Loading Multiple Images from server in GridView

I want to load multiple images from server in GridView in Android by not using individual links, but by just using single link. If anyone know, please tell me.
0
votes
1answer
91 views

Execute a HTTP request within an app

I was wondering if I could make it open But NOT open the android browser, I just need it to visit: (pretend this is the ip) http;//91.91.91.91:2228?1, where it will trigger action on my arduino mega. ...
-9
votes
1answer
371 views

Android textview with clickable phone number [closed]

I have a textview showing Phone: 0900-1111, Fax: 0900-2222 Is there a way to make the phone clickable but not the fax. Using Phone: <a href="tel:09001111">0900-1111</a>, Fax: 0900-2222 ...
1
vote
1answer
235 views

302 Redirect from http to https in Android using Dropbox short Hyperlinks

I have an app which loads and plays music from cloud storage without problems in normal circumstances, except when it comes to Dropbox short links. These links use a 302 header to redirect to an https ...
4
votes
1answer
359 views

Android ACTION_SEND Hyperlink not working in GMail

This is my code for sending an HTML email in Android, with a clickable link. private void sendEmail() { Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND); String subject = ...
2
votes
1answer
173 views

How to manipulate URL on link click in Android WebView

Ok, so a friend of mine wanted an app to view the wiki for a game called Wurm Online. It's nearly done, but I've encountered a problem. This question will also second as a question about my method of ...
0
votes
1answer
47 views

How to select links from this table with JSOUP?

I have a table like this <table class=firstclass> <tr> <td><a href....></a></td> </tr> <tr> <td><a ...
2
votes
2answers
70 views

HyperLink on textview without url not shown and not clickable

I want to show hyperLinke on textview but not on url, For Example: Hi How are "url".(here url will open www.google.com). And all those will be on Alert Dialog.. I have followed following approche but ...
0
votes
0answers
46 views

Links on mobile site moving from their real position

I have a page with links. It's supposed to recognize a mobile device and change a little. When I navigate to it on a mobile device (including an emulator) nothing happens when I click links. However, ...
0
votes
0answers
161 views

Link to Google Play Application from an WEB PAGE

I know how to link users directly to product detail page in Google Play Application from an Android Apps using code below, market://details?id=package_name My question is, is there any way that link ...
0
votes
1answer
76 views

How to show messages in alertdialog randomly

I am using AlertDialog to show any message and links, I use this code. But I want to show a different message (link) in every action randomly. Is that possible? and if it is, can you give me sample ...
0
votes
1answer
565 views

Linking APK for automatic install on my website

It looks like I cant use WordPress to host my .apk because the site doesn't allow this for security reasons. Anyone else have this problem? Does the Android OS automatically start the install ...
0
votes
0answers
61 views

Mixing links and copy-able text in android TextView

I previously had a TextView that was selectable (user can click to copy parts of the text view). I wanted to add certain words that were click able in that text view. Unfortunately, I can only get ...
0
votes
1answer
542 views

Unable to switch from Fragment to Activity / Activity to Fragment in Android Programming

Currently, I am mainly using Fragments to connect to Facebook. However, for the other codes, I am using normal activites (no Fragments). My issue now is that I wish to have a button to link from ...
0
votes
1answer
82 views

Android: change links color in a webvieww

I have a webview that displays remote HTML content formatted using a local css file. In my css file I force the backgroung color to black, but it makes links not easy to read because of their blue ...
0
votes
0answers
84 views

Textview link click in fragment - nothing happen [duplicate]

Possible Duplicate: How do I make links in a TextView clickable? I've a FragmentActivity with three fragments. I've a separate class for each fragment in which i build the fragments view. ...
0
votes
3answers
325 views

Android TextView show text as a link

I have TextView in my app that I want to show text as a link. I have "See Map" string, and I want to show it as a hyperlink (blue and underlined). I'm trying this: ...
2
votes
0answers
42 views

Sending Emails with links in android [duplicate]

Possible Duplicate: How to send email with link to open Android application I'm making an Android which needs to send an email out which contains two links. I've attempted this by sending ...
0
votes
1answer
946 views

Webview shouldoverrideurlloading doesn't work

I have this code in my app: public class Home extends Activity{ @Override public void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); ...
2
votes
0answers
360 views

How to make phone number,links and url all clickable using Html.fromHtml() in TextView

I want to make links,url,phone number-all clickable using Html.fromHtml() method in a Textview. I am trying this ---- txt.setText(Html.fromHtml("<b> Hi this is my text </b> <a ...
0
votes
0answers
158 views

How to intercept click on link in TextView?

I have TextView and it contain HTML with tags. I need to intercept user's clicks on this links, take value of "href" parameter, check it and open my activity if it local link or open browser if it ...
1
vote
0answers
56 views

hyperlink from ruby now working on android browser

We have developed a site using ruby on rails. From the site it sends some mails to users to activate their account, forgot password etc. When we take the link from PC or laptop it works fine. But ...
0
votes
1answer
70 views

Making a particular text of a TextView linkable in android [duplicate]

Possible Duplicate: Hyperlink in Android I want to make a link on a particular text of a Textview. How it is possible in android ? Please help me.

1 2 3 4