ar
Feedback
Droid Hub✨

Droid Hub✨

الذهاب إلى القناة على Telegram
213
المشتركون
لا توجد بيانات24 ساعات
+37 أيام
+330 أيام

جاري تحميل البيانات...

سحابة العلامات
لا توجد بيانات
هل تواجه مشاكل؟ يرجى تحديث الصفحة أو الاتصال بمدير الدعم الخاص بنا.
الإشارات الواردة والصادرة
---
---
---
---
---
---
جذب المشتركين
يناير '25
يناير '25
+4
في 0 قنوات
ديسمبر '24
+3
في 0 قنوات
Get PRO
نوفمبر '24
+11
في 0 قنوات
Get PRO
أكتوبر '24
+6
في 0 قنوات
Get PRO
سبتمبر '240
في 0 قنوات
Get PRO
أغسطس '24
+84
في 0 قنوات
Get PRO
يوليو '240
في 1 قنوات
Get PRO
يونيو '24
+114
في 0 قنوات
التاريخ
نمو المشتركين
الإشارات
القنوات
31 يناير0
30 يناير0
29 يناير0
28 يناير0
27 يناير0
26 يناير0
25 يناير0
24 يناير0
23 يناير0
22 يناير0
21 يناير0
20 يناير+1
19 يناير0
18 يناير+2
17 يناير0
16 يناير0
15 يناير0
14 يناير0
13 يناير+1
12 يناير0
11 يناير0
10 يناير0
09 يناير0
08 يناير0
07 يناير0
06 يناير0
05 يناير0
04 يناير0
03 يناير0
02 يناير0
01 يناير0
منشورات القناة
این قرار داد رو میگذاریم که عکس هارو svg تحویل بگیرم تا حجم فایل ها کم تر باشه و در نتیجه خروجی apk مون حجم پایین تری داشته باشه. بعد میبینیم برامون svg ای فرستادن که به صورت نرمال حجمش از حالت png اش هم بالا تر رفته 😄 + معمولا وقتی تنوع رنگ هایی که استفاده کردن خیلی زیاد باشه و المنت های گرافیکی مختلفی رو ترکیب کرده باشن این مشکل پیش میاد.

2
داستان هر روز ما با دیزاینر ها
داستان هر روز ما با دیزاینر ها
141
3
jetpack compose optimization checklist
167
4
jetpack compose optimization checklist
jetpack compose optimization checklist
1
5
Programming in 2025
Programming in 2025
217
6
لا يوجد نص...
317
7
جایگزینی لامبدا مودیفایر ها به جای مودیفایر های معمولی به جهت افزایش پرفورمنس در api های کامپوز
جایگزینی لامبدا مودیفایر ها به جای مودیفایر های معمولی به جهت افزایش پرفورمنس در api های کامپوز
401
8
بهبود های پرفورمنسی گوگل در api های کامپوز با جایگزین کردن modifier ها با نسخه ی لامبداییشون
بهبود های پرفورمنسی گوگل در api های کامپوز با جایگزین کردن modifier ها با نسخه ی لامبداییشون
1
9
بازی بقیه 👆 قدرت گرفته از انجین unreal vs بازی مناطق گریدل زده ی تحت اشغال برنامه نویس های اندروید 👇 قدرت گرفته از kotlin w
بازی بقیه 👆 قدرت گرفته از انجین unreal vs بازی مناطق گریدل زده ی تحت اشغال برنامه نویس های اندروید 👇 قدرت گرفته از kotlin wasm و کامپوز https://marcinmoskala.com/ModifierOrderGuesser/
347
10
ادم همینجوری هم به این کد نگاه میکنه راحت چند تا مشکل داخلش پیدا میکنه.
1
11
وقتی طراح api در گوگل اعتقادی به استفاده از when نداره
وقتی طراح api در گوگل اعتقادی به استفاده از when نداره
325
12
writeDebugAppMetadata, writeDebugSigningConfigVersions ----- Purpose: Writes metadata and signing information. Importance: Provides necessary data for installation. packageDebug ------ Purpose: Packages code, resources, and assets into the final APK. Importance: Creates the installable APK file. createDebugApkListingFileRedirect ------- Purpose: Generates a file listing for the APK. Importance: Helps locate the generated APK. installDebug ----- Purpose: Installs the debug APK on a connected device or emulator. Importance: Deploys the app for testing.
348
13
checkDebugAarMetadata ------- Purpose: Verifies AAR (Android Archive) metadata for the debug variant. Importance: Prevents compatibility issues with Android dependencies. generateDebugResValues ---------- Purpose: Generates resource values (e.g., strings, dimensions) for the debug build. Importance: Populates essential resources needed during the build. mapDebugSourceSetPaths --------- Purpose: Maps source set paths for the debug build. Importance: Ensures Gradle can locate the correct source directories. generateDebugResources ----------- Purpose: Compiles resources for the debug build (e.g., drawables, layouts). Importance: Prepares resources for merging. mergeDebugResources -------- Purpose: Merges resources from various source sets into one. Importance: Avoids resource conflicts and prepares a unified set. packageDebugResources ---------- Purpose: Packages merged resources into the APK. Importance: Ensures all resources are included in the final build. parseDebugLocalResources ---------- Purpose: Parses local resources for the debug variant. Importance: Validates and processes local resources. createDebugCompatibleScreenManifests --------- Purpose: Generates a simplified manifest for screen compatibility. Importance: Ensures the app works across different screen sizes. extractDeepLinksDebug ------------ Purpose: Extracts information about deep links in the debug build. Importance: Prepares deep link data for testing. processDebugMainManifest, processDebugManifest, processDebugManifestForPackage -------- Purpose: Merges and processes the Android Manifest for the debug build. Importance: Ensures manifest files are correctly configured. processDebugResources --------- Purpose: Processes resources and generates the R.java class. Importance: Allows the app to access resources programmatically. kaptGenerateStubsDebugKotlin ------ Purpose: Generates stubs for Kotlin annotation processors. Importance: Supports libraries like Room and Dagger. kaptDebugKotlin -------- Purpose: Runs Kotlin annotation processors for the debug build. Importance: Generates code for annotations. compileDebugKotlin ------- Purpose: Compiles Kotlin source code for the debug build. Importance: Converts Kotlin code to bytecode. javaPreCompileDebug ----------- Purpose: Prepares Java sources for compilation. Importance: Ensures all imports and dependencies are ready. compileDebugJavaWithJavac --------- Purpose: Compiles Java code using javac. Importance: Transforms Java code into bytecode. mergeDebugShaders, compileDebugShaders ------- Purpose: Merges and compiles OpenGL shaders. Importance: Prepares graphical elements used in the app. generateDebugAssets, mergeDebugAssets, compressDebugAssets -------- Purpose: Handles assets like images and fonts. Importance: Ensures optimized assets are included in the APK. desugarDebugFileDependencies ---------- Purpose: Transforms Java 8 features for older Android versions. Importance: Enables Java 8 features on older devices. dexBuilderDebug ------- Purpose: Converts bytecode to DEX format. Importance: Prepares code for execution on Android. mergeDebugGlobalSynthetics, processDebugJavaRes, mergeDebugJavaResource ------ Purpose: Merges Java resources and synthetic classes. Importance: Ensures all resources are included. checkDebugDuplicateClasses ------- Purpose: Checks for duplicate class files. Importance: Prevents runtime crashes due to conflicts. mergeExtDexDebug, mergeLibDexDebug, mergeProjectDexDebug ------ Purpose: Merges DEX files from external dependencies and the project. Importance: Combines all DEX files into one executable. mergeDebugJniLibFolders, mergeDebugNativeLibs ----- Purpose: Merges native libraries (JNI) for the debug build. Importance: Includes native code in the APK. stripDebugDebugSymbols ------- Purpose: Removes debug symbols to reduce APK size. Importance: Optimizes APK size. validateSigningDebug -------- Purpose: Checks the signing configuration. Importance: Ensures the APK is correctly signed.
212
14
از زمانی که روی دکمه بیلد در اندروید استادیو کلیک میکنید تا لحظه ای که خروجی apk ساخته میشه این تسک ها روی گریدل انجام میشه :
از زمانی که روی دکمه بیلد در اندروید استادیو کلیک میکنید تا لحظه ای که خروجی apk ساخته میشه این تسک ها روی گریدل انجام میشه :checkKotlinGradlePluginConfigurationErrors ----------- Purpose: Scans for configuration errors related to the Kotlin Gradle plugin. Importance: Prevents misconfigurations that could break your build before it even starts. preBuild ------------- Purpose: Prepares the project for the build process. Importance: Ensures all prerequisites are in place before starting. preDebugBuild ------------- Purpose: Sets up the project for the debug build variant. Importance: Configures debug-specific settings.
146
15
اندروید استادیو دیگه پیر و خسته شده
اندروید استادیو دیگه پیر و خسته شده
264
16
k1 vs k2 compiler performance -> In IntelliJ IDEA 2024.3, K2 mode is out of Beta and is now Stable and ready for general use.+3
k1 vs k2 compiler performance -> In IntelliJ IDEA 2024.3, K2 mode is out of Beta and is now Stable and ready for general use. K2 mode significantly improves code analysis stability, memory consumption efficiency, and the IDE’s overall performance, and it supports Kotlin 2.1 language features.
373
17
لا يوجد نص...
397
18
Every morning is a fresh start, a new opportunity to chase your dreams and embrace the possibilities of the day.
Every morning is a fresh start, a new opportunity to chase your dreams and embrace the possibilities of the day.
373
19
JetBrains is making it possible to build apps for iOS platforms using cloud machines next year! so users who don't have Apple device can do Kotlin Multiplatform as well ...! #News
400
20
https://github.com/DrKLO/Telegram/blob/master/TMessagesProj/src/main/java/org/telegram/ui/ChatActivity.java یکی از دلایلی که
https://github.com/DrKLO/Telegram/blob/master/TMessagesProj/src/main/java/org/telegram/ui/ChatActivity.java یکی از دلایلی که تلگرام با تعداد کمی از توسعه دهنده ها اداره میشه... نیرو های جدید چند ماه طول می‌کشه تا روی همین یدونه اکتیویتی آنبورد بشن 😁 پ.ن )‌ توی تصویر هم یه مشکل پرفورمنسی در کدشون وجود داره runOnUiThread های تو در تو و غیر ضروری منجر صف بندی های اضافی وظایف در ترد Main میشه
304