Code fragments are being struck out in Eclipse, why?

前端 未结 3 1936
离开以前
离开以前 2020-12-04 02:02

While I\'m making an Android app, Eclipse will strike out some things. More specifically, Gallery. Here is a screen shot:

3条回答
  •  离开以前
    2020-12-04 02:28

    Deprecated isn't a Java term. It is used in many other things but a lot in programming. It simply means that it is no longer supported...normally replaced with something else. The Android Docs will help you adapt it to what you need depending on what you're doing

提交回复
热议问题