Programming Tips πŸ’‘
51.7K subscribers
67 photos
10 videos
30 files
355 links
Programming & AI:
Tips πŸ’‘
Articles πŸ“•
Resources πŸ‘Ύ
Design Patterns πŸ’Ž
Software Principles βœ…

πŸ‡³πŸ‡± Contact: @MoienTajik

🎯 Buy ads: https://telega.io/c/ProgrammingTip
Download Telegram
πŸ’š Retrofit Library πŸ’š

Retrofit turns your REST API into a Java Interface πŸ’Ž

It’s an elegant solution for organizing API Calls in a project. The request method and relative URL are added with an Annotation , which makes code clean and simple.

With annotations, you can easily add a request body, manipulate the URL or headers and add query parameters. πŸ”₯

Adding a return type to a method will make it synchronous, while adding a Callback will allow it to finish asynchronously with success or failure. πŸ”°

For learn more about Retrofit see :
https://github.com/square/retrofit
https://square.github.io/retrofit/

#java #android #library
@ProgrammingTip
Cleave.js πŸ’Ž

Format your <input/> content when you are typing. πŸ“

Supported Formats :
β€’ Credit Card
β€’ Phone Number ( All Countries )
β€’ Date
β€’ Numeral
β€’ Custom Formatting
β€’ ReactJS Component πŸŒ€
β€’ AngularJS Directive πŸ…°οΈ

[ Website ] : https://nosir.github.io/cleave.js/

γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Library
@ProgrammingTip