Possible Duplicate:
The constructor Date(…) is deprecated. What does it mean? (Java)
When I use SMSManager object on Android, Eclipse notice that this class is deprecate and there is a crossline at SMSManager, but everything works normally.
Who can explain for me this, please.
thanks 🙂
A deprecated class or method is one that programmers are discouraged from using, typically because it is dangerous, or because a better alternative exists. It is so potentially bad/out-dated, in fact, that you should no longer use it, since it has been superseded and may cease to exist in the future.