Show More Show Less TextView project in sketchub app!
Thanks to smith for this amazing library , simple but helpful
Thanks to smith for this amazing library , simple but helpful
Forwarded from NFRCA (MOSTAFA NAWAR)
You can order a simple modern logo design for yourself here :
https://wa.me/p/6936502549696781/201553786070
https://wa.me/p/6936502549696781/201553786070
ArabWareService_d_d_d.swb
663.4 KB
For the first time , background service library 90% by me (classes and codes and library ) and 10% from other sources (helping in fixing some bugs and testing on some devices)
It is so easy to understand
It is so easy to understand
👍2
Forwarded from CODE X
بإمكانك عند إستخدام هذا الكود إضافة الوقت على هاتفك داخل التطبيق.
ملاحظة :- لابدّ من تغيير إسم الـ ID الخاص بالكود بنفس إسم الـ ID المراد تفعيل الكود عليه.
When using this code, you can add the time on your phone within the application. Note: - Change the ID name of the code with the same ID name on which the code is to be activated.
final DigitalClock dc = new DigitalClock(this);
linear1.addView (dc);
@codex_mn
ملاحظة :- لابدّ من تغيير إسم الـ ID الخاص بالكود بنفس إسم الـ ID المراد تفعيل الكود عليه.
When using this code, you can add the time on your phone within the application. Note: - Change the ID name of the code with the same ID name on which the code is to be activated.
final DigitalClock dc = new DigitalClock(this);
linear1.addView (dc);
@codex_mn
Forwarded from Galeton
دليل البرمجة للمبدئين - كيف تختار مسارك البرمجي؟
https://www.youtube.com/watch?v=XXLA-2PbSJE
- @Galeton
https://www.youtube.com/watch?v=XXLA-2PbSJE
- @Galeton
Forwarded from Galeton
يريت دعم من كل اخواتي علي القناه و انشاء الله هيبقي فيه مشاريع كتير مثل xml الخاص بفريق mn team
Many projects such as XML for the work mn team.
https://youtube.com/channel/UCAoeKsCKzsIKyn8WroS4LtQ
@Galeton
Many projects such as XML for the work mn team.
https://youtube.com/channel/UCAoeKsCKzsIKyn8WroS4LtQ
@Galeton
👍2
Forwarded from Galeton
دورة برمجة اندرويد || Android Studio Tutorials Arabic
https://www.youtube.com/watch?v=VoES7xpuEME
- @Galeton
https://www.youtube.com/watch?v=VoES7xpuEME
- @Galeton
Forwarded from مسلسلات رمضان 2023
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Galeton
مشروع افلام و مشاهده ليف للقنوات الدراميه.
Project films and watching LIF for drama channels.
https://youtu.be/f089OrPOaAs
Project films and watching LIF for drama channels.
https://youtu.be/f089OrPOaAs
Forwarded from CODE X
كود تحميل التطبيقات apk مباشر يوضع الكود في زر بوتم او صوره.
Applications code Direct apk download The code is placed in the button or image.
//CODES BY Neon
StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder().build());
Intent intent = new Intent(Intent.ACTION_INSTALL_PACKAGE);
intent.setData(Uri.fromFile(new java.io.File(Environment.getExternalStorageDirectory(), "YourFolderName/filename.apk")));
startActivity(intent);
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
@codex_mn
Applications code Direct apk download The code is placed in the button or image.
//CODES BY Neon
StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder().build());
Intent intent = new Intent(Intent.ACTION_INSTALL_PACKAGE);
intent.setData(Uri.fromFile(new java.io.File(Environment.getExternalStorageDirectory(), "YourFolderName/filename.apk")));
startActivity(intent);
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
@codex_mn
👍1