Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 453 Bytes

File metadata and controls

12 lines (10 loc) · 453 Bytes

Things to consider while using third party libraries

  • If possible do not use third party libraries.
  • Use latest stable versions only.
  • Do not create a pile of libararies in build.gradle for minor works instead you can create util classes and extension methods.
  • You can create widgets for simple layout tweaks.

Recommended Libraries

Network Operations

  • Retrofit2

Permission Handling