Top "Deprecated" questions

Deprecation is a status applied to software features or language terms to indicate that they should be avoided, typically because they have been superseded.

How to deprecate a method in Xcode

We have our library we ship to our customers, and I'd like to mark some methods as "deprecated" because we …

objective-c xcode cocoa cocoa-touch deprecated
Gem.source_index is deprecated, use Specification. Should I re-install Gem or Rails?

I'm learning RoR on Ubuntu 11. Got the following message when I was trying to generate an app. Did I install …

ruby-on-rails ruby deprecated
How to deal with deprecated classes in Android to keep compatibility

I am getting back to work on an app I worked on a while ago, when I had everything built …

android compatibility deprecated backwards-compatibility
Is mysql_connect() usable in PHP 5.6.5

Which is the latest version PHP version, who support mysql_connect()? I've want to upgrade my PHP version. I've read, …

php version deprecated mysql-connect
gluPerspective was removed in OpenGL 3.1, any replacements?

I'm trying to read some OpenGL tutorials on the net. the problem is that I found some old ones that …

c++ deprecated opengl-3 freeglut
Android- deprecated method warning regarding PreferenceActivity

When I attempt to follow Android's Developer guides and tutorials for creating a Settings Activity using Preferences, I receive warnings …

android sharedpreferences deprecated android-preferences preferenceactivity
initWithFrame : reuseIdentifier : is deprecated

In my project i've got a Deprecations warning, initWithFrame : reuseIdentifier : is deprecated I don't know what it mean, could some …

ios xcode4 deprecated reuseidentifier
SlidingDrawer deprecated

I just noticed that since API 17 the SlidingDrawer it's been deprecated. the comment on it says: This class was deprecated …

android deprecated slidingdrawer
Best practice to mark deprecated code in Ruby?

I'd like to mark a method as deprecated, so the people using it can easily check their code and catch …

ruby deprecated
setTextAppearance deprecated in API level 23

public void setTextAppearance (Context context, int resId) Added in API level 1 This method was deprecated in API level 23. Use setTextAppearance(…

android deprecated