This media is not supported in your browser
VIEW IN TELEGRAM
قفل صفحة في تطبيقك بكلمة سر عن طريق تطبيق Sketchware
-------------------------------------------------
Lock a page in your app with a password using Sketchware
-------------------------------------------------
Lock a page in your app with a password using Sketchware
Media is too big
VIEW IN TELEGRAM
طريقة وضع تسجيل الدخول في التطبيق عن طريق تطبيق Sketchware
-------------------------------------------------
How to put the login in the application through the Sketchware application
-------------------------------------------------
How to put the login in the application through the Sketchware application
This media is not supported in your browser
VIEW IN TELEGRAM
طريقة جعل تطبيقك يدعم التدوير التلقائي للشاشة عن طريق تطبيق Sketchware
-------------------------------------------------
How to make your app support automatic screen rotation using Sketchware
-------------------------------------------------
How to make your app support automatic screen rotation using Sketchware
This media is not supported in your browser
VIEW IN TELEGRAM
صنع تطبيق لقناتك على اليوتيوب عن طريق تطبيق Sketchware
Create an app for your YouTube channel using Sketchware
Create an app for your YouTube channel using Sketchware
This media is not supported in your browser
VIEW IN TELEGRAM
إضافة فيديو في video view عن طريق تطبيق Sketchware
Add a video in video view by Sketchware app
Add a video in video view by Sketchware app
SketchProjects_b4df0539.apk
4.8 MB
تطبيق Sketchware Projects يوجد فيه مشاريع جاهزة
Sketchware Projects has ready-made projects
Sketchware Projects has ready-made projects
❤1
SW Manifest Manager_1.0.apk
1.5 MB
تطبيق لجعل صلاحيات لتطبيقاتك المبرمجة عن طريق Sketchware
This media is not supported in your browser
VIEW IN TELEGRAM
برمجة ازرار القائمة الجانبية.pdf
2.5 MB
كود مشاركة التطبيق:
String apk = "";
String uri = ("هنا تضع الباكينج نيم");
try {
android.content.pm.PackageInfo pi = getPackageManager().getPackageInfo(uri, android.content.pm.PackageManager.GET_ACTIVITIES);
apk = pi.applicationInfo.publicSourceDir;
} catch (Exception e) {
showMessage(e.toString());
}
Intent iten = new Intent(Intent.ACTION_SEND);
iten.setType("*/*");
iten.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(new java.io.File(apk)));
startActivity(Intent.createChooser(iten, "مشاركة عبر"));
كود الخروج من التطبيق:
finishAffinity();
int pid = android.os.Process.myPid();
android.os.Process.killProcess(pid);
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_HOME);
startActivity(intent);
String apk = "";
String uri = ("هنا تضع الباكينج نيم");
try {
android.content.pm.PackageInfo pi = getPackageManager().getPackageInfo(uri, android.content.pm.PackageManager.GET_ACTIVITIES);
apk = pi.applicationInfo.publicSourceDir;
} catch (Exception e) {
showMessage(e.toString());
}
Intent iten = new Intent(Intent.ACTION_SEND);
iten.setType("*/*");
iten.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(new java.io.File(apk)));
startActivity(Intent.createChooser(iten, "مشاركة عبر"));
كود الخروج من التطبيق:
finishAffinity();
int pid = android.os.Process.myPid();
android.os.Process.killProcess(pid);
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_HOME);
startActivity(intent);
This media is not supported in your browser
VIEW IN TELEGRAM
طريقة وضع إعلانات أدموب في تطبيقك