Dev. Smith
Open in Telegram
Native Android Developer & UI-UX Designer. Skills: Java, Kotlin, Dart, Python, MySQL. YT & GitHub: beacons.ai/smith8h Official Group: @smith_com Contact: @devsmbot
Show more670
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
670
64 Tools mostly used by developers for their daily work & projects.
64 أداة او مكتبة يستخدمها المطورون في اعمالهم اليومية و مشاريعهم.
670
New Android Library #SPermissions 👨🏻💻
• Simple & Small codes.
• Easily check & request permissions for your app.
check it here, and read documentation carefully.
مكتبة اندرويد جديدة #SPermissions 👨🏻💻
• اكواد بسيطة وصغيرة.
• سهولة التحقق من الاذونات وطلبها لتطبيقك.
تحقق منها هنا، اقرأ التوجيهات للاستخدام كاملة.
670
NEW UPDATE ↗️
#SDialogs an android dialogs library has a new release 3.0!
• New
PatternSDialog
-> check the release here, don't forget to read the whole documentation for the new release!!
تحديث جديد ↗️
مكتبة الاندرويد #SDialogs لمربعات الحوار لها تحديث جديد الان 3.0!
• مربع حوار قفل بالنمط جديد PatternSDialog
-> تحقق من التحديث هنا، لا تنسى قراءة التوجيهات الخاصة بالتحديث كاملة!!670
💖 Support projects progression
I open-source almost everything I can and try to reply to everyone needing help using these projects. Obviously, this takes time.
However, if you are using these projects and are happy with it or just want to encourage me to continue creating stuff, there are a few ways you can do it:
• Giving proper credit when you use one of my libraries and/or a feature of my apps on your project|app|readme, linking back to it :D
• Starring and sharing the projects on github 🚀
• PayPal - You can make one-time donations via PayPal. I'll probably buy a tea. 🍵
Thanks! ❤️
670
NEW UPDATE ↗️
#SConnect android network connection library has a new release v3.2!
What's New:
• removed tag parameter from get, post, put and delete.. amd now it's in a new tag() method to recognize connections by tags when do multiple connections at same time.
• SResponse objects (Array, Map) now has a forEach() loop to iterate items "in arrays" and keys & values "in map".
-> check the release, don't forget to read the whole documentation for the new release!!
#android #library
تحديث جديد ↗️
مكتبة الاندرويد SConnect لاتصالات الشبكة لها تحديث جديد الان v3.2!
ما الجديد:
• ازالة الباراميتر " تاغ" من داخل الدوال get, post, put, delete وعزله بـ دالة جديدة tag() لتمييز الاتصالات اثناء القيام بعدة اتصالات بوقت واحد.
• انواع الاستجابة (Array, Map) يمكن القيام بـ لوب سريع forEach() على عناصر اللستة "للـ Array" و المفاتيح والقيم "للـ Map".
-> تحقق من التحديث، لا تنسى قراءة الدوكمنت الخاص بالتحديث بالكامل!!
#مكتبة #اندرويد
670
NEW UPDATE ↗️
#SDialogs an android dialogs library has a new release 2.0!
What's new:
• Added missed method '
setInputFieldText()' for InputSDialog.
• Added Icon support for all dialogs (except for CustomSDialog and LoadingSDialog).
• Now (Progress, Loading, Input, Slider and Alert) SDialogs has a method of adding text from resources "R.string.name". and AlertSDialog has the ability to accept Spannable text too!.
• New SDialog type (SliderSDialog).
-> check the release here, don't forget to read the whole documentation for the new release!!
#android #library
تحديث جديد ↗️
مكتبة الاندرويد #SDialogs لمربعات الحوار لها تحديث جديد الان 2.0!
ما الجديد:
• اضافة 'setInputFieldText()' لمربع الحوار InputSDialog.
• اضافة دعم الايقونة لمربعات الحوار بانواعها (عدا CustomSDialog و LoadinSDialog).
• الان مربعات الحوار نوع (Progress، Loading، Input، Slider و Alert) تدعم اضافة نص من الريسورس 'R.string.name' ، ومربع الحوار AlertSDialog يدعم اضافة نص Spannable ايضا!.
• نوع مربع حوار جديد (SliderSDialog)
-> تحقق من التحديث هنا، لا تنسى قراءة التوجيهات الخاصة بالتحديث كاملة!!
#مكتبة #اندرويد670
NEW UPDATE ↗️
#SToast android toast library has a new release 2.5!
What's New:
• Separated type classes (from
SToast.Mode | SToast.Adaptive to separate classes AdaptiveSToast | ModeSToast).
• New code syntax.
-> check the release, don't forget to read the whole documentation for the new release!
#android #library
تحديث جديد ↗️
مكتبة الاندرويد SToast لتنبيهات التوست لها تحديث جديد الان v3.0!
ما الجديد:
• تم فصل انوع التوست لكلاسات مفردة (من SToast.Mode | SToast.Adaptive الى كلاسات منفصلة AdaptiveSToast | ModeSToast).
• تم تحديث الكود لشكل ابسط.
-> تحقق من التحديث، لا تنسى قراءة الدوكمنت الخاص بالتحديث بالكامل!
#مكتبة #اندرويد670
NEW UPDATE ↗️
#SConnect android network connection library has a new release v3.0!
What's New:
• Code updated to simpler usage. now you can use it this way:
SConnect.with(this).callback(..).url(...).get();
• New separated request methods "get(), post(), delete(), put()"
-> check the release here, don't forget to read the whole documentation for the new release!!
#android #library
تحديث جديد ↗️
مكتبة الاندرويد SConnect لاتصالات الشبكة لها تحديث جديد الان v3.0!
• تم تحديث طريقة استخدام كود المكتبة الى شكل ابسط. يمكن استخدام المكتبة بالشكل الجديد:
SConnect.with(this).callback(..).url(...).get();
• اضافة دوال طلب اتصال منفصلة "get(), post(), delete(), put()".
-> تحقق من التحديث، لا تنسى قراءة الدوكمنت الخاص بالتحديث بالكامل!!
#مكتبة #اندرويد670
🔄 تحديث جديد 1.1-Marimbo :
• اصلاحات عامة في التطبيق.
• اصلاح بعض الاخطاء في التصميم (لوحة السيارة).
• تثبيت اتجاه الشاشة (وضع بورتريت).
• تم تعطيل ميزة جهة التصميم من اليمين الى اليسار.
670
اصدار اولي من التطبيق (غرامات السيارات) 👨🏻💻
• الاصدار: 1.0-Marimbo
• دعم 8 انواع من المركبات (خصوصي، اجرة، حكومي، حمل، زراعة، انشائية، فحص مؤقت، دراجات)
📢 يرجى الابلاغ عن اي مشكلة تحدث بالتطبيق وكيف يمكن حدوثها
670
تطبيق جديد جاري العمل عليه..
لمعرفة الغرامات المالية المفروضة على سيارتك من قبل مديرية المرور.
#android #app
670
Check 'n return values using:
• if-else as implemented in 1st method.
• switch as implemented in 2nd method.
which one the most u're using in ur code? and which one u see is a functional way than other?
#java #code #tip
670
forEach(...) loop to go through all keys & values in Map even items in List, Queues and Set!
1st one is in lambda expression using BiComsumer interface introduced in java8.
2nd one is a generally used code to loop through keys using keySet() as Set of the type of keys introduced in the Map.
which one you think is better for you?
#java #code #tip
