With each release, specific Android APIs may become obsolete or need to be refactored to provide a better developer experience or support new platform capabilities. In these cases, Android will officially deprecate the obsolete APIs and direct developers to new APIs to use instead.
Deprecation means that we’ve ended official support for the APIs, but they will continue to remain available to developers. This page highlights some of the deprecations in this release of Android. To see other deprecations, refer to the API diff report.
- send me your github username here: [infofeedacc@gmail.com]
- Accept the invite to become a contributor
- Fork the project remotely and clone and clone it to your local machine : git clone https://github.com/otoo-peacemaker/fix_factory.git
- git branch with your username : git checkout -b yourusername
- add your contribution and push it to your branch
- create a pull request
- Search for solution on any deprecated library or API you will come accross
- Read the new release API doc
- Understand the API and know it works
- Implement it by adding comments to explain
- Give it back to the community here :)