Android :: TextView Underline Phone Number And Hyperlink
Jun 11, 2010
I've written an app which contains a large textview for displaying notes. Is it possible to have the textview highlight any phone numbers or hyperlinks without underlining the entire view?
View 2 Replies
Mar 23, 2009
How to set underline attribute on a TextView? I just see it can set bold and italic on TextView.
View 6 Replies
View Related
Sep 3, 2009
Is it possible to use a hyperlink in android to do something other than open a web page? I want to use a hyperlink in a TextView to luanch a new activity, or something along those lines. I have a large document and I want to let the user jump to references within the doc (like a footnote or something). Can this be done?
View 8 Replies
View Related
Jun 25, 2010
I use a TextView with links by this: TextView tv ... tv.setText( Html.fromHtml(somehtml))
It is ok to control the link color by setting attribute android:LinkColor , but can I remove the underline of it?
View 2 Replies
View Related
Aug 22, 2010
How can I determine the number of visible characters that a TextView can display. For example if I change the orientation this number may change. If I change the resolution then also the number of visible characters changes.
View 3 Replies
View Related
Sep 20, 2010
I am facing one problem in message view. Bacically what I need to do is in message view I want to mark any telephone number or web address in different color. Can anyone please tell me where exactly the text is been written in Message View? On clicking this items it should launch appropriate event. If anyone touches a telephone number it should launch the dialer or if it is a valid email address then it should launch the Compose message event and so on.
Another question is whether to display message is Android uses the WebView?
View 2 Replies
View Related
Sep 29, 2010
I have a simple app that I'm putting together for my company. I have 4 buttons that I've created but can't seem to get them to link correctly. One button should open our mobile site, another button to call us, another button to map to us, and the final button linked to our "News" site.
View 1 Replies
View Related
Oct 2, 2012
I want to make a textView1 that displays my random generated number when clicked on button1. so that i can build 5 questions with the if element. the main question is how do i get my random generated number in a textView?
I know there is a big chance the random number gen won't work but I am new in the Android scripting and want to discover new things, how to get a random number gen. but don't put to much effort.
Code:
package EasyApp.randomquestion;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
import android.widget.TextView;
import android.widget.Button;
[Code] .....
View 1 Replies
View Related
Aug 13, 2010
When input something in EditText by softkeyboard
View 4 Replies
View Related
Jul 6, 2010
I am working with an edit text to support the properties of bold,italic and underline.I got succeed after selecting the text and clicking on bold my text was bold.Now what my requirement is how to remove the bold again after selecting the text and clicking on bold button.
View 2 Replies
View Related
May 24, 2010
I've experienced two problems with Google Voice that are causing me to get charged minutes I wouldn't usually get charged. If I can't solve them, I'll have to go back to using my Verizon number. First, let me say that I'm using a new Google Voice number that isn't Verizon cell phone number or any other preexisting number. Second, my girlfriend is on my family plan, but she doesn't have GV yet. We're using the 700-minute plan, so we don't have a friends circle.
Problem 1: When I call my girlfriend's Verizon wireless phone using the GV on my Verizon phone, I get charged, and when she calls my GV number on my Verizon Wireless phone from her Verizon wireless phone, she gets charged. We don't cash in on our free in-network calling. I know, this should have been obvious, but it just never occurred to me until after I looked at the bill. I'd be able to work with that, though, and just select "Call without using Google Voice" or whatever when calling her if it weren't for the second problem. When people call my Google Voice number, I get charged when I don't answer. Usually, it's just a one-minute charge, but sometimes it's two or three minutes (don't know why). With anything less than an unlimited plan, minutes count. Not good.
View 31 Replies
View Related
Feb 15, 2012
Basically, i use my personal cell phone for work and personal use, i have multiple exchange accts that keep things sorted and seperated.
recently though i have been getting more and more business calls to my cell phone, during and outside of normal business hours.
what im looking for is an app that will take a selective group of contacts/phone numbers/CID strings and if it is a "business" call then forward it to a specific phone number (external number, the actual business line).
I have seen apps on the market and around that will forward calls to voicemail if they match certain filters, but i cant really seem to find an app that will forward to an external number. Any way I could accomplish this?
View 1 Replies
View Related
Dec 9, 2009
I'm facing a problem. I want to show a image as a hyperlink. Touching that image will open the browser and go to given url. This should be in .xml file (not dynamic). Is it possible to do that? If yes, then how? Anyone please give me the code.
View 2 Replies
View Related
Jun 1, 2010
In my android application I want to get URL of the hyper link text, selected from web page in my android web browser. How can I get it? I want to URL of the hyper link (link that is clicked inside of that webview).
View 2 Replies
View Related
Oct 6, 2009
when you long click a hyperlink of browser, you will see a context menu with 'Open, Open link in new browser, Browser Link, etc'.
is it possible to add some customized item to the context menu?
View 3 Replies
View Related
Dec 4, 2009
Does any one know how to add item to hyperlink context menu? This is a question that as already been posted here, but I didn't found any solution, and it is really useful.
View 2 Replies
View Related
Sep 27, 2010
I want to call another activity when the user clicks an hyperlink. Can anybody suggest me how to use Intent in this case?
View 6 Replies
View Related
Sep 26, 2010
I have a main page (main.html) in the assets folder that I am displaying with:
webview.setWebChromeClient(new MyWebChromeClient());
webview.getSettings().setJavaScriptEnabled(true);
webview.addJavascriptInterface(new VersionCallbackScript(), "demo");
webview.loadUrl("file:///android_asset/main.html");
and I want to put a link in the document to another html file in assets folder. When I similiarly put in the tag:
<a href="file:///android_asset/secondpage.html">Touch here for page 2</a></font></h4>
and touch it in the client, the screen loads a blank page.
likewise, I want to have a table of contents that isA ListView and uses loadUrl with an html page suffixed with an anchor. I tried and it is not working
String anchor = "subsection1";
webview.loadUrl("file:///android_asset/main.html" + "#" + anchor); this construct is not working either.
View 1 Replies
View Related
Mar 25, 2013
Google spreadsheets allow hyperlinks to be placed within cells, such as explained here: How to Make a Hyperlink Work in Google Spreadsheets | eHow.com
This works fine with my pc, where clicking cell offers prompt to click to go to hyperlinked page.
When same document is viewed via my Nexus 7 tablet, I can see the kyperlink text in the cell, but it does not respond to single tap, or touching and holding etc.to activate the link.
I believe this is a commonly used feature and anticipate it's a feature that google should if anything be better at than excel to encourage the migration to cloud computing.
Upon googling for info, I can't find other's having problem and I did find a website with known issues with google spreadsheets ( only ahandful listed) but no mention of the above problem.
So, is there a non-obvious way to activate the link or is it a problem or known bug?
View 2 Replies
View Related
Mar 7, 2010
How can I define underlined text in an Android layout xml file?
View 1 Replies
View Related
Dec 25, 2010
I am wondering if there is a way to hyperlik a button in the eclipse . Like when I add button in main.xml to the gui thingee . So I want to hyperlink the button so that it redirects to a different page/url.
View 1 Replies
View Related
Feb 19, 2012
ive been trying to make a hyper link in my signature that will say "click Here" and go to that link but cant seem to get it working
View 1 Replies
View Related
Nov 16, 2010
I want to do something like that. For example, I have a textview with String
Alibaba love Mary so muck. In that String alibaba and Mary have a event to open something but I can't know how to use event for Mary and Alibaba seperately
View 2 Replies
View Related
Mar 12, 2010
Trying to copy and paste web address out of the stock browser to an email. Press the address bar, select copy all. Press home, bring up email. Press compose, then press the message body. All I get is copy text, no option to paste the link. What gives?
View 2 Replies
View Related
Jan 8, 2010
Is there a way to appear bordered text on the TextView?
View 2 Replies
View Related
Jul 14, 2010
I have a ListView that contains an Image on the left of two vertically-oriented TextViews using a RelativeLayout. When both TextViews have text it looks fine. Sometimes the TextView on the bottom won't have any text, and the problem is that the entire layout is several pixels above where it should be because it still reserves that space for text when there isn't any making the entire list have annoying blank gaps. I remember seeing an example of where someone made the layout not reserve the space, but I can't remember how he did it.
View 2 Replies
View Related
Jan 26, 2010
I have a textView which is configured as an EditText. But the problem is that the cursor doesn't appear when I'm pressing keys (text is written correctly).
View 1 Replies
View Related
Jun 2, 2010
I want to have a simple TextView with horizontal scrolling, I know that I use HorizontalScrollview for that and I want the text to be autoscrolled continuously. Is that possible?
View 1 Replies
View Related
Jul 8, 2010
I have a question: How can I place a hyperlink WITHIN a text-block of normal text? I have some text and in the text I mention a URL and I want this URL to be in a different color, underlined and click-able.
I know hyperlinks in android can be placed with "Linkify"..and i have referred android docs page
Consider the same above paragraph with "android docs" i want to display in android.....
View 2 Replies
View Related
Jan 4, 2014
I'm trying to create a textView in the parent activity onActivityResult but the textView does not appear. There is an ImageView that takes up the whole parent activity. I can create a textView and place it, and it should go on top of the imageView?
In the parent class:
[HIGH]private void addClothes(int menuId) {
Intent chooseClothesIntent = new Intent(this, ChooseClothesActivity.class);
chooseClothesIntent.putExtra("menuId", menuId);
startActivityForResult(chooseClothesIntent, 1);
}[/HIGH]
[Code]...
then in my new activity:
[HIGH]@Override
protected void onListItemClick(ListView l, View v, int position, long id) {
super.onListItemClick(l, v, position, id);
try {
ClothingItem ci = mListContents.get(position);
String imagePath = ci.getImagePath();
[Code]...
View 2 Replies
View Related