1

i'm developing a SMS Widget.So came to across messages-widget

When i tried to replicate, the scroll feature is not available to that widget.

when i surfed, results where http://stackoverflow.com/questions/3879748/scrollable-textview-in-android-widget

Note i'm using Android 2.2 API Level 8.

Can anyone tell me how textview is scrollable with that opensource coding.

Is it possible to make a scrollable textview in widget ?

siva
  • 1,429
  • 3
  • 26
  • 47

1 Answers1

0

The link you provided is not a scrollable widget. It has buttons to move to the next/previous message.

HTC (and maybe others) have scrollable widgets, but it's their own implementation.

Scrollable widgets (with ListView and GridView) are available in Android 3.0+ (API 11+).

lenooh
  • 10,364
  • 5
  • 58
  • 49