Marwa Ali4
الأعضاء-
المساهمات
35 -
تاريخ الانضمام
-
تاريخ آخر زيارة
نوع المحتوى
ريادة الأعمال
البرمجة
التصميم
DevOps
التسويق والمبيعات
العمل الحر
البرامج والتطبيقات
آخر التحديثات
قصص نجاح
أسئلة وأجوبة
كتب
دورات
كل منشورات العضو Marwa Ali4
-
وضعت اسم الاكتيفيتي. لكن يبدوا ان هناك طريقة تعريف اخرة للأداء
- 3 اجابة
-
- 1
-
package com.example.myapplication3; import androidx.appcompat.app.AppCompatActivity; import android.accessibilityservice.GestureDescription; import android.content.DialogInterface; import android.app.AlertDialog; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; public class MainActivity3 extends AppCompatActivity { Button btndata; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main3); btndata = (Button) findViewById(R.id.btndata); } public void onclick(View v) { Intent intentbutton = new Intent(this, MainActivity4.class); creatAlertDialog() ; AlertDielog.Builder = new AlertDielog.Builder(this) ; GestureDescription.Builder.setTitle("هل ترغب في عرض معلوماتك للزبون وعرض معلوماته لك"); builder.setPositiveButton ("نعم", new DialogInterface.onClickListener() { @Override public void onclick(DialogInterface dialog, int which) { startActivity(intentbutton); } } }) ; builder.setNegativeButton {"لا" , new DialogInterface.onClickListener() { @Override public void onclick(DialogInterface dialog, int which) { } } } ; builder.show(); }
- 3 اجابة
-
- 2
-
تظهر رسالة مفادها SSL peer shut down incorrectly مع العلم ان البرتوكول https الخاص الامن شغال عندي . دون تعيين كلمة مرور
- 3 اجابة
-
- 1
-
الملف dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() jcenter() {url"http://jcenter.bintray.com/"} // Warning: this repository is going to shut down soon } } rootProject.name = "connections" include ':app'
- 6 اجابة
-
- 1
-
السلام عليكم ورحمة الله وبركاته يظهر لدي هذا الخطاء ممكن افادة في حل هذي المشكله جزيتم خيرا unknown host no such is known(repo. maven .apache. org )
-
غير مستخدمه هدي الشيفرة في المشروع هدا هوا بناء المشروع android { compileSdkVersion 31 defaultConfig { applicationId "com.icanstudioz.taxicustomer" minSdkVersion 16 targetSdkVersion 31 versionCode 11 versionName "2.1" multiDexEnabled true testInstrumentationRunner "android.support.home_fragment.runner.AndroidJUnitRunn compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } javaCompileOptions { annotationProcessorOptions includeCompileClasspath true } } } dexOptions { preDexLibraries = false } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } lintOptions { checkReleaseBuilds false abortOnError false } } dependencies { implementation ('com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.16.0') { transitive = true } . implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.16.0' implementation 'com.google.firebase:firebase-auth:21.0.1'
-
@Wael Aljamal حلت المشكلة لدي بالتعديل على ملف المشروع الاعلى لاحظت ادخال الغرادل غير مطابق وقمت بتبديل البروكسي كما دكرت مسبقا . ولكن ظهر لدي خطاء جديد هدا هوا No signature of method: build_9r4qz9atboksvdhi4foqls7ni.android() is applicable for argument types: (build_9r4qz9atboksvdhi4foqls7ni$_run_closure1) values: [build_9r4qz9atboksvdhi4foqls7ni$_run_closure1@633ed6d8]
-
السلام عليكم ورحمة الله وبركاته معذرة أخوتي لدي سؤال بخصوص متغيرات البيئة في اندرويد استديوا قمت بأدخال متغيرات البيئة وعند فتح الاندرويد يظهر لي هذا الخطاء ما العمل com.android.prefs.Android locationsException :ANDROID -SDK-HOMEis set to the root of your SDK :C:/user /public /Android/Android....exc
- 1 جواب
-
- 1
-
@Hassan Hedrجربت اضافه خاصية allowInsecureProtocol دون جدوى ..كيفاقوم بتبديل البرتوكولات اليhttps systemProp.http.proxyHost= systemProp.https.proxyHost= systemProp.https.proxyPort=80 systemProp.http.proxyPort=80 org.gradle.jvmargs=-Xmx1024m android.useAndroidX=true هدي اوامر وحدة الخصائص الموجدة لدي
-
السلام عليكم ورحمة الله وبركاته ممكن حل تظهر عندي هدي المشكلة بعد تحديت الاندرويد Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'. Using insecure protocols with repositories, without explicit opt-in, is unsupp apply plugin: 'com.android.application' android { compileSdkVersion 31 defaultConfig { applicationId "com.icanstudioz.taxicustomer" minSdkVersion 16 targetSdkVersion 31 versionCode 11 versionName "2.1" multiDexEnabled true "testInstrumentationRunner "android.support.home_fragment.runner.AndroidJUnitRunner compileOptions{ sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } javaCompileOptions { annotationProcessorOptions { includeCompileClasspath true } } dependencies { implementation ('com.mapbox.mapboxsdk:mapbox-android-navigation-ui:0.16.0') { transitive = true } implementation 'com.mapbox.mapboxsdk:mapbox-android-navigation:0.16.0' implementation 'com.google.firebase:firebase-auth:21.0.1' implementation 'com.google.firebase:firebase-messaging:23.0.0' implementation 'com.paypal.sdk:paypal-android-sdk:2.15.3' implementation 'com.github.TheBrownArrow:PermissionManager:1.0.0' implementation 'de.hdodenhof:circleimageview:3.0.0' implementation 'gun0912.ted:tedbottompicker:1.2.6' implementation 'com.akexorcist:googledirectionlibrary:1.0.5' implementation 'com.loopj.android:android-async-http:1.4.9' implementation 'com.github.bumptech.glide:glide:4.7.1' implementation 'com.google.android.gms:play-services-maps:18.0.1' implementation 'com.google.android.gms:play-services-location:19.0.0' //implementation 'com.google.android.gms:play-services-places:16.0.0' implementation 'com.google.android.libraries.places:places:2.5.0' implementation 'com.google.firebase:firebase-database:20.0.3' implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.android.support:appcompat-v7:+' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'com.google.android.material:material:1.4.0' implementation "androidx.navigation:navigation-fragment:2.4.0-rc01" implementation "androidx.navigation:navigation-ui:2.4.0-rc01" androidTestImplementation "androidx.navigation:navigation-testing:2.4.0-rc01" apply plugin: 'com.google.gms.google-services'
- 3 اجابة
-
- 2
-
@Mohamd Imran تم ترقيه المكتبه من دون مشاكل ولكن عملت ترقية للاندرويد استديوا بالكامل الي اندرويدandroid artic fox المشروع لايوجد بيه مشاكل ولكن جميع الواجهات تظهر بالطريقة ادناه مع العلم تم ترقية كل المشروع حتى الغرادل يظهر فقط هدا التحدير Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.8-rc-2/userguide/command_line_interface.html#sec:command_line_warnings
-
السلام عليكم ورحمة الله وبركاته...كيف حالكم جميعا كيف ممكن ارقي السطور المكتبات الي androidx ,في حال اردت الاستمرار على نفس المكتبه ما العمل implementation 'com.android.support:multidex:1.0.3' implementation 'com.android.support:cardview-v7:28.0.0' implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:design:28.0.0'
- 2 اجابة
-
- 1