Skip to content

dohoudaniel/fix_factory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Fixing Deprecated APIs in Android

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.

How to become a contributor

  • 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

How to contribute

  • 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 :)

About

Fixing deprecated api in android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Kotlin 100.0%