Android Gradle Implementation vs CompileOnly Performance

The api configuration should be used for dependencies that are exported to external modules (transitive dependency). Vice-Versa implementation configuration should be used for dependencies that are internal to the component (not transitive dependency). implementation vs compileOnly: There is no similarity in their job, compileOnly is a configuration inherited from java-plugin required at compile time also … Read more

java.lang.NoSuchMethodError: No static method getFont(Landroid/content/Context;ILandroid/util/TypedValue;ILandroid/widget/TextView;)

Fix res/values/styles.xml and Manifest.xml like so:This solution is tested and don’t forget to clean and build : 1.Manifest.xml change the theme of HomeActivity to : <activity android:name=”.ui.home.HomeActivity” android:theme=”@style/Base.Theme.AppCompat.Light” /> <activity android:name=”.BaseActivity”></activity> 2. res/values/styles.xml Make all your themes preceeded with Base :styles.xml will be like this : <resources> <!– Base application theme. –> <!–<style name=”AppTheme” parent=”Theme.AppCompat.Light.DarkActionBar”>–> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)