Retrofit is an awesome and easy to use library. You can use Retrofit for any Android or Java application which need to interact with our OAuth2.0 server to get access token. You just need to build the retrofit properly to get it done. It doesn’t require any advance knowledge. Let’s see how it can be done easily. To get the access token using Retrofit we need to do – Add Retrofit in your project via Maven or Gradle. Complete installation …
Tag: android
There are lots of application out there who has the functionality to block call and SMS. I assume, you also want to develop an application where you can block SMS in android as well as block call in android. It’s a common use cause. But most of the time it’s not that much easy as you are thinking. With the latest version upgrade and other policy implemented inside android operating system that requires you to tweak your code base if …