Android :: Android - Highlighting And Copy Text
Mar 30, 2010
Is it possible to highlight part of a text and copy in Android? It's kinda like how in iPhone, when you hold a text for sometime, the box will show up and you can copy then paste that somewhere?
View 1 Replies
Apr 8, 2013
Is there a Java library for colourings text in an EditText? Or is this just accomplished with Regex? I looked into Google Prettify but that seems to be for static text.
View 2 Replies
View Related
Apr 2, 2013
app that could copy text from picture and then make it to text file or copy it to clipboard? GT-I9300
View 8 Replies
View Related
Oct 21, 2009
I am curious, is there anyway to copy ALL text messages from the HTC Dream onto the computer.
Please take into consideration I am not the most high tech guy when answering, just looking for a semi-simple way to accomplish this.
View 2 Replies
View Related
Jul 27, 2010
I'm a recent iPhone convert -- picked up a Samsung Captivate last week and have been really enjoying it, though I think I may get a refund and switch to the DroidX due to various issues I have with the Captivate.
Anywho, one pressing issue I haven't been able to find a solution to is regarding email.
1. How do I copy text from an email? I know if I first reply to an email then I can copy text, but is there a way to do so without having to first hitting the reply button?
2. How do I move emails from one folder to the next?
I'm currently just using the stock email client that came on my Captivate, are there others that are more powerful (not sure you can really call it 'powerful' to be able to copy text and move emails around).
View 1 Replies
View Related
Jun 18, 2009
I may be missing something obvious, but is there a way to select and copy text from within an email? For example I just got a message sent to my gmail account with a friends new home address, but while I can read the email obviously, scrolling through the message I cant actually select any text within it to copy out his address and then paste it into my contacts.
View 13 Replies
View Related
Jan 9, 2010
Anyways I was wondering how or what app would allow me to copy text from a webpage and then save it to sd card?
View 3 Replies
View Related
Aug 4, 2009
Is there a way to programmatically add text to the clipboard for copy/ paste functionality into another app.
View 2 Replies
View Related
Aug 20, 2010
I have the android:cacheColorHint="#00000000" set on my ListView, which fixed this issue in one of my other lists in another activity, but it's not helping in this other list. I'm using the Light theme in my app, if that matters. I can't figure out what's going on. Long press brings up the context menu just fine, I just don't get the nice highlight of the row while pressing it.
View 1 Replies
View Related
Apr 5, 2010
Similar thread in HTC Hero forum:Copying text from a GMail message - Android Forums..Does anyone know why you cannot select text and copy it from within GMail on an Android? This seems crazy to me.
View 1 Replies
View Related
Dec 4, 2009
Anyone know of a Subversion client for Android OS? Same goes for a syntax highlighting text editor on there.
View 4 Replies
View Related
Sep 20, 2010
I have a ListView set up in single-choice mode like this:
<ListView android:id="@id/android:list"android:layout_width="fill_parent"
android:layout_height="fill_parent" android:background="#ff444444" android:layout_weight="1"
android:drawSelectorOnTop="false" android:choiceMode="singleChoice" android:scrollbars="vertical"
android:headerDividersEnabled="true"/>
When I press my finger on a choice, the selection changes from white text on light gray to black text on orange. But as soon as I lift my finger, the selection reverts to the original state. I'd like that chosen row to remain in the black-text-on-orange mode when I lift my finger so that the user knows what was selected in the list (my onClickListener has captured the selected row, of course). Is there a way I can tell the ListView that I want this behavior or something similar so the user knows what item has been selected?
View 6 Replies
View Related
Aug 27, 2010
I'm trying to customize my buttons in my view a bit and give them my own look. Whenever I set a picture as a background so that the button looks different though, I seem to lose my cursor. I can use my trackball to go through the items still but when I come to one of my custom buttons the cursor does not show. I have the same problem with some TextViews that I made clickable.
View 1 Replies
View Related
Nov 22, 2010
I set setCursorVisible(false) on my EditText to get rid of the blinking cursor. Unfortunately, this also gets rid of highlighting. Why? How can I get rid of the cursor and not the highlighting?
View 1 Replies
View Related
May 19, 2010
After searching for more than 3h in den the docs and testing I have to ask this question: How can I turn off the orange highlight, when clicking on an item in a GridView?
View 2 Replies
View Related
Jul 1, 2010
I'm trying to disable the highlighting of objects in a GridView in Android 2.2. I did find another article saying that I should set the selector to a transparent ColorDrawable, but the views in my GridView are still dimmed when I select them. I'm just using the GridView to display static objects (right now it's text, but I plan on switching it to simple images). None of these objects will be selected. Would it be better to just use a basic view and draw my images manually with quartz?
View 2 Replies
View Related
Jun 21, 2010
I need some help to make a widget that basically when clicked it access the internet and copy text from a single website link and display it in the widget? and guidance on how to do that or even better a simple example? I did finalized the widget so I just need the part where I grab the text from the website.
View 1 Replies
View Related
Jan 21, 2009
When viewing Web pages either in the built-in Web browser or in a WebView canvas, focusable items get the orange highlight ring as you navigate the page with the D-pad/trackball. A design team I am working with wishes to create some Web content, specifically for Android, where they handle their own focus highlighting via Javascript/CSS and wish to disable the built-in Android focus highlighting. In this case, the content is being viewed through a WebView, so I have some measure of control. I see some posts describing how to use ColorStateList, <selector>, and android:background to affect this sort of change, for a single View. How would one go about affecting this change for the contents of a WebView?
View 10 Replies
View Related
May 23, 2010
I have a ListView component and its items are highlighted orange when clicked or selected with the trackball, as you would expect as this is the default behavior. Some of my list items get colored with setBackgroundColor(). These colored items seem to hide the orange highlighting when clicked or selected. How can I color some of my items like this and still inherit this highlighting behavior?
View 2 Replies
View Related
Sep 7, 2009
When components like TextViews got focus we can focus them using highlighting the border of the component. Like that how can we highlight the border of a spinner object when it got focus? You can highlight borders of each and every item in the spinner at the time of selection. What I need is to highlight the border of spinner object when it got focus initially. I went through xml attributes and couldn't find matching one. Let me know if u have any clue to do this.
View 3 Replies
View Related
Aug 31, 2010
I have a widget with a button and a text field. When the user clicks on the button I'd like to copy the text from the textfield to the cliboard. As this is a widget I have to used remoteviews and pending intent. Does anybody has a simple way to do it?
View 1 Replies
View Related
May 12, 2010
Just wandering if it is possible to copy part of the text in incoming SMS, so far I haven't found a solution. The only work around is forward and then, work on the text, any easier way? Also did any body try XPAL-energizer XP2000 battery bank on your Desire?
View 2 Replies
View Related
Jun 7, 2010
So in the google voice app I've found you can copy the body of a text message easily by holding down on the message and select copy. But in the HTC messaging app I've not found a way. Am I missing something?
View 4 Replies
View Related
May 20, 2010
Last night I was trying to send a friend anothers friends mobile number via a text message. I assumed that there would be an easy way to copy the number from my contacts and paste it into a text message. However I couldn't work it out and had to go down the traditional route of writing it on a piece of paper then sending the text! Hardly a good advert for the new 'uberphone' that the desire is billed as! So, is there a way to do it?
View 2 Replies
View Related
Jul 26, 2010
I just realized I can't long press on a news article / web page and choose specific words to copy them. I'm using Dolphin browser. Is there a plugin I need? As much as I love my DX this is a disappointment.
View 4 Replies
View Related
Nov 25, 2009
I've had a look in the forum & only question I've seen is about copy & paste from a web page. Is it possible to copy & paste text from a text message either to another text message or say a number from within a text to a new contact? Currently using Chomp SMS.
View 3 Replies
View Related
Sep 5, 2009
Is it possible to copy text from an email in the Google Mail app? I suppose it would be possible to navigate to Gmail in the Browser and copy from there, but I wonder if there is a quicker way?
View 12 Replies
View Related
Mar 19, 2012
I was wandering if android sends any intent when user copy a text.
basically I need to have a service to check the clipboard and if user copy some text be notified and do something with that.
I know the new babylon app can do the same thing. like when user select a text anywhere it automatically translate it!
View 1 Replies
View Related
Oct 20, 2012
I loaded a new custom ICS rom on my Samsung Galaxy sIII i747 and noticed that every time I tried to copy text in the Chrome Browser address bar, Chrome would force close. I am posting in general since this fix may work for any ICS running on any device.
The original thread that contains the fix is here: (unable to post links at this time since I am a new user)
Summary:
Fix requires root.
1. boot recovery (CWM) > wipe cache
2. reboot phone > Root Explorer/ES File Browser > delete /data/clipboard/* (everything in this directory)
3. reboot recovery again > advanced > fix permissions
4. reboot phone > Copy/Paste should now word (worked for me)
View 1 Replies
View Related
Jul 26, 2010
Just got my new Captivate (replacing iPhone) and am trying to figure out how to copy / paste text from an email I have received. I have searched the forum and tried everything I can think of.
View 12 Replies
View Related