Thursday, 15 September 2016

Monday, 12 September 2016

java.lang.NoClassDefFoundError exception on some devices or giving Could not find some class error

Try adding this to your Manifest:
android:name="android.support.multidex.MultiDexApplication"
inside <application> tag.

Sunday, 29 May 2016

How to remove extra solid space between cards in cardview in android layout file

Simply remove linear layout in which cardview is enclosed.
Your xml fie structure should be like.. cardview-->relative layout-->components.