هل يوجد موقع اعلانات لوضعها بالتطبيق بقدر اسحب منه باحد الطريق هدول
Payeer
Cwallet
Trx
Payeer
Cwallet
Trx
أطلق العنان لإبداعك الفني ولا تتقيد بالتقليد كن أنت الصانع وليس المصنوع
أدمن توثيق وحظر.swb
97 KB
مشروع أدمن توثيق وحظر المستخدم
مستخدم توثيق وحظر.swb
312.5 KB
مشروع مستخدم توثيق وحظر المستخدم
👍1
شباب أنا مقرر أحذف الليستة يلي ضايفها بالقناة وضيف ليستة خاص بقنوات البرمجة والتصميم والتقنية فقط
يلي عنده قناة بده يضيفها يحاكيني ع بوت التواصل:
https://t.me/AlSaqr_Communication_Bot
يلي عنده قناة بده يضيفها يحاكيني ع بوت التواصل:
https://t.me/AlSaqr_Communication_Bot
شباب يلي عندو قناة تيلجرام وبدو يدعمها يحاكيني
@Al_Saqr_Sy
@Al_Saqr_Sy
شباب يلي عنده قناة خاصة بالبرمجة أو التصميم أو التقنية والتطبيقات وبده يدعمها يضيف هاد البوت ادمن فيها @Lista_AlSaqr_Programming_bot
بوت ليستة الصقر البرمجية
#ملاحظة:
لانقبل قنوات فيها أعضاء أقل من ٣٠
بوت ليستة الصقر البرمجية
#ملاحظة:
لانقبل قنوات فيها أعضاء أقل من ٣٠
👍1
شباب مين عنده مشروع لاضافة البلوكات والمكونات لتطبيق Sketchware pro
السلام عليكم ورحمة الله وبركاته
شباب يلي عنده بلوكات أو مكونات أو أحداث أو مكتبات يرسلي ياهم ع بوت التواصل لأني عم حاول جمعهم بتطبيق واحد
@AlSaqr_Communication_Bot
----------------------------------------------------
May the peace, blessings, and mercy of God be upon you
Guys who have blocks, components, events, or libraries send them to the communication bot, because I am trying to bring them together in one application
@AlSaqr_Communication_Bot
شباب يلي عنده بلوكات أو مكونات أو أحداث أو مكتبات يرسلي ياهم ع بوت التواصل لأني عم حاول جمعهم بتطبيق واحد
@AlSaqr_Communication_Bot
----------------------------------------------------
May the peace, blessings, and mercy of God be upon you
Guys who have blocks, components, events, or libraries send them to the communication bot, because I am trying to bring them together in one application
@AlSaqr_Communication_Bot
لتمويل قناتك مجانآ
❤1
شباب في حدا عنده طريقة لتثبيت التطبيقات التي بصيغة aab؟
Guys, does anyone have a way to install aab-formatted apps?
Guys, does anyone have a way to install aab-formatted apps?
👍1
شباب بدنا دعمكم لهي القناة القناة بلشت شرح عن تطبيق aide
@H_G_RA
@H_G_RA
🔥3
كيف يمكنني استخدام هذا الكود
import com.github.praytimes.PrayTimes;
public class Main {
public static void main(String[] args) {
PrayTimes prayTimes = new PrayTimes();
// تعيين طريقة حساب مواقيت الصلاة
prayTimes.setCalcMethod(prayTimes.EGYPT);
// تعيين زاوية مواقيت الفجر
double fajrAngle = 18.0;
prayerTimes.setFajrAngle(fajrAngle);
// تعيين زاوية مواقيت العشاء
double ishaAngle = 18.0;
prayTimes.setIshaAngle(ishaAngle);
// تعيين التاريخ والموقع الجغرافي
int year = 2022;
int month = 1;
int day = 1;
double latitude = 30.0;
double longitude = 31.0;
prayTimes.setDate(year, month, day);
prayTimes.setCoordinates(latitude, longitude);
// الحصول على مواقيت الصلاة
String[] prayerTimes = prayTimes.getPrayerTimes();
// طباعة مواقيت الصلاة
System.out.println("Fajr: " + prayerTimes[0]);
System.out.println("Dhuhr: " + prayerTimes[2]);
System.out.println("Asr: " + prayerTimes[3]);
System.out.println("Maghrib: " + prayerTimes[5]);
System.out.println("Isha: " + prayerTimes[6]);
}
}
import com.github.praytimes.PrayTimes;
public class Main {
public static void main(String[] args) {
PrayTimes prayTimes = new PrayTimes();
// تعيين طريقة حساب مواقيت الصلاة
prayTimes.setCalcMethod(prayTimes.EGYPT);
// تعيين زاوية مواقيت الفجر
double fajrAngle = 18.0;
prayerTimes.setFajrAngle(fajrAngle);
// تعيين زاوية مواقيت العشاء
double ishaAngle = 18.0;
prayTimes.setIshaAngle(ishaAngle);
// تعيين التاريخ والموقع الجغرافي
int year = 2022;
int month = 1;
int day = 1;
double latitude = 30.0;
double longitude = 31.0;
prayTimes.setDate(year, month, day);
prayTimes.setCoordinates(latitude, longitude);
// الحصول على مواقيت الصلاة
String[] prayerTimes = prayTimes.getPrayerTimes();
// طباعة مواقيت الصلاة
System.out.println("Fajr: " + prayerTimes[0]);
System.out.println("Dhuhr: " + prayerTimes[2]);
System.out.println("Asr: " + prayerTimes[3]);
System.out.println("Maghrib: " + prayerTimes[5]);
System.out.println("Isha: " + prayerTimes[6]);
}
}
👍2
شباب بدي شخص بيعرف بجافا وبيقدر يعدل الأكواد لتصير تشتغل على Sketchware للمساعدة على إنشاء مشروع مواقيت الصلاة شغال لكل الدول بالشكل الصحيح والدقيق
Guys, I need someone who knows Java and can modify the codes so that they work on Sketchware to help create a prayer times project that works for all countries correctly and accurately
Guys, I need someone who knows Java and can modify the codes so that they work on Sketchware to help create a prayer times project that works for all countries correctly and accurately
Sk India Video Call_d.zip
40.1 MB
مشروع الاتصال والفيديو
كلمة السر skindia@pro@
كلمة السر skindia@pro@
sk India calls blocks v_1.2.zip
2.9 KB
البلوكات
كلمة السر skblocks@tearking
كلمة السر skblocks@tearking
Sk India Components & events V_1.2.zip
4.1 KB
Password - skindia@tearking
Sk india audio video libraries new.zip
59.1 MB
المكتبة
كلمة السر skindia@library
كلمة السر skindia@library
👍2