Son zamanlarda (muhtemelen yeni bir SDK özelliği olarak), Textview
'dan metin almaya çalıştığımda, ilk olarak getText()
yerine getFreezesText()
yöntemini aldım. TextView'da (s/g) etFreezesText nedir?
**android:freezesText**
If set, the text view will include its current complete text inside of its frozen icicle in addition to meta-data such as the current cursor position. By default this is disabled; it can be useful when the contents of a text view is not stored in a persistent place such as a content provider.
Must be a boolean value, either "true" or "false".
This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.
This corresponds to the global attribute resource symbol freezesText.
Related Methods
setFreezesText(boolean)
Bu bana hiç birşey söyler söylüyor.
Bu yöntemleri ne zaman kullanacağız (hiç değilse)? Onlar yeni mi yoksa sadece onları fark ettim mi?
Ve çıktı nasıl görünüyor? Sadece görünen metin mi (metin uzunluğunun TextView genişliğinden daha büyük olması durumunda)? – sandalone
Belgeler, "geçerli tam metin" diyor. Ben şahsen kullanmadım. –