Android :: Text Selector Magnifier Like Iphone
Feb 8, 2010
I used an iPod touch today and noticed the glass sphere that magnifies the area where you are trying to put the cursor... Is there a similar app for android as its really useful, especially on my milestone which doesnt have a trackball...
View 9 Replies
Sep 20, 2009
Does anyone know of a screen magnifier that works in a similar way to the windows XP magnifier (magnify.exe), as my fiancee is partially sighted, and wants a new phone, but getting one with all the features she wants is not happening! Would this be something that could be written, of would it not work with the current android OS?
View 7 Replies
View Related
Nov 30, 2009
I'd like to find an app that can zoom in on the text I'm typing like the iPhone can do. I point to a spot and it puts it in a zoomed-in "balloon" to allow for easier accurate pointing to exactly the spot you want.
View 4 Replies
View Related
May 7, 2010
I wanted to design a customized text selector that changed the text color when user clicks the TextView. But got the following error:
Code...
View 1 Replies
View Related
Jul 22, 2010
I specified a selector drawable for the background of a layout as below, so when user clicks on the layout, the layout will have a different background. But, I didn't specify color selector for the TextViews in the layout, because there are many TextViews with different colors and I am too lazy to define color selector for them. So the text color keeps the same when the layout is clicked. My questions is, is there an automatic way to specify that the text color is highlighted/changed when the layout is clicked, so I don't have to define color selector for each of the TextViews in a layout?
View 1 Replies
View Related
Feb 1, 2010
How can i change the icon on the right of the search manager? The default icon is an magnifier, but i've seen a app that does display instead of an magnifier an "OK"! For my needs the magnifier icon is not so good.I use the SearchManager to display the history of typed words. So a better icon is OK instead of a search icon.
View 1 Replies
View Related
Jul 29, 2009
Is there an sms app or anything that can make the text messages more like the iphone style? like its really handy when u can see what u typed and what the person replied with rather then it being in one huge pile kind of thing. i have handcent sms and it doesnt do what im quite looking for
View 12 Replies
View Related
Nov 22, 2010
I'm trying to make iPhone-style EditText element on android. The one that will have an additional clear button appear on the right after text input. Adding a new button is not a problem, but I'm a bit stuck with another thing.
A button occupies some space on the right part of EditText, and now characters display beneath the button. How to change maximum shown length of input for EditText? I want EditText width to be N pixels, and editable area to be N-M pixels.
EditText.setWidth changes width for whole edit box. EditText.setEllipsize should be the proper solution, but docs are empty, and as I see it truncates text based on some String value. Applying a LengthFilter cut's the input length to number of characters.
View 2 Replies
View Related
Mar 7, 2010
I currently using an iPhone but i just ordered a new nexus one. I'm just wondering, is there a way to transfer all my text messages from the iphone over to the nexus?
By the way, my iPhone is jailbroken so I can easily export the sms.db file where all the messages is stored.
View 1 Replies
View Related
Apr 30, 2010
Simple question - how is text-zooming implemented on an Android/iPhone device? Do they pre-compute frequently used bitmaps of a font and replace the text as the scale changes? Or do they extract the contours from the font files and render the text as vector graphics?
View 1 Replies
View Related
Nov 12, 2013
I had an iPhone 4S but upgraded to the HTC.
For some reason I can't text people with an iPhone. I still have the 4S and I turned iMessage off. I went on the Apple Support site and looked at the devices and clicked the "X" to unregister my phone and my macbook.
Im still not able to receive texts from people with an iphone. I can send them messages but can not get them back. I am also able to send and receive calls.
View 4 Replies
View Related
Nov 19, 2009
Is there any way to do better text entry? I have the Motorola Droid, and correcting mistakes is absolutely terrible. Trying to get the cursor at the exact point where you want to make an edit is virtually impossible without multiple tries. Isn't there an app that allows for something like the magnifying glass on the iPhone?
View 24 Replies
View Related
May 29, 2010
Is there an app or any way to get the magnifying glass for browsing through text like on the iPhone? It seems useful for editing.
View 2 Replies
View Related
Jun 22, 2013
So I just got a iPhone 4 as a work phone and I'd like to transfer my text messages and contacts from my Note 2 to my iPhone. Is there an app that can do this? I know there's many SMS transfer apps, but it seems like they are all for Androids only and none works for iOS.
View 4 Replies
View Related
Jan 9, 2014
I read that many people in my situation can't text/ receive messages with iphone because of the tricky iMessage.
But my friend's iphone 4s cannot receive 20-50% of my texts, could it be a network issue?
My old Iphone 4s' mother board was dead so ofcourse I did not turn off iMessage.
View 3 Replies
View Related
Jun 10, 2013
I am a longtime iPhone user and I have recently been given a Samsung Galaxy S3 by my employer. In the past I have just used my old Android phone for Tethering with FoxFi so I can have web access at work on my laptop. I literally never made any phone calls with it for over 2 years. I have had the calls forwarded from my Verizon Android phone to my ATT iPhone since the day I got it.
Currently I have a (PERSONAL) iPhone 4 on AT&T with a 3G connection and I have this (WORK CELL) Samsung Galaxy 3 on Verizon 4G LTE.
I would like the ability to fully test out the S3 and leave the iPhone at home if I so choose. Call forwarding either way is not a problem at all. I can forward my iPhone personal calls to my work cell and I can forward my work cell calls to my iPhone (Currently this is how I have it). Call forwarding works great but I am looking for a way to handle text messages in a similar manner.
I would like to have the ability to send and receive text messages using my personal number from my Android Phone. I have Google Voice installed on both phones but I cant seem to get it to work at all or I am not setting it up correctly. I would not mind having texts show up on both devices or in my Gmail inbox. There has to be a way to do this. That way if I leave either phone at home it not a big deal I don't have to carry two phones. Nobody ever texts my work number, my only texts received are to my personal cell.
View 2 Replies
View Related
Oct 7, 2009
selector is not working.
CODE:.....................
View 2 Replies
View Related
Jul 30, 2010
I have an image selector that has the "pressed" state set to a particular drawable. I want to give the user the opportunity to change this on the fly. However, I have found no way to programmatically get and modify a selector.
View 1 Replies
View Related
Sep 28, 2010
I have created a ListView and applied a selector to it as follows
CODE:..............
When focussed or pressed, the background of the ListView item comes as specified in the selector. But the default background is never applied, can you tell me what is wrong?
By the way, this is the customised row xml I've used:
CODE:...................
View 2 Replies
View Related
Sep 7, 2010
I would like to create an xml selector of styles.
Basically i would do something like that:
CODE:.................
View 1 Replies
View Related
Feb 14, 2009
I am trying to setup a selector drawable in my asset file like this: * 2 different images for 'on'/'off' mode in rest mode (i.e. it does not has focus) * another 2 different images for 'on'/'off' mode in focus mode (i.e. it has the focus). In my case, the rest mode works, but the 'focus' mode does not. Can you please tell me what am I missing in the focus mode? Code...
View 4 Replies
View Related
Nov 16, 2010
I'm try to create selector to CheckBox and replace the android:button with the selector.In the selector i had two 9patch image , but for some reason that not work good.the 9patch images are ok.This the selector code...
View 1 Replies
View Related
Aug 13, 2010
Is it possible to change the selector of standard Menu?
View 5 Replies
View Related
Jul 28, 2009
How to change the TabBackground in the different states (not the icon!) ?
my files:
CODE:....
Where should i call the xml file above?
I tried it in the TabWidget as src, but it doesn't work:
CODE:..............
So i tried to use a own theme:
CODE:..........
But i don't know, which resource i should use instead of "?"...
View 4 Replies
View Related
Jan 10, 2010
I have 2 questions regarding a ListView in Android:
How can I get the color of the listview's focused row ? I tried to use the ListView.getSelector() method, which according to its documentation should give me what I'm looking for, but it's giving me a Drawable object which I don't know how to retrieve the color from (if possible...).
How can I set the color of the listview's focused row ? Here I tried to use the setSelector() method on the listview, passing it a ColorDrawable object, but the result of doing it is that the whole background of the list view is painted in that color... and this is not what I wanted of course...
View 2 Replies
View Related
Jun 29, 2010
When using the "selector" to specify different images for buttons for different states, such as pressed, focused etc, do I have to write an xml file for each button? I have about 15-20 buttons in my app, so was wondering if there is a way to write just one xml and refer to parts of it?
View 2 Replies
View Related
Aug 30, 2010
I'm looking for suggestions on how to go about adding a ListView selector that is 'permanent'. By this, I mean a single row in the ListView is always highlighted; it should move up or down in reponse to any D-pad presses (i.e. like the default selector) but also remain set/highlighted if the user were to scroll the ListView in either direction (i.e. it's still highlighted even when it's off-screen).
I've looked at using the standard selector mechanism, but am unable to get the selector to remain in place if the ListView is touched (and thus scrolled), so it makes me think that this isn't the best option? Perhaps there's a <selector> "state_*" that I've ignored?
The other option would be to use the onItemSelected() callback, but at first look this appears more convoluted?
Any suggestions/recommendations/experiences gratefully received.
View 1 Replies
View Related
Oct 30, 2013
When a group message is sent between my co-workers, who are all iphone users, and myself (Note 3), one person in the exchange does not receive the text. This is not the common iMessage issue that was plaguing me when I made the switch from Apple to Android. This is specifically affecting one iphone user. When I send her a text individually it is not a problem. The other iPhone users don't have a problem receiving or sending to me.
View 3 Replies
View Related
May 17, 2010
I occur a problem when develop a application on android.There have two image which can be download from server in a list item, it will show one image and will show another image when user select or click this item.if I try to download another image from server when user click it,the user will never have time to see it, for this time is shorter than download image form server,so i want to download two of them,and when I click it again,the app can invoke another image from local.but I do not know how to invoke this image?
View 1 Replies
View Related
May 29, 2009
what I would find really usefull is a voicemail greeting selector that would allow you to record different greetings for different situations, personal, business etc. Record and then title the message which then becomes selectable from a menu. Ideally linked to a button or shortcut of some kind.
For example if I am out of the office I redirect all calls to my mobile, if I am unavailable my personal greeting is used via my network provider. Not very professional and to change this every time would be impracticle.
View 1 Replies
View Related