Archive | EN Android

How to create a library for others to use Android

Hello everyone, Have you ever asked the android library in dependencies that you use other people, they create them how? Today I will teach you how to create and publish android library for others to use. And of course, you also have a minimum of a library for their many shared projects, support to rewrite or copy the resulting […]

Fix drawableStart resource not found API 19

Today try running on Android 4.4 (api 19) drawableStart resource is not found faulty API 19 taking drawableStart for TextView: android.content.res.Resources$NotFoundException: File res / drawable / drawable resource from ic_add.xml ID # 0x7f020 I checked back in build.gradle file has support vector as below but still pulled: Finally I was overcome by using library version 1.1.0-alpha01 appcompat (or later) implementation “androidx.appcompat:appcompat:1.1.0-alpha01” Then replace TextViews […]

Learn about pathData of VectorDrawable in Android

Translated and edited articles from: Authors Ali Muzaffar medium.com Open any VectorDrawable an xml file you will see a number of cryptic characters in attribute pathData. Those who work regularly with paths can understand it and explain it to you know it draw something. Those who do not do much, it will be a mystery. What is VectorDrawable VectorDrawable is […]

Advanced Android 42: Network and data processing network – Retrofit – P12

 

Advanced Android 41: Network and data processing network – Retrofit – P11

 

Advanced Android 40: Network and data processing network – Retrofit – P10

 

Advanced Android 39: Network and data processing network – Retrofit – P9

 

Advanced Android 38: Network and data processing network – Retrofit – P8

 

Advanced Android 37: Network and data processing network – Retrofit – P7

 

Advanced Android 36: Network and data processing network – Retrofit – P6