السلام عليكم أحبابي في الله ،
في هذا الدرس سنكتفي بتهيئة لبيئة العمل بدون اي مشاكل عبر اضافة كل من مكتبات مفتوحة المصدر الى مشروع واعداده لكي يتماشا مع المشروع
في ملف الgradle في مساحة dependencies قم باضافة الاسطر التالية
implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'com.android.volley:volley:1.2.1'
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'com.google.firebase:firebase-crashlytics-buildtools:2.9.9'
implementation 'androidx.navigation:navigation-fragment:2.7.7'
implementation 'androidx.navigation:navigation-ui:2.7.7'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])مع الاحتفاظ بالمكتبات الاساسية للمشروع في حالة الاندرويد ستوديو ستضغط على زر المزامنة
اما في الانتليج اضغط على رمز الفيل فقط رمز الاصدار لديه تاثير كبير ومباشر على المشروع
المكتبات التالية هي المستخدمة في هذا المشروع
https://github.com/bumptech/glide
https://google.github.io/volley/
https://github.com/square/picasso
0 تعليقات