alirezat66 / androidorangfish

a trip share expensive
0 stars 0 forks source link

initial a project neccessery files #1

Open alirezat66 opened 5 years ago

alirezat66 commented 5 years ago
alirezat66 commented 5 years ago

for task add nesseccery library in step one we add : implementation 'com.android.support:design:28.0.0' for design app implementation 'com.android.support:cardview-v7:28.0.0' for card view implementation 'com.android.support:palette-v7:28.0.0' for pallete implementation 'com.google.code.gson:gson:2.8.5' for convert json to object and wideversa implementation 'com.android.support:recyclerview-v7:28.0.0' for implement recycler view implementation "android.arch.persistence.room:runtime:1.0.0" for database annotationProcessor "android.arch.persistence.room:compiler:1.0.0" androidTestImplementation "android.arch.persistence.room:testing:1.0.0" implementation 'de.hdodenhof:circleimageview:3.0.0' for rounded images implementation 'com.squareup.retrofit2:retrofit:2.3.0' gor access to server implementation 'com.squareup.retrofit2:converter-gson:2.3.0'