How to keep Multi-Dex issue away !



Configuring gradle plug-in:

Global build.gradle:

classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.5.0'


Local : app/build.gradle

apply plugin: 'com.android.library'
//AFTER android or library pluginapply plugin: 'com.getkeepsafe.dexcount'






References:
  • http://jeroenmols.com/blog/2016/05/06/methodcount

Scheduling Repeating Local Notifications using Alarm Manager

Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .